> I asked the list last week why I am unable to restart my networking
> service on Debian...
> /etc/init.d/networking restart
> That command no longer seems to work in Debian Linux. I was then told
> to try some kind of "invoke-rc.d/networking restart and that fails to.
> Can someone please explain how an Administrator is expected to restart
> the networking services on Debian?

http://lists.debian.org/debian-user/2010/03/msg01580.html

The link above is my previous post to your initial request. Please
look at the syntax properly and please ignore the "invoke-rc.d" option
if you want to follow the advice of the later poster who said that it
was not meant for sysadmins.

If you do not have Network Manager running:
/etc/init.d/networking  restart
or
service networking restart
or
ifdown <interface>; ifup <interface>
or
ifdown -a; ifup -a
(or
invoke-rc.d networking  restart)

If you have Network Manager running:
/etc/init.d/network-manager restart
or
service network-manager restart
(or
invoke-rc.d network-manager restart)


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/6d4219cc1003191813m7be1b4dbn3bbc04163923f...@mail.gmail.com

Reply via email to