[EMAIL PROTECTED] wrote: >> Output of ifconfig is given below: >> eth0 Link encap:Ethernet HWaddr 00:80:C8:34:91:32 >> inet addr:192.9.201.32 Bcast:192.9.201.255 Mask:255.255.255.0 >> Kernel IP routing table >> Destination Gateway Genmask Flags Metric Ref Use Iface >> 192.9.201.0 * 255.255.255.0 U 0 0 0 eth0 >> default tarang 0.0.0.0 UG 1 0 0 eth0 >> tarang is defined in my hosts file. > > Can u post the output of "route -n" command? I feel ur routing setup is not correct. It should be like this -- Destination Gateway Genmask Flags Metric Ref Use Iface 192.9.201.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 0.0.0.0 0.0.0.0 UG 0 0 0 eth0 >> route command takes lot of time to give the output. > > Use "route -n" command. Route is taking time to search DNS. why dont u do as follows #/etc/init.d/network stop #ifconfig eth0 192.9.201.32 netmask 255.255.255.0 up #ping -b 192.9.201.0 #route add default gw #ping iti Archan ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
