if i disconnect cable, and then connect, i can´t access to internet, i must restart pc? is there any more effective solvent?
Announcement
Collapse
No announcement yet.
disconnected and connected cable
Collapse
This topic is closed.
X
X
-
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
- Top
- Bottom
-
Re: disconnected and connected cable
your ethernet interface is eth0, yeah?
you could try:
Code:sudo ifdown eth0 sudo ifup eth0
Code:cat /etc/network/interfaces cat /etc/hosts cat /etc/resolv.conf ifconfig -a netstat -rn
gnu/linux is not windoze
- Top
- Bottom
Comment
Comment