Click to See Complete Forum and Search --> : Quick question... How do I start and stop my network daemon after booting up?


cheapbastard
03-26-2001, 04:46 PM
hmmmm?

I'm playing around with my network configuration in RH7 and I was told to restart the network daemon everytime I make a change so that it sticks. Before, I was just warm booting. :rolleyes:

[ 26 March 2001: Message edited by: cheapbastard ]

bdg1983
03-26-2001, 05:12 PM
I believe it's '/path/to/network stop' and '/path/to/network start'. Could also be a 'network restart'. Sorry but I cannot remember the exact 'path to'. Sure someone else will know. It has been posted here numerous times, so perhaps a look around Networking will help.

aaron
03-26-2001, 05:34 PM
In Redhat the path to the init scripts is:

/etc/rc.d/init.d

therefore you to stop and start your network you would execute (as root) /etc/rc.d/init.d/network [start | stop | restart]


Big_Z

cheapbastard
03-26-2001, 05:38 PM
Thanks, that's exactly what I needed! :D