On Wed, 2005-08-31 at 23:16 +0530, tramsmai wrote:
Hi there Following is the output of various commands i issued as requested...
hmmm...
line after semicolon is the comment I had to do some editing since i saved the result in linux but when i opened the file in windows it had many unwanted carriage returns.
Welcome to windoze hell. It's because MS windows doesn't follow standards. However editing in wordpad instead of notepad would have worked fine.
[root@localhost 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 [root@localhost root]# ping 202.63.164.17 ;primary DNS connect: Network is unreachable [root@localhost root]# ping 192.168.0.1 ;Secondary DNS connect: Network is unreachable [root@localhost root]# ping 172.25.25.25 ;Gateway connect: Network is unreachable
tell me what route as root gives you. Do a man route, you'll get what you are missing. I think you haven't provided a gateway for your machine.
Regards,
ah