Re: Different Network Environments

2003-11-17 Thread Sacha Chua
"Marcus Will, FG MUCOSA, +49(431)597-1487" <[EMAIL PROTECTED]> writes: > I use and like > laptop-net > . You should have a look at it. I like laptop-net too. I shift between two networks that use static IPs and one that uses dynamic IPs. So far, laptop-net's been working like a charm. I can

Re: Different Network Environments

2003-11-17 Thread Sacha Chua
"Marcus Will, FG MUCOSA, +49(431)597-1487" <[EMAIL PROTECTED]> writes: > I use and like > laptop-net > . You should have a look at it. I like laptop-net too. I shift between two networks that use static IPs and one that uses dynamic IPs. So far, laptop-net's been working like a charm. I can

Re: Different Network Environments

2003-11-17 Thread David Z Maze
<[EMAIL PROTECTED]> writes: > Hi > > What package do you recommend for managing different network > environments? I don't like waiting for ages trying to get a DHCP address > when I'm at home. I also have three NICs, two of which are WLAN cards. > Is there some

Re: Different Network Environments

2003-11-17 Thread David Z Maze
<[EMAIL PROTECTED]> writes: > Hi > > What package do you recommend for managing different network > environments? I don't like waiting for ages trying to get a DHCP address > when I'm at home. I also have three NICs, two of which are WLAN cards. > Is there some

Re: Different Network Environments

2003-11-17 Thread Micha Feigin
On Mon, Nov 17, 2003 at 03:37:53PM +0200, [EMAIL PROTECTED] wrote: > Hi > > What package do you recommend for managing different network > environments? I don't like waiting for ages trying to get a DHCP address > when I'm at home. I also have three NICs, two of which a

Re: Different Network Environments

2003-11-17 Thread Eduard Nabbel
[EMAIL PROTECTED] wrote: Hi What package do you recommend for managing different network environments? I don't like waiting for ages trying to get a DHCP address when I'm at home. I also have three NICs, two of which are WLAN cards. Is there some application that can eaasily map a

Re: Different Network Environments

2003-11-17 Thread Micha Feigin
On Mon, Nov 17, 2003 at 03:37:53PM +0200, [EMAIL PROTECTED] wrote: > Hi > > What package do you recommend for managing different network > environments? I don't like waiting for ages trying to get a DHCP address > when I'm at home. I also have three NICs, two of which a

Re: Different Network Environments

2003-11-17 Thread Derek Broughton
From: "Marcus Will, FG MUCOSA, +49(431)597-1487" <[EMAIL PROTECTED]> > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > > > What package do you recommend for managing different network > > environments? I don't like waiting for ages trying t

Re: Different Network Environments

2003-11-17 Thread Simon McCartney
On Mon, Nov 17, 2003 at 03:37:53PM +0200, [EMAIL PROTECTED] wrote: > Hi > > What package do you recommend for managing different network > environments? I don't like waiting for ages trying to get a DHCP address > when I'm at home. I also have three NICs, two of which a

RE: Different Network Environments

2003-11-17 Thread Marcus Will, FG MUCOSA, +49(431)597-1487
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Montag, 17. November 2003 14:38 > To: debian-laptop@lists.debian.org > Subject: Different Network Environments > > What package do you recommend for managing different network > en

Re: Different Network Environments

2003-11-17 Thread Eduard Nabbel
[EMAIL PROTECTED] wrote: Hi What package do you recommend for managing different network environments? I don't like waiting for ages trying to get a DHCP address when I'm at home. I also have three NICs, two of which are WLAN cards. Is there some application that can eaasily map a prede

Different Network Environments

2003-11-17 Thread kasper.ronning
Hi What package do you recommend for managing different network environments? I don't like waiting for ages trying to get a DHCP address when I'm at home. I also have three NICs, two of which are WLAN cards. Is there some application that can eaasily map a predefined list of networ

Re: Different Network Environments

2003-11-17 Thread Derek Broughton
From: "Marcus Will, FG MUCOSA, +49(431)597-1487" <[EMAIL PROTECTED]> > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > > > What package do you recommend for managing different network > > environments? I don't like waiting for ages trying t

Re: Different Network Environments

2003-11-17 Thread Simon McCartney
On Mon, Nov 17, 2003 at 03:37:53PM +0200, [EMAIL PROTECTED] wrote: > Hi > > What package do you recommend for managing different network > environments? I don't like waiting for ages trying to get a DHCP address > when I'm at home. I also have three NICs, two of which a

RE: Different Network Environments

2003-11-17 Thread Marcus Will, FG MUCOSA, +49(431)597-1487
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Montag, 17. November 2003 14:38 > To: [EMAIL PROTECTED] > Subject: Different Network Environments > > What package do you recommend for managing different network > environments?

Different Network Environments

2003-11-17 Thread kasper.ronning
Hi What package do you recommend for managing different network environments? I don't like waiting for ages trying to get a DHCP address when I'm at home. I also have three NICs, two of which are WLAN cards. Is there some application that can eaasily map a predefined list of networ

Re: Different network environments

2003-04-03 Thread ronin2
On Thu, 3 Apr 2003 13:20:45 +0200 (CEST) "L. A. Linden Levy" <[EMAIL PROTECTED]> wrote: > This would be almost trivial to write as a bash script. > i.e. > > #!/bin/bash > /etc/sysconfig/network-scripts > if [ "$1" -eq "DHCP" ]; then > ifup ifcfg-eth0.dhcp > elsif [ "$1" -eq "STATIC1" ]; the

Re: Different network environments

2003-04-03 Thread Werner Heuser
> Any suggestions? See the Debian Laptop Proposal http://tuxmobil.org/debian_linux.html and the Linux Mobile-Guide http://tuxmobil.org/howtos.html chapter working in different environments. Werner -- |=| Werner Heuser = Keplerstr. 11A = D-10589 Berlin = Germany |=| T. 0049 - (0)30

Re: Different network environments

2003-04-03 Thread L. A. Linden Levy
This would be almost trivial to write as a bash script. i.e. #!/bin/bash /etc/sysconfig/network-scripts if [ "$1" -eq "DHCP" ]; then ifup ifcfg-eth0.dhcp elsif [ "$1" -eq "STATIC1" ]; then ifup ifcfg-eth0.static1 #etc...for more connection fi Then put files of following form in /

Re: Different network environments

2003-04-03 Thread Hugo Wau
On Thu, 2003-04-03 at 09:38, Harry Brueckner wrote: > Hi there, > > I am looking for a way to manage different network configurations for > environments I am working in with my notebook (Woody unstable). Sometimes I > have to use DHCP, sometimes its a static IP and so on. > > I tried to find so

Re: Different network environments

2003-04-03 Thread ronin2
On Thu, 3 Apr 2003 13:20:45 +0200 (CEST) "L. A. Linden Levy" <[EMAIL PROTECTED]> wrote: > This would be almost trivial to write as a bash script. > i.e. > > #!/bin/bash > /etc/sysconfig/network-scripts > if [ "$1" -eq "DHCP" ]; then > ifup ifcfg-eth0.dhcp > elsif [ "$1" -eq "STATIC1" ]; the

Re: Different network environments

2003-04-03 Thread Werner Heuser
> Any suggestions? See the Debian Laptop Proposal http://tuxmobil.org/debian_linux.html and the Linux Mobile-Guide http://tuxmobil.org/howtos.html chapter working in different environments. Werner -- |=| Werner Heuser = Keplerstr. 11A = D-10589 Berlin = Germany |=| T. 0049 - (0)30

Re: Different network environments

2003-04-03 Thread L. A. Linden Levy
This would be almost trivial to write as a bash script. i.e. #!/bin/bash /etc/sysconfig/network-scripts if [ "$1" -eq "DHCP" ]; then ifup ifcfg-eth0.dhcp elsif [ "$1" -eq "STATIC1" ]; then ifup ifcfg-eth0.static1 #etc...for more connection fi Then put files of following form in /

Re: Different network environments

2003-04-03 Thread Hugo Wau
On Thu, 2003-04-03 at 09:38, Harry Brueckner wrote: > Hi there, > > I am looking for a way to manage different network configurations for > environments I am working in with my notebook (Woody unstable). Sometimes I > have to use DHCP, sometimes its a static IP and so on. > > I tried to find so

Different network environments

2003-04-03 Thread Harry Brueckner
Hi there, I am looking for a way to manage different network configurations for environments I am working in with my notebook (Woody unstable). Sometimes I have to use DHCP, sometimes its a static IP and so on. I tried to find something using 'apt-cache search' but for all keywords I get so

Different network environments

2003-04-03 Thread Harry Brueckner
Hi there, I am looking for a way to manage different network configurations for environments I am working in with my notebook (Woody unstable). Sometimes I have to use DHCP, sometimes its a static IP and so on. I tried to find something using 'apt-cache search' but for all keywords I get so ma

Re: How to manager different network environments?

2002-11-06 Thread Auke Jilderda
Thanks, works like a charm! :-) Auke On Tue, Nov 05, 2002 at 09:58:20PM +1300, Andrew McMillan wrote: > > That's "ACPI", not "APIC" :-) > > Either that or APM - depending on the age of your laptop. Newer ones > will work better with ACPI, but I'm not sure how well that handles > suspend / res

Re: How to manager different network environments?

2002-11-06 Thread Auke Jilderda
Thanks, works like a charm! :-) Auke On Tue, Nov 05, 2002 at 09:58:20PM +1300, Andrew McMillan wrote: > > That's "ACPI", not "APIC" :-) > > Either that or APM - depending on the age of your laptop. Newer ones > will work better with ACPI, but I'm not sure how well that handles > suspend / res

Re: How to manager different network environments?

2002-11-06 Thread Andrew McMillan
On Sun, 2002-10-06 at 00:34, Derek Broughton wrote: > > > Unfortunately the ACPI handling is not fully mature yet, so the script > > doesn't do a run-parts... on some directory to let other packages more > > easily hook into it. (H... maybe I feel a wishlist bug coming on... > > :-) > > > >

Re: How to manager different network environments?

2002-11-05 Thread Andrew McMillan
On Sun, 2002-10-06 at 00:34, Derek Broughton wrote: > > > Unfortunately the ACPI handling is not fully mature yet, so the script > > doesn't do a run-parts... on some directory to let other packages more > > easily hook into it. (H... maybe I feel a wishlist bug coming on... > > :-) > > > >

Re: How to manager different network environments?

2002-11-05 Thread Vincent Bernat
OoO Pendant le repas du lundi 04 novembre 2002, vers 19:56, Andrew McMillan <[EMAIL PROTECTED]> disait: > I want to add some sort of cable detection daemon though, and trigger on > that, or get one of the existing ones to provide a it more of an > interface that whereami can use. The problem with

Re: How to manager different network environments?

2002-11-05 Thread Vincent Bernat
OoO Pendant le repas du lundi 04 novembre 2002, vers 19:56, Andrew McMillan <[EMAIL PROTECTED]> disait: > I want to add some sort of cable detection daemon though, and trigger on > that, or get one of the existing ones to provide a it more of an > interface that whereami can use. The problem with

Re: How to manager different network environments?

2002-11-05 Thread Derek Broughton
From: "Andrew McMillan" <[EMAIL PROTECTED]> > Unfortunately the ACPI handling is not fully mature yet, so the script > doesn't do a run-parts... on some directory to let other packages more > easily hook into it. (H... maybe I feel a wishlist bug coming on... > :-) > Well, it's pretty trivia

Re: How to manager different network environments?

2002-11-05 Thread Derek Broughton
From: "Andrew McMillan" <[EMAIL PROTECTED]> > Unfortunately the ACPI handling is not fully mature yet, so the script > doesn't do a run-parts... on some directory to let other packages more > easily hook into it. (H... maybe I feel a wishlist bug coming on... > :-) > Well, it's pretty trivia

Re: How to manager different network environments?

2002-11-05 Thread Baruch Even
I'm using ifplugd to detect cable insertion, it works perfectly. Since I mostly use the laptop in a single network I do not know how it integrates with programs like whereami. Baruch * Andrew McMillan <[EMAIL PROTECTED]> [021104 23:18]: > On Tue, 2002-11-05 at 05:42, Craig Genner wrote: > > I'm g

Re: How to manager different network environments?

2002-11-05 Thread Baruch Even
I'm using ifplugd to detect cable insertion, it works perfectly. Since I mostly use the laptop in a single network I do not know how it integrates with programs like whereami. Baruch * Andrew McMillan <[EMAIL PROTECTED]> [021104 23:18]: > On Tue, 2002-11-05 at 05:42, Craig Genner wrote: > > I'm g

Re: How to manager different network environments?

2002-11-05 Thread Andrew McMillan
On Tue, 2002-11-05 at 11:39, Auke Jilderda wrote: > Exactly how do you run whereami on the apm resume event? Is that > hardware/BIOS dependent or can I do it with the regular APM support in > the Linux kernel? I've been reading up on this but couldn't quite find > it, it seems like I need APIC to

Re: How to manager different network environments?

2002-11-05 Thread Andrew McMillan
On Tue, 2002-11-05 at 11:39, Auke Jilderda wrote: > Exactly how do you run whereami on the apm resume event? Is that > hardware/BIOS dependent or can I do it with the regular APM support in > the Linux kernel? I've been reading up on this but couldn't quite find > it, it seems like I need APIC to

Re: How to manager different network environments?

2002-11-04 Thread Auke Jilderda
Exactly how do you run whereami on the apm resume event? Is that hardware/BIOS dependent or can I do it with the regular APM support in the Linux kernel? I've been reading up on this but couldn't quite find it, it seems like I need APIC to do this, is that correct? Auke On Tue, Nov 05, 2002 at

Re: How to manager different network environments?

2002-11-04 Thread Auke Jilderda
Exactly how do you run whereami on the apm resume event? Is that hardware/BIOS dependent or can I do it with the regular APM support in the Linux kernel? I've been reading up on this but couldn't quite find it, it seems like I need APIC to do this, is that correct? Auke On Tue, Nov 05, 2002 at

Re: How to manager different network environments?

2002-11-04 Thread Andrew McMillan
On Tue, 2002-11-05 at 05:42, Craig Genner wrote: > I'm going to be in a similar situation soon where I will be swapping network > locations but I will be using an inbuilt network device, not a pcmcia card. > How would I also get to autodetect when the network cable has been plugged > in and then st

How to manager different network environments?

2002-11-04 Thread Chris Hanson
Date: Mon, 4 Nov 2002 16:42:04 - From: "Craig Genner" <[EMAIL PROTECTED]> I'm going to be in a similar situation soon where I will be swapping network locations but I will be using an inbuilt network device, not a pcmcia card. How would I also get to autodetect when the network

Re: How to manager different network environments?

2002-11-04 Thread Andrew McMillan
On Tue, 2002-11-05 at 05:42, Craig Genner wrote: > I'm going to be in a similar situation soon where I will be swapping network > locations but I will be using an inbuilt network device, not a pcmcia card. > How would I also get to autodetect when the network cable has been plugged > in and then st

How to manager different network environments?

2002-11-04 Thread Chris Hanson
Date: Mon, 4 Nov 2002 16:42:04 - From: "Craig Genner" <[EMAIL PROTECTED]> I'm going to be in a similar situation soon where I will be swapping network locations but I will be using an inbuilt network device, not a pcmcia card. How would I also get to autodetect when the network

Re: How to manager different network environments?

2002-11-04 Thread Craig Genner
L PROTECTED]> Sent: Sunday, November 03, 2002 8:57 PM Subject: Re: How to manager different network environments? > Hi Andrew, Chris, > > > meanwhile I installed whereami and do my first steps. > > > > > > Currently I am working on my wlan card and am wonderi

Re: How to manager different network environments?

2002-11-04 Thread Craig Genner
ot;Chris Halls" <[EMAIL PROTECTED]> Sent: Sunday, November 03, 2002 8:57 PM Subject: Re: How to manager different network environments? > Hi Andrew, Chris, > > > meanwhile I installed whereami and do my first steps. > > > > > > Currently I am working on my w

Re: How to manager different network environments?

2002-11-04 Thread Chris Halls
On Sun, Nov 03, 2002 at 09:57:15PM +0100, Mariano Kamp wrote: > > H... It should do that too, I guess, but I don't think that pcmcia > > has any hooks to trigger things on removal. > > > > I will look into it. > Unfortunately I don't have a clue about scripts yet. I tried to copy the > hook f

Re: How to manager different network environments?

2002-11-04 Thread Chris Halls
On Sun, Nov 03, 2002 at 09:57:15PM +0100, Mariano Kamp wrote: > > H... It should do that too, I guess, but I don't think that pcmcia > > has any hooks to trigger things on removal. > > > > I will look into it. > Unfortunately I don't have a clue about scripts yet. I tried to copy the > hook f

Re: How to manager different network environments?

2002-11-03 Thread Mariano Kamp
Hi Andrew, Chris, > > meanwhile I installed whereami and do my first steps. > > > > Currently I am working on my wlan card and am wondering why whereami > > is triggered in /etc/pcmcia/network when the card is inserted, but not > > when it is removed? > > H... It should do that too, I

Re: How to manager different network environments?

2002-11-03 Thread Mariano Kamp
Hi Andrew, Chris, > > meanwhile I installed whereami and do my first steps. > > > > Currently I am working on my wlan card and am wondering why whereami > > is triggered in /etc/pcmcia/network when the card is inserted, but not > > when it is removed? > > H... It should do that too, I

Re: How to manager different network environments?

2002-10-30 Thread Derek Broughton
From: "Auke Jilderda" <[EMAIL PROTECTED]> > Derek, > > I already took a shot at extending Andrew's script for use with Exim. > Have a look at my updated version of "setmailrelay", it's not complete > but works in my setup. We'll need to make it a bit more robust > (handling the standard distribut

Re: How to manager different network environments?

2002-10-30 Thread Auke Jilderda
Derek, I already took a shot at extending Andrew's script for use with Exim. Have a look at my updated version of "setmailrelay", it's not complete but works in my setup. We'll need to make it a bit more robust (handling the standard distributed config file of Exim in which the "queue_remote_dom

Re: How to manager different network environments?

2002-10-30 Thread Derek Broughton
From: "Auke Jilderda" <[EMAIL PROTECTED]> > Derek, > > I already took a shot at extending Andrew's script for use with Exim. > Have a look at my updated version of "setmailrelay", it's not complete > but works in my setup. We'll need to make it a bit more robust > (handling the standard distribut

Re: How to manager different network environments?

2002-10-30 Thread Auke Jilderda
Derek, I already took a shot at extending Andrew's script for use with Exim. Have a look at my updated version of "setmailrelay", it's not complete but works in my setup. We'll need to make it a bit more robust (handling the standard distributed config file of Exim in which the "queue_remote_dom

Re: How to manager different network environments?

2002-10-30 Thread Derek Broughton
From: "Andrew McMillan" <[EMAIL PROTECTED]> > On Wed, 2002-10-30 at 08:48, Derek Broughton wrote: > > > > > On Wed, 2002-10-30 at 07:58, Auke Jilderda wrote: > > > > > > > > I'm playing around with whereami, looks really good! I'll look into the > > > > docking/undocking later and first see if I

Re: How to manager different network environments?

2002-10-30 Thread Derek Broughton
From: "Andrew McMillan" <[EMAIL PROTECTED]> > On Wed, 2002-10-30 at 08:48, Derek Broughton wrote: > > > > > On Wed, 2002-10-30 at 07:58, Auke Jilderda wrote: > > > > > > > > I'm playing around with whereami, looks really good! I'll look into the > > > > docking/undocking later and first see if I

Re: How to manager different network environments?

2002-10-29 Thread Andrew McMillan
On Wed, 2002-10-30 at 08:48, Derek Broughton wrote: > > > On Wed, 2002-10-30 at 07:58, Auke Jilderda wrote: > > > > > > I'm playing around with whereami, looks really good! I'll look into the > > > docking/undocking later and first see if I can get it to work properly > > > in a simple case (two

Re: How to manager different network environments?

2002-10-29 Thread Andrew McMillan
On Wed, 2002-10-30 at 08:48, Derek Broughton wrote: > > > On Wed, 2002-10-30 at 07:58, Auke Jilderda wrote: > > > > > > I'm playing around with whereami, looks really good! I'll look into the > > > docking/undocking later and first see if I can get it to work properly > > > in a simple case (two

Re: How to manager different network environments?

2002-10-29 Thread Derek Broughton
From: "Andrew McMillan" <[EMAIL PROTECTED]> > On Wed, 2002-10-30 at 07:58, Auke Jilderda wrote: > > > > I'm playing around with whereami, looks really good! I'll look into the > > docking/undocking later and first see if I can get it to work properly > > in a simple case (two networks, both DHCP,

Re: How to manager different network environments?

2002-10-29 Thread Andrew McMillan
On Wed, 2002-10-30 at 07:58, Auke Jilderda wrote: > > I'm playing around with whereami, looks really good! I'll look into the > docking/undocking later and first see if I can get it to work properly > in a simple case (two networks, both DHCP, setting mail relay and > network mounts). Browsing t

Re: How to manager different network environments?

2002-10-29 Thread Auke Jilderda
Hi Andrew, I'm playing around with whereami, looks really good! I'll look into the docking/undocking later and first see if I can get it to work properly in a simple case (two networks, both DHCP, setting mail relay and network mounts). Browsing through the "setmailrelay" suggests that it is wri

Re: How to manager different network environments?

2002-10-29 Thread Derek Broughton
From: "Andrew McMillan" <[EMAIL PROTECTED]> > On Wed, 2002-10-30 at 07:58, Auke Jilderda wrote: > > > > I'm playing around with whereami, looks really good! I'll look into the > > docking/undocking later and first see if I can get it to work properly > > in a simple case (two networks, both DHCP,

Re: How to manager different network environments?

2002-10-29 Thread Andrew McMillan
On Wed, 2002-10-30 at 07:58, Auke Jilderda wrote: > > I'm playing around with whereami, looks really good! I'll look into the > docking/undocking later and first see if I can get it to work properly > in a simple case (two networks, both DHCP, setting mail relay and > network mounts). Browsing t

Re: How to manager different network environments?

2002-10-29 Thread Auke Jilderda
Hi Andrew, I'm playing around with whereami, looks really good! I'll look into the docking/undocking later and first see if I can get it to work properly in a simple case (two networks, both DHCP, setting mail relay and network mounts). Browsing through the "setmailrelay" suggests that it is wri

Re: How to manager different network environments?

2002-10-28 Thread Andrew McMillan
On Tue, 2002-10-29 at 07:29, Auke Jilderda wrote: > Andrew, > > I have exactly the same issue as Mariano and judging from the website, > "whereami" is 'exactly what the doctor ordered' ;-). > > On the site, it says: > My feeling is that there are only a few actual times when a > lap

Re: How to manager different network environments?

2002-10-28 Thread Auke Jilderda
Andrew, I have exactly the same issue as Mariano and judging from the website, "whereami" is 'exactly what the doctor ordered' ;-). On the site, it says: My feeling is that there are only a few actual times when a laptop might find itself in a new 'location': during the boot

Re: How to manager different network environments?

2002-10-28 Thread Andrew McMillan
On Tue, 2002-10-29 at 07:29, Auke Jilderda wrote: > Andrew, > > I have exactly the same issue as Mariano and judging from the website, > "whereami" is 'exactly what the doctor ordered' ;-). > > On the site, it says: > My feeling is that there are only a few actual times when a > lap

Re: How to manager different network environments?

2002-10-28 Thread Auke Jilderda
Andrew, I have exactly the same issue as Mariano and judging from the website, "whereami" is 'exactly what the doctor ordered' ;-). On the site, it says: My feeling is that there are only a few actual times when a laptop might find itself in a new 'location': during the boot

Re: How to manager different network environments?

2002-10-27 Thread Andrew McMillan
On Mon, 2002-10-28 at 12:35, Mariano Kamp wrote: > Hi All, > > I am using woody with a Sony Vaio utilizing a WLAN card. Sometimes I > use my laptop in a LAN which I access via Ethernet and the next day with > WLAN. On a client side I cannot use dhcp, but have to use a fixed IP. On > two other si

How to manager different network environments?

2002-10-27 Thread Mariano Kamp
Hi All, I am using woody with a Sony Vaio utilizing a WLAN card. Sometimes I use my laptop in a LAN which I access via Ethernet and the next day with WLAN. On a client side I cannot use dhcp, but have to use a fixed IP. On two other sites I use wlan, but with different passwords. What can I d

Re: How to manager different network environments?

2002-10-27 Thread Andrew McMillan
On Mon, 2002-10-28 at 12:35, Mariano Kamp wrote: > Hi All, > > I am using woody with a Sony Vaio utilizing a WLAN card. Sometimes I > use my laptop in a LAN which I access via Ethernet and the next day with > WLAN. On a client side I cannot use dhcp, but have to use a fixed IP. On > two other si

How to manager different network environments?

2002-10-27 Thread Mariano Kamp
Hi All, I am using woody with a Sony Vaio utilizing a WLAN card. Sometimes I use my laptop in a LAN which I access via Ethernet and the next day with WLAN. On a client side I cannot use dhcp, but have to use a fixed IP. On two other sites I use wlan, but with different passwords. What can I d