[EMAIL PROTECTED]:/etc# pppoe-start
... Connected!
[EMAIL PROTECTED]:/etc# ifconfig
eth0 Link encap:Ethernet HWaddr 00:11:5B:CE:9E:20 inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
         UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
         RX packets:1329 errors:0 dropped:0 overruns:0 frame:0
         TX packets:499 errors:0 dropped:0 overruns:0 carrier:0
         collisions:0 txqueuelen:1000
         RX bytes:89723 (87.6 Kb)  TX bytes:41685 (40.7 Kb)
         Interrupt:5 Base address:0xd800

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:108 errors:0 dropped:0 overruns:0 frame:0
         TX packets:108 errors:0 dropped:0 overruns:0 carrier:0
         collisions:0 txqueuelen:0
         RX bytes:10342 (10.0 Kb)  TX bytes:10342 (10.0 Kb)

ppp0 Link encap:Point-to-Point Protocol inet addr:201.50.18.17 P-t-P:200.217.255.43 Mask:255.255.255.255
         UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1492  Metric:1
         RX packets:3 errors:0 dropped:0 overruns:0 frame:0
         TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
         collisions:0 txqueuelen:3
         RX bytes:54 (54.0 b)  TX bytes:61 (61.0 b)

[EMAIL PROTECTED]:/etc# ping 200.217.255.43
PING 200.217.255.43 (200.217.255.43): 56 data bytes
64 bytes from 200.217.255.43: icmp_seq=0 ttl=255 time=30.123 ms
64 bytes from 200.217.255.43: icmp_seq=1 ttl=255 time=31.199 ms
64 bytes from 200.217.255.43: icmp_seq=2 ttl=255 time=31.472 ms
64 bytes from 200.217.255.43: icmp_seq=3 ttl=255 time=32.276 ms
--- 200.217.255.43 ping statistics ---
4 packets transmitted, 4 packets received, 0% packet loss
round-trip min/avg/max/stddev = 30.123/31.267/32.276/0.770 ms
[EMAIL PROTECTED]:/etc# ping 201.50.18.17
PING 201.50.18.17 (201.50.18.17): 56 data bytes
64 bytes from 201.50.18.17: icmp_seq=0 ttl=64 time=0.192 ms
64 bytes from 201.50.18.17: icmp_seq=1 ttl=64 time=0.136 ms
64 bytes from 201.50.18.17: icmp_seq=2 ttl=64 time=0.135 ms
64 bytes from 201.50.18.17: icmp_seq=3 ttl=64 time=0.134 ms
--- 201.50.18.17 ping statistics ---
4 packets transmitted, 4 packets received, 0% packet loss
round-trip min/avg/max/stddev = 0.134/0.149/0.192/0.025 ms
[EMAIL PROTECTED]:/etc# cat resolv.conf
nameserver 200.165.132.155
nameserver 200.165.132.148
[EMAIL PROTECTED]:/etc# ping 200.165.132.155
PING 200.165.132.155 (200.165.132.155): 56 data bytes
--- 200.165.132.155 ping statistics ---
5 packets transmitted, 0 packets received, 100% packet loss
[EMAIL PROTECTED]:/etc# ping 200.165.132.148
PING 200.165.132.148 (200.165.132.148): 56 data bytes
--- 200.165.132.148 ping statistics ---
6 packets transmitted, 0 packets received, 100% packet loss
[EMAIL PROTECTED]:/etc# ping www.google.com
ping: unknown host
[EMAIL PROTECTED]:/etc# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
200.217.255.43  *               255.255.255.255 UH    0      0        0 ppp0
192.168.1.0     *               255.255.255.0   U     0      0        0 eth0
default         200.217.255.43  0.0.0.0         UG    0      0        0 ppp0
[EMAIL PROTECTED]:/etc#

--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to