Meni še osnov ne rata urediti pa sem že veliko prebral, očitno sem nekaj očitnega spregledal:
Imam 1xTV, 1x.tel, internet (10/4), linux in vlc.
Iz LAN4 (ki gre sicer v STB) sem priklopil direktno na drugo mrežno (eth0, za internet imam eth1).
ifconfig eth0
Koda: Izberi vse
eth0 Link encap:Ethernet HWaddr 00:11:D8:30:1F:CE
inet addr:192.168.2.111 Bcast:192.168.2.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:401624 errors:0 dropped:0 overruns:0 frame:0
TX packets:141 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:544601249 (519.3 Mb) TX bytes:9624 (9.3 Kb)
Interrupt:7 Base address:0x6000
V VLC imam nastavljen ip 192.168.2.111
Ko ga zaženem, ne javi nobenega errorja (tega recimo dobim, če pozabim pravi ip v VLC vtipkat) le slike in zvoka ni.
V tcpdump sprva nisem imel nič, s forcanjem igmp na v2 (sysctl -w net.ipv4.conf.eth0.force_igmp_version=2) pa se je nekaj naredilo, vendar še vedno brez slike in zvoka
V tcpdump izgleda, kot da je vse ok:
Koda: Izberi vse
listening on eth0, link-type EN10MB (Ethernet), capture size 68 bytes
.
.
18:16:23.618087 IP 84-255-208-250.core.t-2.net.5000 > 239.1.1.97.5000: UDP, length 1316
18:16:23.618589 IP 84-255-208-250.core.t-2.net.5000 > 239.1.1.97.5000: UDP, length 1316
18:16:23.619091 IP 84-255-208-250.core.t-2.net.5000 > 239.1.1.97.5000: UDP, length 1316
18:16:23.623836 IP 84-255-208-250.core.t-2.net.5000 > 239.1.1.97.5000: UDP, length 1316
18:16:23.624339 IP 84-255-208-250.core.t-2.net.5000 > 239.1.1.97.5000: UDP, length 1316
18:16:23.629338 IP 84-255-208-250.core.t-2.net.5000 > 239.1.1.97.5000: UDP, length 1316
.
.itd..
Kakšna ideja?