Differences between version 6 and revision by previous author of AlcatelSpeedTouch.
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 6 | Last edited on Tuesday, April 1, 2003 3:13:37 pm | by CraigBox | Revert |
Older page: | version 5 | Last edited on Saturday, October 5, 2002 8:50:15 pm | by MattPurvis | Revert |
@@ -29,11 +29,11 @@
!The ADSL line still gets dropped regularly
put something like this in cron(8) to restart adsl if it dies:
killall -0 pptp || /etc/init.d/pptp start
-where /etc/init.d/pptp is a script that starts pptp
(8).
+where /etc/init.d/pptp is a script that starts pppd
(8).
!The web interface won't let me remove an IP address
The web interface is smart enough not to let you remove an IP address you are already connected to. Add a new IP, connect to that IP, remove the old one.
!The pptp docs say I need [MPPE] (or something), whats up with that?
-[MPPE] (or whatever it is) is required to encrypt packets over the tunnel. You probably don't care about encrypting packets over the pptp connection to the modem, so you don't care about [MPPE], you won't need to upgrade your kernel, you won't need to upgrade your ppp
(8) daemon.
+[MPPE] (or whatever it is) is required to encrypt packets over the tunnel. You probably don't care about encrypting packets over the pptp connection to the modem, so you don't care about [MPPE], you won't need to upgrade your kernel, you won't need to upgrade your pppd
(8) daemon.