LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Laptop and Netbook (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/)
-   -   Multiple Network Profiles on a Laptop (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/multiple-network-profiles-on-a-laptop-266315/)

Bill Fox 12-14-2004 10:43 AM

Multiple Network Profiles on a Laptop
 
I have installed FC3 on an IBM r31 with a built in Wireless/Ethernet and modem. In the office I will connect directly to the network via the ethernet cable, at home I will connect to a wireless router hooked into an ADSL connection and when I'm on the road I will probably connect via modem.
Does anyone know of a white paper or article on how to do this with a minimum of user intervention. The problem is that in some cases the machine will be used by a non-technical person (even this might be an overstatement :-) )

I know that I might be asking for something that is already built in (usually is) but I have not been able to find it - not sure what to search for -

Thanks

csfalcon 12-14-2004 12:54 PM

for the different network card/modem, you will have to specify the device name when you connect (eth0, eth1...) no matter what.

for the network setting, I have two copies of /etc/resolv.conf with different names, which contain two different sets of DNS settings (one for office, one for home). I just overwrite /etc/resolv.conf with one of these copies before I connect with

Code:

ifup ethx

akshunj 12-15-2004 08:24 PM

If you use KDE, Kwifimanager has the ability to apply different profiles. There are various other tools around for this, but honestly none are very robust right now for laptop wireless users who might as soon connect via dhcp at an airport or statically at a home network with WPA.

Google around, though. There are a few project going...

--Akshun J

rbochan 12-16-2004 07:22 PM

There's a package in the Debian repositories called laptop-net which does just that. If there isn't a package available for FC3, perhaps you could compile the source package.


All times are GMT -5. The time now is 06:27 AM.