June 6, 200818 yr OK, Simple question, how do I restart the network from the console? I googled "linux restart network" and only came up with "/etc/init.d/network restart" but I don't see a /etc/init.d folder.
June 6, 200818 yr Try this: /etc/rc.d/rc.inetd restart or /etc/rc.d/rc.inetd start or /etc/rc.d/rc.inetd stop
June 6, 200818 yr Author As always Joe... you are the man. My network connection keeps dropping for some reason every time I try to sync my ipod, so I just trying a couple things... but I may need a new NIC.
June 6, 200818 yr I think it's rc.inet1 root@unraid:/etc/rc.d# ls -l /etc/rc.d/rc.inet1 -rwxr-xr-x 1 root root 9237 May 26 05:55 /etc/rc.d/rc.inet1 Inetd is the daemon that starts other daemons based on socket connection. rc.inet1 manages the interface itself.
June 6, 200818 yr I think it's rc.inet1 root@unraid:/etc/rc.d# ls -l /etc/rc.d/rc.inet1 -rwxr-xr-x 1 root root 9237 May 26 05:55 /etc/rc.d/rc.inet1 Inetd is the daemon that starts other daemons based on socket connection. rc.inet1 manages the network interface itself. Oops, you are right... the above command stops and starts all services. /etc/rc.d/rc.inet1 stop /etc/rc.d/rc.inet1 start /etc/rc.d/rc.inet1 restart Joe L.
Archived
This topic is now archived and is closed to further replies.