Thu Jan 17, 2013 4:20 am
# service network-manager restart
network-manager: unrecognized service
Thu Jan 17, 2013 6:58 am
Thu Jan 17, 2013 2:26 pm
Fri Jan 18, 2013 12:47 am
# etc init.d networking restart
# ifdown eth0
# ifup eth0
Forbidden
You don't have permission to access /posting.php on this server.
Fri Jan 18, 2013 1:16 am
dhclient -v eth0
ifconfig -a
auto eth0
iface eth0 inet dhcp
Fri Jan 18, 2013 1:22 am
Fri Jan 18, 2013 1:52 am
nadir wrote:what means: couldn't restart? any messages about not restarting?
nadir wrote:shutting down the router, waiting for a few, then starting it again, is a tip often given.
nadir wrote:Calling the ISP is another option.
Fri Jan 18, 2013 2:45 am
dhclient -r eth0
Fri Jan 18, 2013 2:49 am
Fri Jan 18, 2013 5:18 am
fsmithred wrote:If wicd is not installed, you're still using an old beta. Go ahead and install it now. The bugs that stopped me from installing it before have been fixed.
fsmithred wrote:You can use ifup/down if your interface is configured in etc-network-interfaces. I think the betas without wicd have eth0 configured for dhcp here.
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp
fsmithred wrote:You can also use ifconfig to bring a network interface up or down.
fsmithred wrote:Using "service blah..." to start and stop services is a redhat thing. I forget what package needs to be installed in debian to be able to use that.