Re: Do I need configure bridge interface?

2014-06-05 Thread Bob Proulx
Henning Follmann wrote: > Pol Hallen wrote: > > eth0 --> 192.168.1.0/24 ip 192.168.1.2 > > wlan0 (with hostapd) --> 192.168.1.0/24 ip 192.168.1.3 > > iface br0 inet static > bridge_ports eth0 wlan0 > address 192.168.1.2 > netmask 255.255.255.0 > gateway 192.168.1.1 If you previously had a

Re: Do I need configure bridge interface?

2014-06-05 Thread Pol Hallen
On server 2 /etc/network/interfaces auto br0 [...] Cheers Hanning! :-) Pol -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/5390b449.4010...@fuckaround.org

Re: Do I need configure bridge interface?

2014-06-05 Thread Henning Follmann
On Thu, Jun 05, 2014 at 07:01:50PM +0200, Pol Hallen wrote: > Hi all :-) > Easy situation: > > server1: > eth0 --> internet > eth1 --> 192.168.1.0/24 ip 192.168.1.1 > > server2 > > eth0 --> 192.168.1.0/24 ip 192.168.1.2 > wlan0 (with hostapd) --> 192.168.2.0/24 ip 192.168.2.1 > > runs ;-) > >

Do I need configure bridge interface?

2014-06-05 Thread Pol Hallen
Hi all :-) Easy situation: server1: eth0 --> internet eth1 --> 192.168.1.0/24 ip 192.168.1.1 server2 eth0 --> 192.168.1.0/24 ip 192.168.1.2 wlan0 (with hostapd) --> 192.168.2.0/24 ip 192.168.2.1 runs ;-) I'd like re-configure like this: server1: eth0 --> internet eth1 --> 192.168.1.0/24 ip 1