1833553 Members
3371 Online
110061 Solutions
New Discussion

/etc/rc.config.d/netconf

 
SOLVED
Go to solution
Enrico Venturi
Super Advisor

/etc/rc.config.d/netconf

Hi all,
after having modified the netconf file how can I make the system reading it without re-booting?

thanks
enrico
5 REPLIES 5
Bill McNAMARA_1
Honored Contributor
Solution

Re: /etc/rc.config.d/netconf

try /sbin/init.d/net stop
/sbin/init.d/net start

This didn't close network connections for me when I ran it through network connection..!

Later,
Bill
It works for me (tm)
Steven Sim Kok Leong
Honored Contributor

Re: /etc/rc.config.d/netconf

Hi,

Simply do this:

# /sbin/init.d/net stop
# /sbin/init.d/net start

Hope this helps. Regards.

Steven Sim Kok Leong
Sebastian Galeski_1
Trusted Contributor

Re: /etc/rc.config.d/netconf

Unfortunatelly after modification in /etc/rc.config.d/netconf
/sbin/init.d/net stop|start
not always work, until reboot.
What changes have You made ???
Enrico Venturi
Super Advisor

Re: /etc/rc.config.d/netconf

Thanks to every body for the replies.
Enrico
U.SivaKumar_2
Honored Contributor

Re: /etc/rc.config.d/netconf

Hi,
You need not give this in a live server
#/sbin/init.d/net stop
as it might disturb some net services.
Give only this after any change in netconf file.
#/sbin/init.d/net start
as this will cause to reread the netconf file and your new settings willcome in to effect.

regards,
U.SivaKumar
Innovations are made when conventions are broken