Howto: Alice HomeTV mit AVM-Hardware empfangen

[Edit Novize: Unsinniges Fullquote vom Beitrag direkt darüber gelöscht - siehe Forumsregeln!]

Hallo,

was genau hat jetzt bei Dir das Problem behoben?
Ich bekomme immer noch nur
"Sending discover...." im Terminal.

Wo muß ich was ändern?
Die Configs scheinen alle mit dem überein zu stimmen, was hier auf der Webseite steht...

Danke!
 
schri schra schrei
 
Zuletzt bearbeitet:
Aaalso ich hab jetzt folgendes gemacht:

Im freetz habe ich nur die oben angegebenen Packages rein. Ich mußte z.B. die DECT-Teile removen, weil ich nicht genügend Platz hatte.

Ich hab _alle_ iptables/xt modules und libraries reingepackt (bei einigen wurde dann bei der Auswahl aber ein "---" davor geschrieben), aber ich bekomme immer noch Fehler beim Ausführen der iptables Befehle:

/var/media/ftp/uStor00 # iptables -A INPUT -i nas0 -p igmp -j ACCEPT
iptables v1.4.1.1: Couldn't load target `standard':File not found

Was fehlt da?

Wo versteckt sich im make menuconfig denn der Eintrag für den syslogd?

Desweiteren habe ich das rc.iptv angepasst:

Relevante Änderungen:

echo -e "\nSetup interface nas0"
#ifconfig nas0 hw ether $HWADDR up
ifconfig nas0 hw ether $HWADDR 196.254.0.1 netmask 255.255.255.255 up
#echo -e "\nSending DHCP Request..."
#udhcpc -i nas0 -V "${VENDORID}" -s $USBSTICK/udhcpc.sh -C -S

Wenn ich das richtig verstanden habe, sollte es doch nun gehen, oder??

(Die Befehle davor und danach (br2684ctl und igmpproxy sowie multid -s multid -i sind natürlich unverändert drinnen...)

Beim ifconfig nas0 bekomme ich als Ausgabe:

[...]
RX bytes:0 (0.0 B) TX bytes:23650 (23.0 KiB)
[...]

In der igmp.conf habe ich:

quickleave
phyint nas0 upstream ratelimit 0 threshold 1
altnet 85.183.255.0/24
phyint lan downstream ratelimit 0 threshold 1
phyint lan:0 disabled
phyint dsl disabled
phyint lo disabled

Das heißt doch, es wird noch nicht richtig geroutet, oder?

Mal noch ne ganz blöde Frage:

Die Alice-IPTV Adressen sind z.B.

#EXTM3U
#EXTINF:0,Das Erste
rtp://@233.51.128.19:1234
#EXTINF:0,ZDF
rtp://@233.51.128.25:1234
#EXTINF:0,KiKa
rtp://@233.51.128.24:1234
#EXTINF:0,3sat
rtp://@233.51.128.22:1234
#EXTINF:0,Arte
rtp://@233.51.128.16:1234
#EXTINF:0,NDR FS HH
rtp://@233.51.128.33:1234
#EXTINF:0,NDR FS NS
rtp://@233.51.128.56:1234
#EXTINF:0,WDR Koeln
rtp://@233.51.128.50:1234
#EXTINF:0,MDR FERNSEHEN
rtp://@233.51.128.30:1234
#EXTINF:0,Bayerisches FS
rtp://@233.51.128.17:1234

Oder? Es scheinen nämlich mehrere Listen zu kursieren... nicht dass ich die ganze Zeit mit IPs teste, die gar nicht funktionieren...
Posting 2:
OK, also syslog hab ich jetzt gefunden ;-)
Jetzt habe ich im syslog jede Menge Fehler bekommen:

Apr 2 15:45:42 fritz user.warn igmpproxy[1680]: The source address 192.168.0.1 for group 228.10.31.1, is not in any valid net for upstream VIF.
Apr 2 15:45:47 fritz user.warn igmpproxy[1680]: The source address 192.168.0.1 for group 228.10.41.1, is not in any valid net for upstream VIF.

usw.

Daraufhin habe ich die igmp angepasst:

[...]
phyint nas0 upstream ratelimit 0 threshold 1
altnet 85.183.255.0/24
altnet 192.168.0.0/24

[...]

und den igmpproxy gekilled und neugestartet...
Jetzt steht nur noch drin:

Apr 2 15:50:40 fritz user.warn igmpproxy[1680]: select() failure; Errno(4): Interrupted system call
Apr 2 15:51:27 fritz user.warn igmpproxy[1932]: The origin for route 239.255.255.250 changed from 192.168.0.11 to 192.168.0.15

(.15 und .11 sind mein NAS bzw. WDTV... weißt nicht, ob das "schlimm" ist mit der Route)...

Passieren tut aber mal wieder nichts... wenn ich mir dem VLC versucht die IPs von Alice zu öffnen...

Muß ich denn icht vielleicht noch irgendwelche Routen setzen?
 
Zuletzt bearbeitet von einem Moderator:
kla neu alt
 
Zuletzt bearbeitet:
Hallo,

ja, das passt jetzt alles mit iptables. Habe das nun hingekriegt. Aber ich habe nach wie vor das Problem, dass halt einfach gar nichts passiert, wenn ich mit VLC die Server kontaktiere...

Es ist doch richtig, dass ich jetzt den udhcpc nicht mehr verwende? Muß ich nun von Hand noch Routen setzen? Standardmäßig würde doch ein Request auf 235.x.x.x übers WAN Interface ins Internet gehen und nicht über nas0 ins IPTV Netz geroutet werden... - oder?
 
geht bei mir auch nicht mehr.
 
Öööh, wie kann das sein? Alice wird doch kaum was geändert haben? Hat sich an dem "trunk" vielleicht was geändert? Konntest Du denn eine Änderung an den Routen, den iptables-Einträgen, den ... feststellen vorher<->nachher?
 
Hallo,

bei mir klappt es und ich habe heute angefangen, d.h. alles neu heruntergeladen. Das Image wurde wie von leibezem in diesem Thread beschrieben erstellt. Dann habe ich von Alice auch keine IP bekommen.
Code:
udhcpc (v1.16.1) started
Sending discover...
Sending discover...
Sending discover...
Sending discover...
Sending discover...
Sending discover...
Also in der Datei rc.iptv zusätzlich eine feste IP gesetzt:
Code:
        echo -e "\nSending DHCP Request..."
#       udhcpc -i nas0 -V "${VENDORID}" -s $USBSTICK/udhcpc.sh -C -S
        ifconfig nas0 196.254.0.1 netmask 255.255.255.255 up

Dann gibt es beim starten allerdings noch ein paar Fehlermeldungen, die bringen jedoch keine Probleme
Code:
/var/media/ftp/uStor01 # ./rc.iptv start
Starting IPTV...

Setup atm bridge...
br2684ctl[2259]: Interface "nas0" created sucessfully
br2684ctl[2259]: Communicating over ATM 0.1.34, encapsulation: LLC
br2684ctl[2259]: Interface configured

Setup interface nas0

Sending DHCP Request...

Deactivate multid IGMP-Proxy

Starting igmpproxy

Loading RTSP kernel modules
modprobe: module x_tables not found in modules.dep
modprobe: module xt_state not found in modules.dep
modprobe: module xt_tcpudp not found in modules.dep
Apr  7 14:43:45 multid[2270]: DEBUG: upnpdev_start_usb
modprobe: module ip_nat not found in modules.dep
insmod: can't insert '/var/media/ftp/uStor01/ip_conntrack_rtsp.ko': invalid module format
insmod: can't insert '/var/media/ftp/uStor01/ip_nat_rtsp.ko': invalid module format

Set IPTable rules for IPTV

Der VLC Player zeigt ein schönes Bild.

Danke Euch allen :)
 
Hallo Barif,

dann sei doch bitte mal so net und gib Dir mal auf der Fritzbox die Routen und Interfaces aus.

/sbin/route -n
/sbin/ifconfig -a

und pack das hier rein.
Danke!

Welche IP gibst Du in VLC zum Kucken ein? Protocol ist RTP?

Und welche FB hast Du? Eine 7270?
 
Zuletzt bearbeitet:
Hallo dabusi,

hier der Routing Table:
Code:
/var/mod/root # /sbin/route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
85.177.209.60   0.0.0.0         255.255.255.255 UH    2      0        0 dsl
192.168.180.1   0.0.0.0         255.255.255.255 UH    2      0        0 dsl
192.168.180.2   0.0.0.0         255.255.255.255 UH    2      0        0 dsl
192.168.11.0    0.0.0.0         255.255.255.0   U     0      0        0 lan
192.168.10.0    192.168.11.2    255.255.255.0   UG    0      0        0 lan
169.254.0.0     0.0.0.0         255.255.0.0     U     0      0        0 lan
0.0.0.0         0.0.0.0         0.0.0.0         U     2      0        0 dsl

und die Interfaces:
Code:
/var/mod/root # /sbin/ifconfig -a
adsl      Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:2000  Metric:1
          RX packets:8145 errors:0 dropped:0 overruns:0 frame:0
          TX packets:7246 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:32
          RX bytes:5804834 (5.5 MiB)  TX bytes:1655270 (1.5 MiB)

cpmac0    Link encap:Ethernet  HWaddr 00:15:0C:A0:XX:XX
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:12562 errors:0 dropped:0 overruns:0 frame:0
          TX packets:893969 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:2539498 (2.4 MiB)  TX bytes:1218397835 (1.1 GiB)

dsl       Link encap:Point-to-Point Protocol
          inet addr:169.254.2.1  P-t-P:169.254.2.1  Mask:255.255.255.255
          UP POINTOPOINT RUNNING NOARP ALLMULTI MULTICAST  MTU:1500  Metric:1
          RX packets:3198 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2489 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          RX bytes:989349 (966.1 KiB)  TX bytes:356382 (348.0 KiB)

eth0      Link encap:Ethernet  HWaddr 00:15:0C:A0:XX:XX
          UP BROADCAST RUNNING ALLMULTI MULTICAST  MTU:1500  Metric:1
          RX packets:12559 errors:0 dropped:0 overruns:0 frame:0
          TX packets:889615 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:128
          RX bytes:2538290 (2.4 MiB)  TX bytes:1213797514 (1.1 GiB)

lan       Link encap:Ethernet  HWaddr 00:15:0C:A0:XX:XX
          inet addr:192.168.11.1  Bcast:192.168.11.255  Mask:255.255.255.0
          UP BROADCAST RUNNING ALLMULTI MULTICAST  MTU:1500  Metric:1
          RX packets:12500 errors:0 dropped:0 overruns:0 frame:0
          TX packets:889617 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:2307338 (2.2 MiB)  TX bytes:1213797626 (1.1 GiB)

lan:0     Link encap:Ethernet  HWaddr 00:15:0C:A0:XX:XX
          inet addr:169.254.1.1  Bcast:169.254.255.255  Mask:255.255.0.0
          UP BROADCAST RUNNING ALLMULTI MULTICAST  MTU:1500  Metric:1

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:460 errors:0 dropped:0 overruns:0 frame:0
          TX packets:460 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:46963 (45.8 KiB)  TX bytes:46963 (45.8 KiB)

nas0      Link encap:Ethernet  HWaddr 00:15:0C:A0:XX:XX
          inet addr:196.254.0.1  Bcast:196.254.0.255  Mask:255.255.255.255
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:882844 errors:0 dropped:0 overruns:0 frame:0
          TX packets:173 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:1199322868 (1.1 GiB)  TX bytes:38051 (37.1 KiB)

tiwlan0   Link encap:Ethernet  HWaddr 00:15:0C:A0:XX:XX
          UP BROADCAST RUNNING ALLMULTI MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:886839 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:1211850322 (1.1 GiB)

tiwlan1   Link encap:Ethernet  HWaddr 00:00:00:00:00:00
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

tiwlan2   Link encap:Ethernet  HWaddr 00:00:00:00:00:00
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

tiwlan3   Link encap:Ethernet  HWaddr 00:00:00:00:00:00
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

wdsdw0    Link encap:Ethernet  HWaddr 00:15:0C:A0:XX:XX
          UP BROADCAST RUNNING ALLMULTI MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:886839 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:1212097035 (1.1 GiB)

wdsdw1    Link encap:Ethernet  HWaddr 00:15:0C:A0:XX:XX
          UP BROADCAST RUNNING ALLMULTI MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:886839 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:1212165106 (1.1 GiB)

wdsdw2    Link encap:Ethernet  HWaddr 00:15:0C:A0:XX:XX
          UP BROADCAST RUNNING ALLMULTI MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:886839 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:1212139244 (1.1 GiB)

wdsdw3    Link encap:Ethernet  HWaddr 00:15:0C:A0:XX:XX
          UP BROADCAST RUNNING ALLMULTI MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:886839 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:1211276042 (1.1 GiB)

wdsup0    Link encap:Ethernet  HWaddr 00:15:0C:A0:XX:XX
          UP BROADCAST RUNNING ALLMULTI MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:886839 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:1211985851 (1.1 GiB)

Ich schaue mit Hilfe des .xspf Listings von Captain Crunch im HanseNet User Forum.

Hast Du dran gedacht, den iptables service zu starten (z.B. Freetz Webinterface / Dienste)?

Viel Erfolg
 
Hallo dabusi,

hier der Routing Table:
Code:
/var/mod/root # /sbin/route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
85.177.209.60   0.0.0.0         255.255.255.255 UH    2      0        0 dsl
192.168.180.1   0.0.0.0         255.255.255.255 UH    2      0        0 dsl
192.168.180.2   0.0.0.0         255.255.255.255 UH    2      0        0 dsl
192.168.11.0    0.0.0.0         255.255.255.0   U     0      0        0 lan
192.168.10.0    192.168.11.2    255.255.255.0   UG    0      0        0 lan
169.254.0.0     0.0.0.0         255.255.0.0     U     0      0        0 lan
0.0.0.0         0.0.0.0         0.0.0.0         U     2      0        0 dsl

und die Interfaces:
Code:
/var/mod/root # /sbin/ifconfig -a
adsl      Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:2000  Metric:1
          RX packets:8145 errors:0 dropped:0 overruns:0 frame:0
          TX packets:7246 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:32
          RX bytes:5804834 (5.5 MiB)  TX bytes:1655270 (1.5 MiB)

[...]

Ich schaue mit Hilfe des .xspf Listings von Captain Crunch im HanseNet User Forum.

Hast Du dran gedacht, den iptables service zu starten (z.B. Freetz Webinterface / Dienste)?

Viel Erfolg

Seufz... nö, geht net... Routing Tabelle sieht identisch aus wie bei mir. nas0 hat die gleiche IP im ifconfig, nur dass ich halt "RX bytes:0, TX bytes: 7.0MB" habe...

Die "Captain Crunch" XML Datei hab ich gespeichert, aber wie nutze ich die in VLC? Sollte da ein Auswahlmenü kommen? Anyway, stehen ja auch die IPs direkt drin. Habe die eingegeben - passiert nix... Alle Dienste laufen, iptables ist laut Webfrontend auch "gestartet".

Code:
/var/mod/root # iptables -L -n
Chain INPUT (policy ACCEPT)
target     prot opt source               destination
ACCEPT     2    --  0.0.0.0/0            0.0.0.0/0
ACCEPT     udp  --  0.0.0.0/0            224.0.0.0/4         udp
ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0           state RELATED,ESTABLISHED
LOG        all  --  0.0.0.0/0            0.0.0.0/0           LOG flags 0 level 4 prefix `[IPT] DENY ACCESS: '
DROP       all  --  0.0.0.0/0            0.0.0.0/0

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination
/var/mod/root # iptables -L -t nat -n
Chain PREROUTING (policy ACCEPT)
target     prot opt source               destination

Chain POSTROUTING (policy ACCEPT)
target     prot opt source               destination
MASQUERADE  all  --  0.0.0.0/0            0.0.0.0/0

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination
/var/mod/root # ps

[...]
 1837 root      1156 S    br2684ctl -b -a 1.34 -c 0
 1881 root      3492 S    multid -i
 1882 root      1028 S    igmpproxy /var/media/ftp/uStor00/igmp.conf
 1892 root      3492 S    multid -i
 4040 root         0 RWN  [kdsld_token]
 4511 root      1452 S    -sh
 4721 root      1436 R    ps

Im syslog findet man an aktuellsten Einträgen nur

Code:
Apr  2 16:26:59 fritz local2.notice br2684ctl[1834]: Interface "nas0" created sucessfully
Apr  2 16:26:59 fritz local2.notice br2684ctl[1834]: Communicating over ATM 0.1.34, encapsulation: LLC
Apr  2 16:26:59 fritz local2.info br2684ctl[1834]: Interface configured

(ansonsten nur belangloses Zeugs)

Ausgabe von dslinfodata

Code:
/var/mod/root # dslinfodata

DSL
---

UR8 US PMD Test:

DSL Modem QLNpsds:

DSL Modem SNRpsds:

DSL Modem US Bit Allocation:

DSL Modem DS Bit Allocation:
Chan  Inuse   ChanID   VPI     VCI
------------------------------------------------------------------
 00    00001   00000   00001   00032
 01    00001   00001   00001   00034
 02    00000   00000   00000   00000
 03    00000   00000   00000   00000
 04    00000   00000   00000   00000
 05    00000   00000   00000   00000
 06    00000   00000   00000   00000
 07    00000   00000   00000   00000
 08    00000   00000   00000   00000
 09    00000   00000   00000   00000
 10    00000   00000   00000   00000
 11    00000   00000   00000   00000
 12    00000   00000   00000   00000
 13    00000   00000   00000   00000
 14    00000   00000   00000   00000
 15    00001   00015   00000   00030
 16    00000   00000   00000   00000
------------------------------------------------------------------
Define 0: 0x180993e3
Define 1: 0x22582442
Define 2: 0x0000000e
NO_MODE                 0x0
ADSL_G.dmt                      0x3
ADSL_G.lite                     0x4
ADSL_G.dmt.bis                  0x8
ADSL_G.dmt.bis_DELT                     0x9
ADSL_2plus                      0x10
ADSL_2plus_DELT                 0x11
ADSL_re-adsl                    0x0
ADSL_re-adsl_DELT                       0x0
ADSL_ANSI_T1.413                        0x2
MULTI_MODE                      0x1
ADSL_G.dmt.bis_AnxI                     0x0
ADSL_G.dmt.bis_AnxJ                     0x0
ADSL_G.dmt.bis_AnxM                     0x0
ADSL_2plus_AnxI                 0x0
ADSL_2plus_AnxJ                 0x0
ADSL_2plus_AnxM                 0x0
G.shdsl                 0x0
IDSL                    0x0
HDSL                    0x0
SDSL                    0x0
VDSL                    0x0
[dsl_ur8] DSL Diagnose nicht eingeschaltet
Feature 0 enable : 0x00000700
Feature 0 control: 0x00000700
Feature 1 enable : 0x40000000
Feature 1 control: 0x40000000
Interop 0 enable : 0x00004000
Interop 0 control: 0x00004000
Interop 1 enable : 0x00000000
Interop 1 control: 0x00000000

DSL Modem Statistics:
--------------------------------
[DSL Modem Stats]
        US Connection Rate:     1143    DS Connection Rate:     15209
        DS Line Attenuation:    1.9     DS Margin:              0.7
        US Line Attenuation:    1.0     US Margin:              0.8
        US Payload :            2512450176      DS Payload:             2805779376
        US Superframe Cnt :     14662478        DS Superframe Cnt:      0
        US Transmit Power :     133 (0.1dBm)    DS Transmit Power:      3 (0.1dBm)
        LOS errors:             0       SEF errors:             0
        Frame mode:             0       Max Frame mode:         0
        Errored Seconds:        2145    Severely Err Secs:      29
        Trained Path:           0       US Peak Cell Rate:      2695
        Trained Mode:           6       Selected Mode:          1
        ATUC Vendor Code:       4946544E        ATUC Revision:  2
        Hybrid Selected:        113     Trellis:                0
        Showtime Count:         3       DS Max Attainable Bit Rate: 15728 kbps
        BitSwap:                0       US Max Attainable Bit Rate: 1348 kbps
        Annex:                  Unknown psd_mask_qualifier: 0x0000
        ATUC ghsVid:  b5 00 49 46 54 4e 71 78
        T1413Vid: 00 00         T1413Rev: 00            VendorRev: 00
        ATUR ghsVid:  04 00 41 56 4d 00 34 28
        T1413Vid: 00 00 T1413Rev: 00    VendorRev: 00

        [Upstream (TX) Interleave path]
        CRC:    0       FEC:    0       NCD:    0
        LCD:    0       HEC:    0

        [Downstream (RX) Interleave path]
        CRC:    1995    FEC:    0       NCD:    27
        LCD:    0       HEC:    0

        [Upstream (TX) Fast path]
        CRC:    0       FEC:    0       NCD:    0
        LCD:    0       HEC:    0

        [Downstream (RX) Fast path]
        CRC:    1995    FEC:    0       NCD:    27
        LCD:    0       HEC:    0

[ATM Stats]
        [Upstream/TX]
        Good Cell Cnt:  52342712
        Idle Cell Cnt:  619665668


        [Downstream/RX)]
        Good Cell Cnt:  58453737
        Idle Cell Cnt:  292746380
        Bad Hec Cell Cnt:       11600
        Overflow Dropped Cell Cnt:      0

[SAR AAL5 Stats]
        Tx PDU's:       5876987
        Rx PDU's:       6161038
        Tx Total Bytes: 3657218117
        Rx Total Bytes: 1409262499
        Tx Total Error Counts:  0
        Rx Total Error Counts:  0


[OAM Stats]
        Near End F5 Loop Back Count:    0
        Near End F4 Loop Back Count:    0
        Far End F5 Loop Back Count:     0
        Far End F4 Loop Back Count:     0
        C62xx Processed F4 Loop Back Cnt:       0
        C62xx Processed F5 Loop Back Cnt:       3
        SAR OAM Ping Response Drop Count 0
        Tx Packets Dropped Count:       0
        Tx Bad Packets Count:   0
        Rx Packets Dropped Count:       0
        Rx Bad Packets Count:   0

SHOWTIME
0
failTrains=3
3

Private Data Structure(TI DSL):
----------------------------------------
        DDA priv:  0x944b2380
        DDC priv:  0x94792800
        dev:   0x9461fe00
        sar_tx_irq: 17  sar_rx_irq: 34  sar_oam_tx_irq: 18      sar_oam_rx_irq: 35      dsl_irq: 36
0,0
0,0
0,0
0,0
0,0
0,0
0,0
0,0
0,0
0,0
0,0
0,0
0,0
0,0
0,0
0,0

EnableQoS = 0

DSL Modem Rx SNR Per Bin for Bin0 :

DSL Modem Rx SNR Per Bin for Bin1 :

DSL Modem Rx SNR Per Bin for Bin2 :

DSL Modem Rx SNR Per Bin for Bin3 :

UR8 SAR Instance 0 Stats for 16 channels:

TX Int Count (#2)          = 5725958
TX Int with no active pkts = 1

RX Int Count (#2)          = 5891001
RX Int with no active pkts = 1
SAR Stats for channel 0

QosType  = 2
Priority = 3
CellRate = 0
Mbs      = 131072
Pcr      = 0

TX Out of BD's       = 0
RX Out of Buffers    = 0
RX CRC Errors        = 70
RX Length Errors     = 0
RX Abort Errors      = 0
RX Recycle Multi BDs = 10

SAR Stats for channel 1

QosType  = 2
Priority = 3
CellRate = 0
Mbs      = 131072
Pcr      = 0

TX Out of BD's       = 0
RX Out of Buffers    = 0
RX CRC Errors        = 0
RX Length Errors     = 0
RX Abort Errors      = 0
RX Recycle Multi BDs = 0

SAR Stats for channel 15

QosType  = 2
Priority = 3
CellRate = 0
Mbs      = 0
Pcr      = 0

TX Out of BD's       = 0
RX Out of Buffers    = 0
RX CRC Errors        = 0
RX Length Errors     = 0
RX Abort Errors      = 0
RX Recycle Multi BDs = 0
DSLDK version:[003.000.002.000]
ATM Driver version:[003.000.000.000]
DSP Datapump version: [1.52.40.21]
DSL HAL version: [3.02.02.00]
DSP Datapump version: [1.52.40.21] Annex B
SAR HAL version: [0.3]
PDSP Firmware version:[0.07]
Chipset ID: [UR8]
/var/mod/root #

Das Einzige was mir noch aufgefallen ist, dass Du anscheinend keine 7270 hast oder? Die Interfaces bei der Ausgabe von ifconfig liefert bei mir ganz andere Interfaces... Hmm, oder liegts vlt daran dass ich WLAN nicht aktivier t habe?

:(

Any ideas?
 
@daubsi: Hast du schon mal das hier probiert?

Einfach den Code direkt ins Telnet Fenster kopieren (evtl. die Box vorher neu starten). Wenns läuft, kann man den Code auch in rc.custom eintragen.

Für Leute ohne Alice Vertrag (also ohne Settop Box) sollte das die Minimalkonfiguration sein. Dafür ist auch kein IPTables nötig. Nur "br2684ctl" und "igmpproxy" müssen im Freetz Image vorhanden sein.

mfg

leibezem
 
Hallo Leibezem,

ja, habe ich.... Ich habe hier als altnet noch mein eigenes (192.168.0.0/24) eingetragen, da ich die ebenfalls dort erwähnten Meldungen hatte.

Was mich halt verwundert ist, dass einfach gar nichts über nas0 rübergeht... ich habe ja schon mal mit der packet capture Funktion mitgeschnitten und mir das im Wireshark angesehen. Ich bekomme zwar den ein oder anderen "Join group" IGMP Request rein (vom VLC Rechner), aber aus dem Alice-Netz kommt halt einfach 0,nix zurück... Daher meine vorherigen Fragen ob mir vlt. irgendwelche Routing-Einträge oder so fehlen...

Ich glaube gar nicht mal das es das Problem ist, dass igmpproxy oder so nicht funktionieren würde.

Edit: Blöde Frage: Es ist doch vollkommen wurst, an welchem LAN Port ich das probiere oder?

Grüße,
daubsi
 
Hallo daubsi,

Bei "igmpproxy" ist der Port egal. Das ist ja gerade der Vorteil an der Lösung.

Wenn du ein Packetcapture von "nas0" aufzeichnest, müsste da folgender Eintrag auftauchen:

Code:
196.254.0.1	224.0.0.xxx	IGMP	V2 Membership Report / Join group 233.xxx.xxx.xxx for any sources


Die IP Adresse "196.245.0.1" muss die Adresse von "nas0" sein (die du über ifconfig zugewiesen hast). Die "233.xxx.xxx.xxx" ist die Adresse des Multicast Streams, den du im VLC gestartet hast.

Wenn das nicht der Fall ist, kannst du noch einen Packetcapture auf "lan" machen, und prüfen, ob dort so ein Eintrag mit der Sourceadresse deines VLC-Rechners auftaucht.

Der altnet Eintrag 192.168.0.0/24 ist nicht nötig bzw. sogar falsch, weil damit Multicasts aus dem lokalen Netzwerk über nas0 rausgehen.

mfg

leibezem
 
Hallo leibezem,

Ja, diese Einträge im Dump kommen ja aber es kommt keine Antwort...
Den Eintrag für 192.168.x.x hatte ich in die conf aufgenommen, weil es doch weiter vorne hieß (Dein Post #79), dass man die hinzufügen soll, wenn man Meldungen wie diese hier im Log findet? Oder hab ich das falsch verstanden?


Apr 2 15:45:42 fritz user.warn igmpproxy[1680]: The source address 192.168.0.1 for group 228.10.31.1, is not in any valid net for upstream VIF.
Apr 2 15:45:47 fritz user.warn igmpproxy[1680]: The source address 192.168.0.1 for group 228.10.41.1, is not in any valid net for upstream VIF.

usw.

Anbei der Capture von nas0... - ist nicht viel drin wie man sieht...
 

Anhänge

  • dump.zip
    245 Bytes · Aufrufe: 3
Hallo daubsi,

stimmt, ich habe eine alte 7170 und einen Alice Fun Max flat ISDN Tarif. Im Alice Kundencenter sehe ich auch DVB-IP als aktivierte Option (habe aber keine STB).

Ich habe die Configs und Scripts alle wie von leibezem bereitgestellt genutzt, nur mit dem einen Unterschied der festen IP auf nas0 und keinem DHCP.

Viel Erfolg,

Barif
 
@daubsi: Ich hatte in meinem Beitrag #79 geschrieben "Alle IP's, die nicht aus dem lokalen Subnet stammen...".

Wenn du dein lokales Subnet in igmp.conf einträgst, werden Multicasts aus deinem lokalen Netz (upnp, ...) ins IPTV Netz gerouted, und das ist nicht nötig. Dein Problem hat aber zeimlich sicher nichts damit zu tun.

Evtl. liegt es doch an der IP-Adresse von nas0. Probier doch mal eine andere Adresse (z.b. 10.226.53.xxx 255.255.252.0).

Bei mir kann es mit unter ziemlich lange dauern, bis die IPTV-Server nach dem ersten Start Daten liefern. Wie lange hast du VLC laufen lassen?

Und iptables würde ich zum testen mal ganz weglassen (alle Aufrufe im Script deaktivieren).

mfg

leibezem
 
Zuletzt bearbeitet:
Hallo,

ok, habe nun mal spasseshalber 10.26.53.12 für nas0 vergeben (seltsamerweiße mochte Linux das Oktet 266 nicht ;-) ) und iptables deaktivert, altnet auch raus (sorry, das hatte ich missverstanden) aber wie zuvor: Es passiert einfach gar nix... VLC läuft jetzt seit 5 Minuten...

Ich hab jetzt mal spasseshalber igmpproxy mit "-d -vv igmp.conf gestartet.
Das sind die Logmeldungen. Direkt nach dem Start habe ich versucht mit VLC rtp://233.51.128.24:1234 zu öffnen...

Code:
/var/media/ftp/uStor00 # igmpproxy -vv -d igmp.conf
Searching for config file at 'igmp.conf'
Config: Quick leave mode enabled.
Config: Got a phyint token.
Config: IF: Config for interface nas0.
Config: IF: Got upstream token.
Config: IF: Got ratelimit token '0'.
Config: IF: Got threshold token '1'.
Config: IF: Got altnet token 85.183.255.0/24.
Config: IF: Altnet: Parsed altnet to 85.183.255/24.
IF name : nas0
Next ptr : 0
Ratelimit : 0
Threshold : 1
State : 1
Allowednet ptr : 419f30
Config: Got a phyint token.
Config: IF: Config for interface lan.
Config: IF: Got downstream token.
Config: IF: Got ratelimit token '0'.
Config: IF: Got threshold token '1'.
IF name : lan
Next ptr : 0
Ratelimit : 0
Threshold : 1
State : 2
Allowednet ptr : 0
Config: Got a phyint token.
Config: IF: Config for interface lan:0.
Config: IF: Got disabled token.
IF name : lan:0
Next ptr : 0
Ratelimit : 0
Threshold : 1
State : 0
Allowednet ptr : 0
Config: Got a phyint token.
Config: IF: Config for interface dsl.
Config: IF: Got disabled token.
IF name : dsl
Next ptr : 0
Ratelimit : 0
Threshold : 1
State : 0
Allowednet ptr : 0
Config: Got a phyint token.
Config: IF: Config for interface lo.
Config: IF: Got disabled token.
IF name : lo
Next ptr : 0
Ratelimit : 0
Threshold : 1
State : 0
Allowednet ptr : 0
buildIfVc: Interface lo Addr: 127.0.0.1, Flags: 0x0049, Network: 127/8
buildIfVc: Interface lan Addr: 192.168.0.253, Flags: 0x1243, Network: 192.168.0/                                                                                                                     24
buildIfVc: Interface lan:0 Addr: 169.254.1.1, Flags: 0x1243, Network: 169.254/16
buildIfVc: Interface dsl Addr: 169.254.2.1, Flags: 0x10d1, Network: 169.254.2.1/                                                                                                                     32
buildIfVc: Interface nas0 Addr: 10.26.53.12, Flags: 0x1043, Network: 10.26.53.12                                                                                                                     /30
Found config for lan
Found config for lan:0
Found config for dsl
Found config for nas0
adding VIF, Ix 0 Fl 0x0 IP 0xfd00a8c0 lan, Threshold: 1, Ratelimit: 0
        Network for [lan] : 192.168.0/24
adding VIF, Ix 1 Fl 0x0 IP 0x0101fea9 lan:0, Threshold: 1, Ratelimit: 0
        Network for [lan:0] : 169.254/16
adding VIF, Ix 2 Fl 0x0 IP 0x0102fea9 dsl, Threshold: 1, Ratelimit: 0
        Network for [dsl] : 169.254.2.1/32
adding VIF, Ix 3 Fl 0x0 IP 0x0c351a0a nas0, Threshold: 1, Ratelimit: 0
        Network for [nas0] : 10.26.53.12/30
        Network for [nas0] : 85.183.255/24
Got 262144 byte buffer size in 0 iterations
Joining all-routers group 224.0.0.2 on vif 192.168.0.253
joinMcGroup: 224.0.0.2 on lan
SENT Membership query   from 192.168.0.253   to 224.0.0.1
Sent membership query from 192.168.0.253 to 224.0.0.1. Delay: 10
Created timeout 1 (#0) - delay 10 secs
(Id:1, Time:10)
Created timeout 2 (#1) - delay 21 secs
(Id:1, Time:10)
(Id:2, Time:21)
RECV Membership query   from 192.168.0.253   to 224.0.0.1
RECV V2 member report   from 192.168.0.253   to 224.0.0.2
The IGMP message was from myself. Ignoring.
RECV V2 member report   from 192.168.0.253   to 239.255.255.250
The IGMP message was from myself. Ignoring.
The source address 192.168.0.253 for group 239.255.255.250, is not in any valid                                                                                                                      net for upstream VIF.
RECV V2 member report   from 192.168.0.1     to 228.10.31.1
Should insert group 228.10.31.1 (from: 192.168.0.1) to route table. Vif Ix : 0
No existing route for 228.10.31.1. Create new.
No routes in table. Insert at beginning.
Inserted route table entry for 228.10.31.1 on VIF #0
Joining group 228.10.31.1 upstream on IF address 10.26.53.12
joinMcGroup: 228.10.31.1 on nas0

Current routing table (Insert Route):
-----------------------------------------------------
#0: Src: 0.0.0.0, Dst: 228.10.31.1, Age:2, St: I, OutVifs: 0x00000001
-----------------------------------------------------
RECV V2 member report   from 192.168.0.1     to 228.10.51.1
Should insert group 228.10.51.1 (from: 192.168.0.1) to route table. Vif Ix : 0
No existing route for 228.10.51.1. Create new.
Found existing routes. Find insert location.
Inserting after route 228.10.31.1
Inserted route table entry for 228.10.51.1 on VIF #0
Joining group 228.10.51.1 upstream on IF address 10.26.53.12
joinMcGroup: 228.10.51.1 on nas0

Current routing table (Insert Route):
-----------------------------------------------------
#0: Src: 0.0.0.0, Dst: 228.10.31.1, Age:2, St: I, OutVifs: 0x00000001
#1: Src: 0.0.0.0, Dst: 228.10.51.1, Age:2, St: I, OutVifs: 0x00000001
-----------------------------------------------------
RECV V2 member report   from 192.168.0.1     to 228.10.41.1
Should insert group 228.10.41.1 (from: 192.168.0.1) to route table. Vif Ix : 0
No existing route for 228.10.41.1. Create new.
Found existing routes. Find insert location.
Inserting after route 228.10.31.1
Inserted route table entry for 228.10.41.1 on VIF #0
Joining group 228.10.41.1 upstream on IF address 10.26.53.12
joinMcGroup: 228.10.41.1 on nas0

Current routing table (Insert Route):
-----------------------------------------------------
#0: Src: 0.0.0.0, Dst: 228.10.31.1, Age:2, St: I, OutVifs: 0x00000001
#1: Src: 0.0.0.0, Dst: 228.10.41.1, Age:2, St: I, OutVifs: 0x00000001
#2: Src: 0.0.0.0, Dst: 228.10.51.1, Age:2, St: I, OutVifs: 0x00000001
-----------------------------------------------------
RECV V2 member report   from 192.168.0.1     to 228.10.56.1
Should insert group 228.10.56.1 (from: 192.168.0.1) to route table. Vif Ix : 0
No existing route for 228.10.56.1. Create new.
Found existing routes. Find insert location.
Inserting after route 228.10.51.1
Inserted route table entry for 228.10.56.1 on VIF #0
Joining group 228.10.56.1 upstream on IF address 10.26.53.12
joinMcGroup: 228.10.56.1 on nas0

Current routing table (Insert Route):
-----------------------------------------------------
#0: Src: 0.0.0.0, Dst: 228.10.31.1, Age:2, St: I, OutVifs: 0x00000001
#1: Src: 0.0.0.0, Dst: 228.10.41.1, Age:2, St: I, OutVifs: 0x00000001
#2: Src: 0.0.0.0, Dst: 228.10.51.1, Age:2, St: I, OutVifs: 0x00000001
#3: Src: 0.0.0.0, Dst: 228.10.56.1, Age:2, St: I, OutVifs: 0x00000001
-----------------------------------------------------
The source address 192.168.0.1 for group 228.10.56.1, is not in any valid net for upstream VIF.
About to call timeout 1 (#0)
Aging routes in table.

Current routing table (Age active routes):
-----------------------------------------------------
#0: Src: 0.0.0.0, Dst: 228.10.31.1, Age:1, St: I, OutVifs: 0x00000001
#1: Src: 0.0.0.0, Dst: 228.10.41.1, Age:1, St: I, OutVifs: 0x00000001
#2: Src: 0.0.0.0, Dst: 228.10.51.1, Age:1, St: I, OutVifs: 0x00000001
#3: Src: 0.0.0.0, Dst: 228.10.56.1, Age:1, St: I, OutVifs: 0x00000001
-----------------------------------------------------
RECV V2 member report   from 192.168.0.128   to 233.51.128.24
Should insert group 233.51.128.24 (from: 192.168.0.128) to route table. Vif Ix : 0
No existing route for 233.51.128.24. Create new.
Found existing routes. Find insert location.
Inserting after route 228.10.56.1
Inserted route table entry for 233.51.128.24 on VIF #0
Joining group 233.51.128.24 upstream on IF address 10.26.53.12
joinMcGroup: 233.51.128.24 on nas0

Current routing table (Insert Route):
-----------------------------------------------------
#0: Src: 0.0.0.0, Dst: 228.10.31.1, Age:1, St: I, OutVifs: 0x00000001
#1: Src: 0.0.0.0, Dst: 228.10.41.1, Age:1, St: I, OutVifs: 0x00000001
#2: Src: 0.0.0.0, Dst: 228.10.51.1, Age:1, St: I, OutVifs: 0x00000001
#3: Src: 0.0.0.0, Dst: 228.10.56.1, Age:1, St: I, OutVifs: 0x00000001
#4: Src: 0.0.0.0, Dst: 233.51.128.24, Age:2, St: I, OutVifs: 0x00000001
-----------------------------------------------------
RECV V2 member report   from 192.168.0.128   to 233.51.128.24
Should insert group 233.51.128.24 (from: 192.168.0.128) to route table. Vif Ix : 0
Updated route entry for 233.51.128.24 on VIF #0

Current routing table (Insert Route):
-----------------------------------------------------
#0: Src: 0.0.0.0, Dst: 228.10.31.1, Age:1, St: I, OutVifs: 0x00000001
#1: Src: 0.0.0.0, Dst: 228.10.41.1, Age:1, St: I, OutVifs: 0x00000001
#2: Src: 0.0.0.0, Dst: 228.10.51.1, Age:1, St: I, OutVifs: 0x00000001
#3: Src: 0.0.0.0, Dst: 228.10.56.1, Age:1, St: I, OutVifs: 0x00000001
#4: Src: 0.0.0.0, Dst: 233.51.128.24, Age:2, St: I, OutVifs: 0x00000001
-----------------------------------------------------
The source address 192.168.0.1 for group 228.10.31.1, is not in any valid net for upstream VIF.
The source address 192.168.0.1 for group 228.10.51.1, is not in any valid net for upstream VIF.
About to call timeout 2 (#0)
SENT Membership query   from 192.168.0.253   to 224.0.0.1
Sent membership query from 192.168.0.253 to 224.0.0.1. Delay: 10
Created timeout 3 (#0) - delay 10 secs
(Id:3, Time:10)
Created timeout 4 (#1) - delay 21 secs
(Id:3, Time:10)
(Id:4, Time:21)
RECV Membership query   from 192.168.0.253   to 224.0.0.1
RECV V2 member report   from 192.168.0.128   to 239.255.255.250
Should insert group 239.255.255.250 (from: 192.168.0.128) to route table. Vif Ix : 0
No existing route for 239.255.255.250. Create new.
Found existing routes. Find insert location.
Inserting after route 233.51.128.24
Inserted route table entry for 239.255.255.250 on VIF #0
Joining group 239.255.255.250 upstream on IF address 10.26.53.12
joinMcGroup: 239.255.255.250 on nas0

Current routing table (Insert Route):
-----------------------------------------------------
#0: Src: 0.0.0.0, Dst: 228.10.31.1, Age:1, St: I, OutVifs: 0x00000001
#1: Src: 0.0.0.0, Dst: 228.10.41.1, Age:1, St: I, OutVifs: 0x00000001
#2: Src: 0.0.0.0, Dst: 228.10.51.1, Age:1, St: I, OutVifs: 0x00000001
#3: Src: 0.0.0.0, Dst: 228.10.56.1, Age:1, St: I, OutVifs: 0x00000001
#4: Src: 0.0.0.0, Dst: 233.51.128.24, Age:2, St: I, OutVifs: 0x00000001
#5: Src: 0.0.0.0, Dst: 239.255.255.250, Age:2, St: I, OutVifs: 0x00000001
-----------------------------------------------------
The source address 192.168.0.128 for group 239.255.255.250, is not in any valid net for upstream VIF.
RECV V2 member report   from 192.168.0.253   to 224.0.0.2
The IGMP message was from myself. Ignoring.
RECV V2 member report   from 192.168.0.1     to 228.10.31.1
Should insert group 228.10.31.1 (from: 192.168.0.1) to route table. Vif Ix : 0
Updated route entry for 228.10.31.1 on VIF #0

Current routing table (Insert Route):
-----------------------------------------------------
#0: Src: 0.0.0.0, Dst: 228.10.31.1, Age:1, St: I, OutVifs: 0x00000001
#1: Src: 0.0.0.0, Dst: 228.10.41.1, Age:1, St: I, OutVifs: 0x00000001
#2: Src: 0.0.0.0, Dst: 228.10.51.1, Age:1, St: I, OutVifs: 0x00000001
#3: Src: 0.0.0.0, Dst: 228.10.56.1, Age:1, St: I, OutVifs: 0x00000001
#4: Src: 0.0.0.0, Dst: 233.51.128.24, Age:2, St: I, OutVifs: 0x00000001
#5: Src: 0.0.0.0, Dst: 239.255.255.250, Age:2, St: I, OutVifs: 0x00000001
-----------------------------------------------------
RECV V2 member report   from 192.168.0.1     to 228.10.56.1
Should insert group 228.10.56.1 (from: 192.168.0.1) to route table. Vif Ix : 0
Updated route entry for 228.10.56.1 on VIF #0

Current routing table (Insert Route):
-----------------------------------------------------
#0: Src: 0.0.0.0, Dst: 228.10.31.1, Age:1, St: I, OutVifs: 0x00000001
#1: Src: 0.0.0.0, Dst: 228.10.41.1, Age:1, St: I, OutVifs: 0x00000001
#2: Src: 0.0.0.0, Dst: 228.10.51.1, Age:1, St: I, OutVifs: 0x00000001
#3: Src: 0.0.0.0, Dst: 228.10.56.1, Age:1, St: I, OutVifs: 0x00000001
#4: Src: 0.0.0.0, Dst: 233.51.128.24, Age:2, St: I, OutVifs: 0x00000001
#5: Src: 0.0.0.0, Dst: 239.255.255.250, Age:2, St: I, OutVifs: 0x00000001
-----------------------------------------------------
RECV V2 member report   from 192.168.0.1     to 228.10.51.1
Should insert group 228.10.51.1 (from: 192.168.0.1) to route table. Vif Ix : 0
Updated route entry for 228.10.51.1 on VIF #0

Current routing table (Insert Route):
-----------------------------------------------------
#0: Src: 0.0.0.0, Dst: 228.10.31.1, Age:1, St: I, OutVifs: 0x00000001
#1: Src: 0.0.0.0, Dst: 228.10.41.1, Age:1, St: I, OutVifs: 0x00000001
#2: Src: 0.0.0.0, Dst: 228.10.51.1, Age:1, St: I, OutVifs: 0x00000001
#3: Src: 0.0.0.0, Dst: 228.10.56.1, Age:1, St: I, OutVifs: 0x00000001
#4: Src: 0.0.0.0, Dst: 233.51.128.24, Age:2, St: I, OutVifs: 0x00000001
#5: Src: 0.0.0.0, Dst: 239.255.255.250, Age:2, St: I, OutVifs: 0x00000001
-----------------------------------------------------
RECV V2 member report   from 192.168.0.128   to 233.51.128.24
Should insert group 233.51.128.24 (from: 192.168.0.128) to route table. Vif Ix : 0
Updated route entry for 233.51.128.24 on VIF #0

Current routing table (Insert Route):
-----------------------------------------------------
#0: Src: 0.0.0.0, Dst: 228.10.31.1, Age:1, St: I, OutVifs: 0x00000001
#1: Src: 0.0.0.0, Dst: 228.10.41.1, Age:1, St: I, OutVifs: 0x00000001
#2: Src: 0.0.0.0, Dst: 228.10.51.1, Age:1, St: I, OutVifs: 0x00000001
#3: Src: 0.0.0.0, Dst: 228.10.56.1, Age:1, St: I, OutVifs: 0x00000001
#4: Src: 0.0.0.0, Dst: 233.51.128.24, Age:2, St: I, OutVifs: 0x00000001
#5: Src: 0.0.0.0, Dst: 239.255.255.250, Age:2, St: I, OutVifs: 0x00000001
-----------------------------------------------------
About to call timeout 3 (#0)
Aging routes in table.
Removing group 228.10.41.1. Died of old age.
Removed route entry for 228.10.41.1 from table.
Route is not active. No kernel updates done.
Leaving group 228.10.41.1 upstream on IF address 10.26.53.12
leaveMcGroup: 228.10.41.1 on nas0

Current routing table (Remove route):
-----------------------------------------------------
#0: Src: 0.0.0.0, Dst: 228.10.31.1, Age:2, St: I, OutVifs: 0x00000001
#1: Src: 0.0.0.0, Dst: 228.10.51.1, Age:1, St: I, OutVifs: 0x00000001
#2: Src: 0.0.0.0, Dst: 228.10.56.1, Age:1, St: I, OutVifs: 0x00000001
#3: Src: 0.0.0.0, Dst: 233.51.128.24, Age:2, St: I, OutVifs: 0x00000001
#4: Src: 0.0.0.0, Dst: 239.255.255.250, Age:2, St: I, OutVifs: 0x00000001
-----------------------------------------------------

Current routing table (Age active routes):
-----------------------------------------------------
#0: Src: 0.0.0.0, Dst: 228.10.31.1, Age:2, St: I, OutVifs: 0x00000001
#1: Src: 0.0.0.0, Dst: 228.10.51.1, Age:2, St: I, OutVifs: 0x00000001
#2: Src: 0.0.0.0, Dst: 228.10.56.1, Age:2, St: I, OutVifs: 0x00000001
#3: Src: 0.0.0.0, Dst: 233.51.128.24, Age:2, St: I, OutVifs: 0x00000001
#4: Src: 0.0.0.0, Dst: 239.255.255.250, Age:1, St: I, OutVifs: 0x00000001
-----------------------------------------------------
RECV V2 member report   from 192.168.0.1     to 228.10.41.1
Should insert group 228.10.41.1 (from: 192.168.0.1) to route table. Vif Ix : 0
No existing route for 228.10.41.1. Create new.
Found existing routes. Find insert location.
Inserting after route 228.10.31.1
Inserted route table entry for 228.10.41.1 on VIF #0
Joining group 228.10.41.1 upstream on IF address 10.26.53.12
joinMcGroup: 228.10.41.1 on nas0

Current routing table (Insert Route):
-----------------------------------------------------
#0: Src: 0.0.0.0, Dst: 228.10.31.1, Age:2, St: I, OutVifs: 0x00000001
#1: Src: 0.0.0.0, Dst: 228.10.41.1, Age:2, St: I, OutVifs: 0x00000001
#2: Src: 0.0.0.0, Dst: 228.10.51.1, Age:2, St: I, OutVifs: 0x00000001
#3: Src: 0.0.0.0, Dst: 228.10.56.1, Age:2, St: I, OutVifs: 0x00000001
#4: Src: 0.0.0.0, Dst: 233.51.128.24, Age:2, St: I, OutVifs: 0x00000001
#5: Src: 0.0.0.0, Dst: 239.255.255.250, Age:1, St: I, OutVifs: 0x00000001
-----------------------------------------------------
The source address 192.168.0.1 for group 228.10.51.1, is not in any valid net for upstream VIF.
The source address 192.168.0.1 for group 228.10.31.1, is not in any valid net for upstream VIF.
The source address 192.168.0.1 for group 228.10.41.1, is not in any valid net for upstream VIF.
About to call timeout 4 (#0)
SENT Membership query   from 192.168.0.253   to 224.0.0.1
Sent membership query from 192.168.0.253 to 224.0.0.1. Delay: 10
Created timeout 5 (#0) - delay 10 secs
(Id:5, Time:10)
Created timeout 6 (#1) - delay 115 secs
(Id:5, Time:10)
(Id:6, Time:115)
RECV Membership query   from 192.168.0.253   to 224.0.0.1
RECV V2 member report   from 192.168.0.128   to 233.51.128.24
Should insert group 233.51.128.24 (from: 192.168.0.128) to route table. Vif Ix : 0
Updated route entry for 233.51.128.24 on VIF #0

Current routing table (Insert Route):
-----------------------------------------------------
#0: Src: 0.0.0.0, Dst: 228.10.31.1, Age:2, St: I, OutVifs: 0x00000001
#1: Src: 0.0.0.0, Dst: 228.10.41.1, Age:2, St: I, OutVifs: 0x00000001
#2: Src: 0.0.0.0, Dst: 228.10.51.1, Age:2, St: I, OutVifs: 0x00000001
#3: Src: 0.0.0.0, Dst: 228.10.56.1, Age:2, St: I, OutVifs: 0x00000001
#4: Src: 0.0.0.0, Dst: 233.51.128.24, Age:2, St: I, OutVifs: 0x00000001
#5: Src: 0.0.0.0, Dst: 239.255.255.250, Age:1, St: I, OutVifs: 0x00000001
-----------------------------------------------------
RECV V2 member report   from 192.168.0.1     to 228.10.31.1
Should insert group 228.10.31.1 (from: 192.168.0.1) to route table. Vif Ix : 0
Updated route entry for 228.10.31.1 on VIF #0

Current routing table (Insert Route):
-----------------------------------------------------
#0: Src: 0.0.0.0, Dst: 228.10.31.1, Age:2, St: I, OutVifs: 0x00000001
#1: Src: 0.0.0.0, Dst: 228.10.41.1, Age:2, St: I, OutVifs: 0x00000001
#2: Src: 0.0.0.0, Dst: 228.10.51.1, Age:2, St: I, OutVifs: 0x00000001
#3: Src: 0.0.0.0, Dst: 228.10.56.1, Age:2, St: I, OutVifs: 0x00000001
#4: Src: 0.0.0.0, Dst: 233.51.128.24, Age:2, St: I, OutVifs: 0x00000001
#5: Src: 0.0.0.0, Dst: 239.255.255.250, Age:1, St: I, OutVifs: 0x00000001
-----------------------------------------------------
RECV V2 member report   from 192.168.0.253   to 239.255.255.250
The IGMP message was from myself. Ignoring.
The source address 192.168.0.253 for group 239.255.255.250, is not in any valid net for upstream VIF.
RECV V2 member report   from 192.168.0.1     to 228.10.51.1
Should insert group 228.10.51.1 (from: 192.168.0.1) to route table. Vif Ix : 0
Updated route entry for 228.10.51.1 on VIF #0

Current routing table (Insert Route):
-----------------------------------------------------
#0: Src: 0.0.0.0, Dst: 228.10.31.1, Age:2, St: I, OutVifs: 0x00000001
#1: Src: 0.0.0.0, Dst: 228.10.41.1, Age:2, St: I, OutVifs: 0x00000001
#2: Src: 0.0.0.0, Dst: 228.10.51.1, Age:2, St: I, OutVifs: 0x00000001
#3: Src: 0.0.0.0, Dst: 228.10.56.1, Age:2, St: I, OutVifs: 0x00000001
#4: Src: 0.0.0.0, Dst: 233.51.128.24, Age:2, St: I, OutVifs: 0x00000001
#5: Src: 0.0.0.0, Dst: 239.255.255.250, Age:1, St: I, OutVifs: 0x00000001
-----------------------------------------------------
RECV V2 member report   from 192.168.0.1     to 228.10.41.1
Should insert group 228.10.41.1 (from: 192.168.0.1) to route table. Vif Ix : 0
Updated route entry for 228.10.41.1 on VIF #0

Current routing table (Insert Route):
-----------------------------------------------------
#0: Src: 0.0.0.0, Dst: 228.10.31.1, Age:2, St: I, OutVifs: 0x00000001
#1: Src: 0.0.0.0, Dst: 228.10.41.1, Age:2, St: I, OutVifs: 0x00000001
#2: Src: 0.0.0.0, Dst: 228.10.51.1, Age:2, St: I, OutVifs: 0x00000001
#3: Src: 0.0.0.0, Dst: 228.10.56.1, Age:2, St: I, OutVifs: 0x00000001
#4: Src: 0.0.0.0, Dst: 233.51.128.24, Age:2, St: I, OutVifs: 0x00000001
#5: Src: 0.0.0.0, Dst: 239.255.255.250, Age:1, St: I, OutVifs: 0x00000001
-----------------------------------------------------
RECV V2 member report   from 192.168.0.253   to 224.0.0.2
The IGMP message was from myself. Ignoring.
RECV V2 member report   from 192.168.0.1     to 228.10.56.1
Should insert group 228.10.56.1 (from: 192.168.0.1) to route table. Vif Ix : 0
Updated route entry for 228.10.56.1 on VIF #0

Current routing table (Insert Route):
-----------------------------------------------------
#0: Src: 0.0.0.0, Dst: 228.10.31.1, Age:2, St: I, OutVifs: 0x00000001
#1: Src: 0.0.0.0, Dst: 228.10.41.1, Age:2, St: I, OutVifs: 0x00000001
#2: Src: 0.0.0.0, Dst: 228.10.51.1, Age:2, St: I, OutVifs: 0x00000001
#3: Src: 0.0.0.0, Dst: 228.10.56.1, Age:2, St: I, OutVifs: 0x00000001
#4: Src: 0.0.0.0, Dst: 233.51.128.24, Age:2, St: I, OutVifs: 0x00000001
#5: Src: 0.0.0.0, Dst: 239.255.255.250, Age:1, St: I, OutVifs: 0x00000001
-----------------------------------------------------
About to call timeout 5 (#0)
Aging routes in table.
Removing group 239.255.255.250. Died of old age.
Removed route entry for 239.255.255.250 from table.
Route is not active. No kernel updates done.
Leaving group 239.255.255.250 upstream on IF address 10.26.53.12
leaveMcGroup: 239.255.255.250 on nas0

Current routing table (Remove route):
-----------------------------------------------------
#0: Src: 0.0.0.0, Dst: 228.10.31.1, Age:2, St: I, OutVifs: 0x00000001
#1: Src: 0.0.0.0, Dst: 228.10.41.1, Age:2, St: I, OutVifs: 0x00000001
#2: Src: 0.0.0.0, Dst: 228.10.51.1, Age:2, St: I, OutVifs: 0x00000001
#3: Src: 0.0.0.0, Dst: 228.10.56.1, Age:2, St: I, OutVifs: 0x00000001
#4: Src: 0.0.0.0, Dst: 233.51.128.24, Age:2, St: I, OutVifs: 0x00000001
-----------------------------------------------------

Current routing table (Age active routes):
-----------------------------------------------------
#0: Src: 0.0.0.0, Dst: 228.10.31.1, Age:2, St: I, OutVifs: 0x00000001
#1: Src: 0.0.0.0, Dst: 228.10.41.1, Age:2, St: I, OutVifs: 0x00000001
#2: Src: 0.0.0.0, Dst: 228.10.51.1, Age:2, St: I, OutVifs: 0x00000001
#3: Src: 0.0.0.0, Dst: 228.10.56.1, Age:2, St: I, OutVifs: 0x00000001
#4: Src: 0.0.0.0, Dst: 233.51.128.24, Age:2, St: I, OutVifs: 0x00000001
-----------------------------------------------------
The source address 192.168.0.1 for group 228.10.56.1, is not in any valid net for upstream VIF.
The source address 192.168.0.1 for group 228.10.31.1, is not in any valid net for upstream VIF.
The source address 192.168.0.1 for group 228.10.31.1, is not in any valid net for upstream VIF.
The source address 192.168.0.1 for group 228.10.56.1, is not in any valid net for upstream VIF.
The source address 192.168.0.1 for group 228.10.51.1, is not in any valid net for upstream VIF.
[...]

Ich versteh zwar nun nicht alles bis ins Detail, aber auf jeden Fall sehe ich da nichts von irgendwelchen Fehlern oder so...
 
Hallo daubsi,

sorry, war ein Tipfehler. Sollte 10.226.53.xxx 255.255.252.0 lauten. Die IP-Range ist aus dem Packetcapture von "richie87". Sollte also eine gültige Range aus dem Alice Netz sein.

Der Gateway hat die Adresse 10.226.52.1. Du kannst ja mal versuchen, ob ein ping auf diese IP funktioniert.

mfg

leibezem
 
Versucht.... nix...
Ping bringt keinen Pong äh reply...
 

Zurzeit aktive Besucher

Statistik des Forums

Themen
244,832
Beiträge
2,219,108
Mitglieder
371,534
Neuestes Mitglied
vignajeanniegolabek
Holen Sie sich 3CX - völlig kostenlos!
Verbinden Sie Ihr Team und Ihre Kunden Telefonie Livechat Videokonferenzen

Gehostet oder selbst-verwaltet. Für bis zu 10 Nutzer dauerhaft kostenlos. Keine Kreditkartendetails erforderlich. Ohne Risiko testen.

3CX
Für diese E-Mail-Adresse besteht bereits ein 3CX-Konto. Sie werden zum Kundenportal weitergeleitet, wo Sie sich anmelden oder Ihr Passwort zurücksetzen können, falls Sie dieses vergessen haben.