Re: wireless/cat5 bridge

2003-07-16 Thread Damien Solley
I've set my bridge with wireless and wired interfaces just as you are doing. In my setup, the bridge retrieves its IP via DHCP. Mike has correctly pointed out the settings if only wired interfaces are used, but one further step was necessary for wireless (using linux-wlan-ng drivers). My /etc/netwo

Re: wireless/cat5 bridge

2003-07-16 Thread Todd Pytel
Mike, Great - thanks for the info. I'll try it out tomorrow or Friday, and report back if there are issues. Cheers, Todd On Wed, 16 Jul 2003 16:34:13 -0700 Mike Fedyk <[EMAIL PROTECTED]> wrote: > On Wed, Jul 16, 2003 at 06:20:02PM -0500, Todd Pytel wrote: > > On Wed, 16 Jul 2003 16:04:29 -0700

Re: wireless/cat5 bridge

2003-07-16 Thread Mike Fedyk
On Wed, Jul 16, 2003 at 06:20:02PM -0500, Todd Pytel wrote: > On Wed, 16 Jul 2003 16:04:29 -0700 > Mike Fedyk <[EMAIL PROTECTED]> wrote: > > > # /etc/network/interfaces -- configuration file for ifup(8), ifdown(8) > > > > #auto br0 > > iface br0 inet static > > address 10.0.0.122 > > net

Re: wireless/cat5 bridge

2003-07-16 Thread Todd Pytel
On Wed, 16 Jul 2003 16:04:29 -0700 Mike Fedyk <[EMAIL PROTECTED]> wrote: > # /etc/network/interfaces -- configuration file for ifup(8), ifdown(8) > > #auto br0 > iface br0 inet static > address 10.0.0.122 > netmask 255.255.255.0 > broadcast 10.0.0.0 > gateway 10.0.0.1 > bridg

Re: wireless/cat5 bridge

2003-07-16 Thread Mike Fedyk
On Wed, Jul 16, 2003 at 05:28:52PM -0500, Todd Pytel wrote: > I'm looking to set up a transparent wireless/cat5 in the uncommon > direction - i.e. the network and rest of the world are on the wireless > side and the LAN is on the cat5 side. At some point, I'll probably go > with a hardware solutio

wireless/cat5 bridge

2003-07-16 Thread Todd Pytel
I'm looking to set up a transparent wireless/cat5 in the uncommon direction - i.e. the network and rest of the world are on the wireless side and the LAN is on the cat5 side. At some point, I'll probably go with a hardware solution, but for the moment Debian is what I've got. I don't need firewal