"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
"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
<[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
<[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
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
[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
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
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
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
> -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
[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
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
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
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
> -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?
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
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
> 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
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 /
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
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
> 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
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 /
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
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
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
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
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
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...
> > :-)
> >
>
>
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...
> > :-)
> >
>
>
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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,
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
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
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,
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
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
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
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
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
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
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
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
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
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
72 matches
Mail list logo