Skip to content

Instantly share code, notes, and snippets.

@aequitas
Created July 15, 2015 08:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aequitas/4efde9e8c5a4a6c32a8d to your computer and use it in GitHub Desktop.
Save aequitas/4efde9e8c5a4a6c32a8d to your computer and use it in GitHub Desktop.
Fritzbox pppoe passthrough
# 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