Network is running proper even if network service is off


Results 1 to 3 of 3

Thread: Network is running proper even if network service is off

  1. #1
    Join Date
    Jan 2010
    Posts
    8

    Network is running proper even if network service is off

    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.

    root@jeetendra-desktop:~# /etc/init.d/networking stop
    * Deconfiguring network
    interfaces... [ OK ]

    root@jeetendra-desktop:~# ping google.com
    PING google.com (64.233.189.103) 56(84) bytes of data.
    64 bytes from hkg01s01-in-f103.1e100.net (64.233.189.103): icmp_seq=1
    ttl=243 time=147 ms
    64 bytes from hkg01s01-in-f103.1e100.net (64.233.189.103): icmp_seq=2
    ttl=242 time=131 ms
    ^C
    --- google.com ping statistics ---
    2 packets transmitted, 2 received, 0% packet loss, time 999ms
    rtt min/avg/max/mdev = 131.765/139.424/147.083/7.659 ms

    root@jeetendra-desktop:~# route -n
    Kernel IP routing table
    Destination Gateway Genmask Flags Metric Ref
    Use Iface
    192.168.1.0 0.0.0.0 255.255.255.0 U 1 0
    0 eth0
    169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0
    0 eth0
    0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0
    0 eth0
    root@jeetendra-desktop:~#

    Responses are highly appreciated.
    Thanks

  2. #2
    Join Date
    Apr 2003
    Location
    UK
    Posts
    1,180
    The networking service handles the network interfaces you have configured manually in /etc/network/interfaces, other network interfaces are handled by Network Manager, so you want to stop the network-manager service to take down the interfaces Network Manager handles.

  3. #3
    Join Date
    Jan 2010
    Posts
    8

    Thank u so much

    well ur idea works.
    i appreciate ur response
    thanks again

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •