"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes:
> Hi!
> Anyone knows about a net configuration tool like linuxconf on Gentoo? I explain: i'm
> a laptop user and when i switch from home to university i need to change ip address,
> dns and gateway and i wish to change them without reboot.
>
You can always edit /etc/conf.d/net and then do
/etc/init.d/net.eth0 restart
each time you need to change the above information, or make both
/etc/conf.d/net.school & /etc/conf.d/net.home and then make two
copies of /etc/init.d/net.eth0 and name them /etc/init.d/net.school &
/etc/init.d/net.home and have each one point to the respective file
in /etc/conf.d/net.*...
then just follow the usual /etc/init.d/net.* stop (and then start the
new one)
Hope that helps,
--
Louis C. Candell
--
[EMAIL PROTECTED] mailing list