estel
14-02-2004, 11:23 AM
Hi,
I have a churn scheduled in a week or so, and just wanted to make sure that others are able to use a similar configuration with Swiftel to the one I use with Bigpond. pppd-2.4.1-pppoe4 (the latest version patched for PPPoE), and a 2.6.2 kernel with PPPoE compiled in, using CHAP authentication, over an Alcatel Speedtouch Home. /etc/ppp/options looks like:
asyncmap 0
crtscts
lock
modem
lcp-echo-interval 30
lcp-echo-failure 4
plugin /usr/lib/pppd/2.4.1/pppoe.so
deflate 15,15
logfile /var/log/pppd
mtu 1492
mru 1492
noipdefault
defaultroute
name foo@bar # obviously obfuscated ;)
With a typical "foo@bar * password *" line in /etc/ppp/chap-secrets. My rc.adsl script basically says:
/sbin/ifconfig eth0 mtu 1492 up
/usr/sbin/pppd eth0
A fairly bog-standard setup, with which I have no problems on Bigpond; can anyone confirm that a similar setup will work with Swiftel? (Most of the messages I've seen here seem to indicate that others use rp-pppoe; I prefer my way ;) ) I sort of would like to know before the churn occurs, just to be on the safe side :)
Thanks!
I have a churn scheduled in a week or so, and just wanted to make sure that others are able to use a similar configuration with Swiftel to the one I use with Bigpond. pppd-2.4.1-pppoe4 (the latest version patched for PPPoE), and a 2.6.2 kernel with PPPoE compiled in, using CHAP authentication, over an Alcatel Speedtouch Home. /etc/ppp/options looks like:
asyncmap 0
crtscts
lock
modem
lcp-echo-interval 30
lcp-echo-failure 4
plugin /usr/lib/pppd/2.4.1/pppoe.so
deflate 15,15
logfile /var/log/pppd
mtu 1492
mru 1492
noipdefault
defaultroute
name foo@bar # obviously obfuscated ;)
With a typical "foo@bar * password *" line in /etc/ppp/chap-secrets. My rc.adsl script basically says:
/sbin/ifconfig eth0 mtu 1492 up
/usr/sbin/pppd eth0
A fairly bog-standard setup, with which I have no problems on Bigpond; can anyone confirm that a similar setup will work with Swiftel? (Most of the messages I've seen here seem to indicate that others use rp-pppoe; I prefer my way ;) ) I sort of would like to know before the churn occurs, just to be on the safe side :)
Thanks!