I'm having on tough time setting up my home network. You'd think it is easy. I have 6.0rc14 on a FB2011UAS-2HnD.
1. I want it to run my home network on 192.168.3.x.
2. use my provider ISP via DHCP client.
3. Serve up local IP's to a DHCP server
4. Run a WLAN Access Point.
I set ether1 to a dhcp client to get IP from ISP
I set IP address on ether1 to 192.168.3.1/24
I bridge ether1-ether10 and set to use IP firewall
IP Firewall srcnat with masquerade on source address list 192.168.3.0/24
DHCP server seems to work fine, no problems there.
WLAN seems to work fine.
But things still don't work.
I set srcnat to masquerade my local LAN on ether1 (or should it be the bridge?)
Do I also need to set proxy-arp on my bridge? Isn't it doing the same thing as srcnat?
-----
You would think that what I'm doing is pretty basic.....
--Ken