LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Bridging ath0 to eth1 (https://www.linuxquestions.org/questions/linux-networking-3/bridging-ath0-to-eth1-268450/)

kragbax 12-20-2004 11:48 AM

Bridging ath0 to eth1
 
How would I go about bridging my wireless connection from ath0 to the rest of the network and the internet while maintaining the firewall protection?

ath0 is the wireless
ppp0 is the PPPoE internet connection
eth1 is the internal network

I'm using IPTABLES on Kernel 2.6.9-5 for the firewall.

sigsegv 12-20-2004 12:47 PM

Google is your friend

kragbax 12-20-2004 01:56 PM

That makes it sound like both ath0 and eth1 will have no IP address which would kill internet access on the rest of the network. If that is the case couldn't I stick an extra NIC so it would go something like...

ath0 -> eth1 -> switch -> eth2 -> Squid/IPTables -> ppp0.

sigsegv 12-20-2004 03:32 PM

It does?

Quote:

Optionally you can configure the virtual interface mybridge to take part in your network. It behaves like one interface (like a normal network card). Exactly that way you configure it, replacing the previous command with something like:
# ifconfig mybridge 192.168.100.5 netmask 255.255.255.0 up

kragbax 12-21-2004 10:40 AM

Those commands killed all connectivity. I put in ath0 and eth1 but it didn't work so I had to undo all the brctl commands.

kragbax 12-22-2004 01:44 PM

up


All times are GMT -5. The time now is 11:09 PM.