Announcement

Collapse
No announcement yet.

disconnected and connected cable

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    disconnected and connected cable

    if i disconnect cable, and then connect, i can´t access to internet, i must restart pc? is there any more effective solvent?

    #2
    Re: disconnected and connected cable

    there's really only one reason for restarting a linux system.
    and that is when you want to boot a different kernel.
    anything else (and i mean anything) can be fixed without rebooting.

    this said, if you're talking about your wired ethernet,
    plug/unplug of the ethernet cable is a totally harmless operation.
    your system must promptly reconnect to the network.

    hth
    gnu/linux is not windoze

    Comment


      #3
      Re: disconnected and connected cable

      it doesn´t want work if i disconnect and then connect the network cable. i must restart system., if i try
      /etc/init.d/networking restart, nothing happen

      Comment


        #4
        Re: disconnected and connected cable

        your ethernet interface is eth0, yeah?

        you could try:
        Code:
        sudo ifdown eth0
        sudo ifup eth0
        in any case, pls, post the details of your network config:
        Code:
        cat /etc/network/interfaces
        cat /etc/hosts
        cat /etc/resolv.conf
        ifconfig -a
        netstat -rn
        cheers
        gnu/linux is not windoze

        Comment

        Working...
        X