Habe es jetzt so gelöst, daß ich den Speedport mit einem Switch hinter den Alice-Router gehängt habe.
Dazu habe ich folgende Einstellungen vorgenommen:
LAN: IP-Adresse auf eine andere, als die des Alice-Routers. DHCP im Alice-Router abgeschaltet.
DSL/WAN off
WAN Interface trotzdem DSL/PPP (LAN/BRIDGE geht bei mir gar nicht, liegt an der standard firewall, konnte dann nur während des Bootens per SSH einloggen und mit "ipables -P INPUT ACCEPT" wieder Zugriff auf das Webinterface erlangen).
Restart um 04:00 nachts, sonst ist nach 24 Stunden die Verbindung weg.
Custom Firewall Script:
=========== SNIP ===============
echo 1 >/proc/var/fyi/wan/ppp_1_32_1/wanup
echo 6 > /proc/var/fyi/wan/ppp_1_32_1/status
pppd -c 1.32.1 -i eth0 -u DSLLOGINNAME -p DSLPASSWORD -f 0 -P 1 -M 1492 &
echo 3 > /proc/var/fyi/wan/ppp_1_32_1/daemonstatus
echo >/etc/resolv.conf nameserver 213.191.74.12
echo >>/etc/resolv.conf nameserver 213.191.92.82
for i in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
do
if [ "`cat /proc/var/fyi/wan/ppp_1_32_1/daemonstatus`" = 4 ]; then
break
fi
sleep 1
done
route add default gw 213.191.89.23
/etc/start_scripts/date.sh
/etc/start_scripts/ata.sh restart
================ SNAP ============================
Wäre cool, wenn PPoE auch über das WEB-Interface konfigurierbar wäre.
Also
DSL/WAN [ ] on [ ] off [x] PPoE
dann die if's in dsl.sh angepasst und bei PPoE den pppd mit -i eth0 aufrufen.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Moin,
wäre es möglich ein Alice homeTV mit dem SpeedPort W500V zum laufen zu bringen, ohne das Alice Modem nutzen zu müssen?
Ich habe folgendes probiert, habe allerdings absolut keine Ahnung was ich da tue :-)
atmctl operate tdte --add ubr
atmctl operate vcc --add 1.1.34 aal5 2 llcencaps --addq 1.1.34 64 1 --addq 1.1.34 64 2 --addq 1.1.34 64 3
# atmctl operate vcc --show
vcc status type tdte_index q_size q_priority encapsulation
0.1.32 enabled aal5 1 64 1 llcencaps
64 2
64 3
1.1.34 enabled aal5 2 64 1 llcencaps
64 2
64 3
Dieser Befehl geht aber leider nicht:
# pvc2684ctl -a -v 1.1.34 -f
Interface nas100034 already in use
es ist aber nur 1 interface da:
# pvc2684ctl -l
VC interface mode
-- --------- ------
1/ 32 nas100032 Bridging
Hat jemand ne Idee?
Liebe Grüße
Amiga23
Ich hab gelesen das das Modem das unterstuetzen muss... bei meiner Fritz!box Wlan geht auch nur entweder TV oder Internet :(
Entweder oder würde mir ja schon reichen, dann muss ich nicht immer die Kabel umstecken. Was muss ich denn für entweder/oder machen?
Habe es jetzt so gelöst, daß ich den Speedport mit einem Switch hinter den Alice-Router gehängt habe.
Dazu habe ich folgende Einstellungen vorgenommen:
LAN: IP-Adresse auf eine andere, als die des Alice-Routers. DHCP im Alice-Router abgeschaltet.
DSL/WAN off
WAN Interface trotzdem DSL/PPP (LAN/BRIDGE geht bei mir gar nicht, liegt an der standard firewall, konnte dann nur während des Bootens per SSH einloggen und mit "ipables -P INPUT ACCEPT" wieder Zugriff auf das Webinterface erlangen).
Restart um 04:00 nachts, sonst ist nach 24 Stunden die Verbindung weg.
Custom Firewall Script:
=========== SNIP ===============
echo 1 >/proc/var/fyi/wan/ppp_1_32_1/wanup
echo 6 > /proc/var/fyi/wan/ppp_1_32_1/status
pppd -c 1.32.1 -i eth0 -u DSLLOGINNAME -p DSLPASSWORD -f 0 -P 1 -M 1492 &
echo 3 > /proc/var/fyi/wan/ppp_1_32_1/daemonstatus
echo >/etc/resolv.conf nameserver 213.191.74.12
echo >>/etc/resolv.conf nameserver 213.191.92.82
for i in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
do
if [ "`cat /proc/var/fyi/wan/ppp_1_32_1/daemonstatus`" = 4 ]; then
break
fi
sleep 1
done
route add default gw 213.191.89.23
/etc/start_scripts/date.sh
/etc/start_scripts/ata.sh restart
================ SNAP ============================
Wäre cool, wenn PPoE auch über das WEB-Interface konfigurierbar wäre.
Also
DSL/WAN [ ] on [ ] off [x] PPoE
dann die if's in dsl.sh angepasst und bei PPoE den pppd mit -i eth0 aufrufen.