[Pcbsd-developer] Some improvement to network manager
Status: Beta
Brought to you by:
kmoore134
From: <mni...@da...> - 2006-04-19 19:36:30
|
Hi all, now, when users change configuration of network card or routing table, needs to reboot pc to apply the changes. But we can simply use this 2 scripts in /etc/rc.d to reload configuration from rc.conf to make this changes available without reboot: /etc/rc.d/netif stop /etc/rc.d/netif start /etc/rc.d/routing stop /etc/rc.d/routing start After this 4 command, we have network card configuration and routing table reloaded from rc.conf. It's very simple not? What do you think? Bye. |