On Tue, Mar 9, 2010 at 12:55 AM, Jeetendra Achtani <[email protected]> wrote: > hi to all > I just want to know one thing. I had stop the network service in > ubuntu, still i can able to ping google.com.what u think might be > things to consider. these are the outputs see. > > r...@jeetendra-desktop:~# /etc/init.d/networking stop > * Deconfiguring network > interfaces... [ OK ]
What does it mean to deconfigure a network? I don't know. Best thing would be to see if your network interface still has an IP address defined (run /sbin/ifconfig)? As it seems most likely to be the case, you might want to disable the interface by running "/sbin/ifconfig eth0 down" (replace eth0 with your network interface; you can identify it by running "/sbin/route -n", it is the one listed for "0.0.0.0") . Try pinging then. SB -- l...@iitd - http://tinyurl.com/ycueutm
