Created
July 15, 2015 08:55
-
-
Save aequitas/4efde9e8c5a4a6c32a8d to your computer and use it in GitHub Desktop.
Fritzbox pppoe passthrough
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# enable telnet: http://www.van-sluis.nl/?p=208 | |
# login: telnet 192.168.2.1 | |
# edit /var/flash/debug.cfg | |
$ nvi /var/flash/debug.cfg | |
while sleep 30;do | |
if [ -z "`brctl show|grep ptm_vr9`" ];then | |
killall dsld telefon voipd pbd | |
sleep 10 | |
ifconfig ptm_vr9 up | |
brctl addif lan ptm_vr9 | |
fi | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment