Hallo zusammen,
leider bekomme ich das ganze hier nicht ans laufen
Ich kann zwar "Videoload" benutzen, den igmpproxy bekomme ich
aber nicht richtig gestartet.
Also hier mal meine igmpproxy.conf wie ich glaube das sie richtig ist:
Code
quickleave
##------------------------------------------------------
## Configuration for eth1 (Upstream Interface)
##------------------------------------------------------
phyint ppp0 upstream ratelimit 0 threshold 1
# altnet 10.0.0.0/8
# altnet 192.168.77.0/24
altnet 217.0.119.194/24
altnet 193.158.35.0/24
altnet 192.168.77.52/32
##------------------------------------------------------
## Configuration for eth1 (Downstream Interface)
##------------------------------------------------------
phyint br0 downstream ratelimit 0 threshold 1
##------------------------------------------------------
## Configuration for eth2 (Disabled Interface)
##------------------------------------------------------
phyint tap1 disabled
phyint lo disabled
#phyint eth0 disabled
#phyint br0 disabled
phyint eth1 disabled
#phyint br0 disabled
Alles anzeigen
Damit bekomme ich die Fehlermeldung:
Code
root@efw-1217237839:~ # /usr/local/bin/igmpproxy -dv /etc/igmpproxy.conf
adding VIF, Ix 0 Fl 0x0 IP 0x01010101 eth1, Threshold: 1, Ratelimit: 0
adding VIF, Ix 1 Fl 0x0 IP 0x014da8c0 br0, Threshold: 1, Ratelimit: 0
adding VIF, Ix 2 Fl 0x0 IP 0x0106a8c0 br0, Threshold: 1, Ratelimit: 0
adding VIF, Ix 3 Fl 0x0 IP 0x49d4355b ppp0, Threshold: 1, Ratelimit: 0
Vif #4 was already upstream. Cannot set VIF #5 as upstream as well.
Das kann ich leider nicht nachvollziehen, ich habe doch nur 1 upstream Interface
Ich glaube das hat auch etwas damit zu tun das der igmpproxy nur
Interfaces mit einer IPv4 Adresse erkennt, aber wo ist nun der Fehler?
Hier noch ein ifconfig -a
Code
br0 Link encap:Ethernet HWaddr 00:16:3E:3D:5F:C6
inet addr:192.168.77.1 Bcast:192.168.77.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3082 errors:0 dropped:0 overruns:0 frame:0
TX packets:2642 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:497776 (486.1 KiB) TX bytes:990477 (967.2 KiB)
eth0 Link encap:Ethernet HWaddr 00:16:3E:3D:5F:C6
UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
RX packets:3423 errors:0 dropped:0 overruns:0 frame:0
TX packets:2651 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:572080 (558.6 KiB) TX bytes:991411 (968.1 KiB)
eth1 Link encap:Ethernet HWaddr 00:16:3E:0E:EC:06
inet addr:1.1.1.1 Bcast:1.1.1.255 Mask:255.255.255.0
inet6 addr: fe80::216:3eff:fe0e:ec06/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2033 errors:0 dropped:0 overruns:0 frame:0
TX packets:1608 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1012288 (988.5 KiB) TX bytes:205895 (201.0 KiB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:155 errors:0 dropped:0 overruns:0 frame:0
TX packets:155 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:13365 (13.0 KiB) TX bytes:13365 (13.0 KiB)
ppp0 Link encap:Point-to-Point Protocol
inet addr:91.53.212.73 P-t-P:87.186.224.92 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
RX packets:1635 errors:0 dropped:0 overruns:0 frame:0
TX packets:1569 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:798753 (780.0 KiB) TX bytes:169809 (165.8 KiB)
tap1 Link encap:Ethernet HWaddr AE:35:C0:1F:87:54
inet6 addr: fe80::ac35:c0ff:fe1f:8754/64 Scope:Link
UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:329 errors:0 dropped:1 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:0 (0.0 b) TX bytes:192201 (187.6 KiB)
Alles anzeigen
Das ganze läuft in einer Xen domU, die sonst prima funktioniert.
Vielen Dank im voraus
Michael