On 5/24/11 3:06 PM, Matt Ryanczak wrote:
> Assuming you have eth0,1,2,3,4,5 and eth0 is the external interface you 
> would something like this:
> 
> brctl addbr br0
> brctl addif br0 eth1
> brctl addif br0 eth2
> brctl addif br0 eth3
[snip]
> ifconfig br0 192.168.1.1 netmask 255.255.255.0
> ifconfig br0 up

On 5/25/11 1:56 PM, David Burgess wrote:
> iptables -t nat -A POSTROUTING -o eth4 -j MASQUERADE

Ok. I can connect clients to eth0-eth3, get served DHCP and ping
192.168.1.1, but not get out to the outside world.  What else needs to
be changed?

/Lars
_______________________________________________
Soekris-tech mailing list
[email protected]
http://lists.soekris.com/mailman/listinfo/soekris-tech

Reply via email to