Here are those previous questions answered again, with eth0 on:

> Do you get an IP address? type '/sbin/ifconfig'
eth0      Link encap:Ethernet  HWaddr 00:03:0D:09:1E:E3
          inet addr:192.168.100.10  Bcast:192.168.100.255 
Mask:255.255.255.0
          UP BROADCAST NOTRAILERS RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:53 errors:0 dropped:0 overruns:0 frame:0
          TX packets:340 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:9666 (9.4 Kb)  TX bytes:46558 (45.4 Kb)
          Interrupt:3 Base address:0x7000
 
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:1185 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1185 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:78595 (76.7 Kb)  TX bytes:78595 (76.7 Kb)

> Do you get IP addresses for name servers? type 'cat /etc/resolv.conf'
nameserver 192.168.100.1

> Do you get a default route? type 'netstat -rn'
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt
Iface
192.168.100.0   0.0.0.0         255.255.255.0   U         0 0          0
eth0
127.0.0.0       127.0.0.1       255.0.0.0       UG        0 0          0
lo
0.0.0.0         192.168.100.1   0.0.0.0         UG        0 0          0
eth0

> Can you ping the route's IP address? type 'ping {ip address of default 
> route}'

PING 192.168.100.0 (192.168.100.0) 56(84) bytes of data.
64 bytes from 192.168.100.1: icmp_seq=1 ttl=64 time=59.9 ms
64 bytes from 192.168.100.1: icmp_seq=2 ttl=64 time=1.03 ms
64 bytes from 192.168.100.1: icmp_seq=3 ttl=64 time=1.02 ms
64 bytes from 192.168.100.1: icmp_seq=4 ttl=64 time=1.06 ms
64 bytes from 192.168.100.1: icmp_seq=5 ttl=64 time=1.05 ms
64 bytes from 192.168.100.1: icmp_seq=6 ttl=64 time=1.12 ms
64 bytes from 192.168.100.1: icmp_seq=7 ttl=64 time=1.02 ms
64 bytes from 192.168.100.1: icmp_seq=8 ttl=64 time=1.07 ms
64 bytes from 192.168.100.1: icmp_seq=9 ttl=64 time=1.08 ms
64 bytes from 192.168.100.1: icmp_seq=10 ttl=64 time=1.10 ms
64 bytes from 192.168.100.1: icmp_seq=11 ttl=64 time=1.04 ms
64 bytes from 192.168.100.1: icmp_seq=12 ttl=64 time=10.6 ms
 
--- 192.168.100.0 ping statistics ---
46 packets transmitted, 12 received, 73% packet loss, time 45112ms
rtt min/avg/max/mdev = 1.027/6.771/59.940/16.247 ms


> Can you ping one of the name servers' IP addresses?
yes
> Can you ping yahoo.com?
yes

Still can't get to any web sites though.  Tried Google got: google.com
could not be found.  Yahoo.com: could not be found

tried going to:

http://192.168.100.10
connection was refused

http://192.168.100.255
connection was refused

http://127.0.0.1
connection was refused

http://192.168.100.0
connection was refused




_______________________________________________
CWE-LUG mailing list
http://www.cwelug.org/    
[EMAIL PROTECTED]
http://lists.firepipe.net/listinfo/cwe-lug

Reply via email to