[EMAIL PROTECTED] root]# ping 172.25.65.29 ;My ip
PING 172.25.65.29 (172.25.65.29) from 172.25.65.29 : 56(84) bytes of data.
64 bytes from 172.25.65.29: 
icmp_seq=1 ttl=64 time=0.039 ms
64 bytes from 172.25.65.29: icmp_seq=2 ttl=64 time=0.032 ms
64 bytes from 172.25.65.29: 
icmp_seq=3 ttl=64 time=0.030 ms
64 bytes from 172.25.65.29: icmp_seq=4 ttl=64 time=0.031 ms
[1]+ Stopped 
ping 172.25.65.29
[EMAIL PROTECTED] root]# ping 202.63.164.17 ;primary DNS
connect: Network is unreachable
[EMAIL PROTECTED] root]# ping 192.168.0.1 ;Secondary DNS
connect: Network is unreachable
[EMAIL PROTECTED] root]# ping 172.25.25.25 ;Gateway
connect: Network is unreachable
[EMAIL PROTECTED] root]# ifconfig
eth0 
Link encap:Ethernet HWaddr 00:0B:6A:67:E2:3A 
inet addr:172.25.65.29 Bcast:172.25.65.31 Mask:255.255.255.252 
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 
RX packets:14598 errors:0 dropped:0 overruns:0 frame:0 
TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:898426 (877.3 Kb) 
TX bytes:240 (240.0 b)
Interrupt:5 Base address:0xdf00
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:10 errors:0 dropped:0 overruns:0 frame:0
TX packets:10 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:700 (700.0 b) 
TX bytes:700 (700.0 b)
[EMAIL PROTECTED] root]# traceroute 172.25.65.29
traceroute to 172.25.65.29 (172.25.65.29), 30 hops max, 
38 byte packets
1 172.25.65.29 (172.25.65.29) 
0.407 ms 0.073 ms 0.059 ms
[EMAIL PROTECTED] root]# ping 172.25.65.29
PING 172.25.65.29 (172.25.65.29) from 172.25.65.29 : 56(84) bytes of data.
64 bytes from 172.25.65.29: icmp_seq=1 ttl=64 time=0.038 ms
64 bytes from 172.25.65.29: 
icmp_seq=2 ttl=64 time=0.034 ms
64 bytes from 172.25.65.29: icmp_seq=3 ttl=64 time=0.034 ms
64 bytes from 172.25.65.29: icmp_seq=4 ttl=64 time=0.031 ms
[1]+ Stopped 
ping 172.25.65.29
[EMAIL PROTECTED] root]# ping 172.25.25.25
connect: Network is unreachable
[EMAIL PROTECTED] root]#


You have defined a network which will allow on 2 ip address 172.25.65.29 and 
172.25.65.30. You cannot have a default gateway other that the Ip .30 unless 
your machine is acting as a router.

Also the default gateway had to be a router since your tryin to access a 
network (dns servers) which doesnt belong to your subnet.

Probably you need to get your networking concepts clear before you try solving 
this one.

 

Regards,

Chirag R.


                
---------------------------------
 Start your day with Yahoo! - make it your home page 
-- 
http://mm.ilug-bom.org.in/mailman/listinfo/linuxers

Reply via email to