Re: wireless bridge, & nic IP addressing (FIXED)

2004-03-01 Thread Rodney Myers
On Mon, 01 Mar 2004 17:34:52 -0800 Kevin Buhr <[EMAIL PROTECTED]> wrote: > "Rodney D. Myers" <[EMAIL PROTECTED]> writes: > > > > I just got my wireless internet this morning, and have > > run into a small problem. > > > > The wireless bridge, attached to my nic has been > > assigned a static IP(

Re: wireless bridge, & nic IP addressing

2004-03-01 Thread Kevin Buhr
"Rodney D. Myers" <[EMAIL PROTECTED]> writes: > > I just got my wireless internet this morning, and have run into a > small problem. > > The wireless bridge, attached to my nic has been assigned a static IP > (for the time being), and to get my nic (eth0) to find it, it was also > assigned an IP ad

Re: wireless bridge, & nic IP addressing

2004-02-26 Thread Rodney D. Myers
On Thu, 26 Feb 2004 00:19:01 +0100 Jan Minar <[EMAIL PROTECTED]> wrote: > The `bridge' is your only gateway to the Internet, right? Then the only > thing you have to do is: > > # which ip || apt-get install iproute > # ip route add AAA.BBB.CCC.DDD/32 dev eth0 > # ip route add default via aaa.bbb

Re: wireless bridge, & nic IP addressing

2004-02-26 Thread Jan Minar
On Thu, Feb 26, 2004 at 01:18:27PM -0800, Rodney D. Myers wrote: > On Thu, 26 Feb 2004 00:19:01 +0100 > Jan Minar <[EMAIL PROTECTED]> wrote: > > > The `bridge' is your only gateway to the Internet, right? Then the only > > thing you have to do is: > > > > # which ip || apt-get install iproute >

Re: wireless bridge, & nic IP addressing

2004-02-25 Thread Rodney D. Myers
On Thu, 26 Feb 2004 00:19:01 +0100 Jan Minar <[EMAIL PROTECTED]> wrote: > > What can I do to get my nic (eth0) with a non internet IP address > > (192.168.1.2) to find the bridge? > > The `bridge' is your only gateway to the Internet, right? Then the > only thing you have to do is: > > # which

Re: wireless bridge, & nic IP addressing

2004-02-25 Thread Jan Minar
On Wed, Feb 25, 2004 at 10:59:12AM -0800, Rodney D. Myers wrote: > I just got my wireless internet this morning, and have run into a > small problem. > > The wireless bridge, attached to my nic has been assigned a static IP > (for the time being), and to get my nic (eth0) to find it, it was also >

wireless bridge, & nic IP addressing

2004-02-25 Thread Rodney D. Myers
I just got my wireless internet this morning, and have run into a small problem. The wireless bridge, attached to my nic has been assigned a static IP (for the time being), and to get my nic (eth0) to find it, it was also assigned an IP address in my ISP's range. Not a good thing. I, quickly, att