# cable-start
Using interface ppp0
Connect: ppp0 <--> /dev/pts/0
PAP authentication succeeded
not replacing existing default route via 172.22.224.1
local IP address 87.68.159.13
remote IP address 212.199.20.237
ifconfig
eth0 Link encap:Ethernet HWaddr 00:00:E8:2C:3A:86
inet addr:172.22.229.55 Bcast:255.255.255.255 Mask:255.255.224.0
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1933 errors:0 dropped:0 overruns:0 frame:0
TX packets:37 errors:0 dropped:0 overruns:0 carrier:0
collisions:0
RX bytes:712121 (695.4 Kb) TX bytes:3877 (3.7 Kb)
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:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
ppp0 Link encap
oint-to-Point Protocol
inet addr:87.68.159.13 P-t-P:212.199.20.237
Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1460 Metric:1
RX packets:6 errors:0 dropped:0 overruns:0 frame:0
TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
collisions:0
RX bytes:250 (250.0 b) TX bytes:46 (46.0 b)
route -n
root@buh:~# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
212.199.20.237 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
172.22.224.0 0.0.0.0 255.255.224.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 172.22.224.1 0.0.0.0 UG 0 0 0 eth0