/etc/ppp/options:
noauth
usepeerdns
lock
noipdefault
/etc/ppp/peers/adsl:
debug
kdebug 1
noipdefault
defaultroute
pty "/usr/local/sbin/pppoa3 -m 1 -c -vpi 8 -vci 35"
sync
user "
[email protected]"
noauth
noaccomp
nopcomp
noccp
novj
holdoff 4
persist
maxfail 25
usepeerdns
/etc/ppp/chap-secrets:
"
[email protected]" "*" "password" "*"
/etc/ppp/pap_secrets:
"
[email protected]" "*" "password" "*"
-------------------------------ifconfig---------------------------------------------
[root@localhost root]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:50:FC:24:65:5B
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:5 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:0 (0.0 b) TX bytes:1710 (1.6 Kb)
Interrupt:10 Base address:0x9000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:104 errors:0 dropped:0 overruns:0 frame:0
TX packets:104 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:6972 (6.8 Kb) TX bytes:6972 (6.8 Kb)
-------------------------------route---------------------------------------------------
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
127.0.0.0 * 255.0.0.0 U 0 0 0 lo
looks like its actually moving data but im not sure :/