I have two 532's with R52s in each.
We are only providing Internet, and thus only want layer 3 traffic to pass between routers.
On Side A, we have a public IP on Ether1 (which goes to internet) and a private 192.168.70.1/24 IP on Wan1 which is in Ap Bridge Mode.
I have Nat Rule for Masq, out port Ether1
and a static route for 0.0.0.0/0 with a default gatway of my ISPs gw. (in same subnet as my public IP) Ether1 public IP
I have a static router for 192.168.190.0/24 with a GW of 192.168.70.2
On Side B
I set a private 192.168.70.2/24 IP on Wan1 which is in station Mode. and successfully connects to Side A, I can ping 192.168.70.1 just fine.
I have Nat Rule for Masq, out port Wan1.
I have DHCP server running on port Ether1 (which is uplinked to a switch) and which hands out private IP address in the 192.168.190.100-200 range. GW: 192.168.190.1
I also have a ip of 192.168.190.1 on ether1
------
NO BRIDGES ANYWHERE
This should work right? Just to provide internet to those 192.168.190.100-200 computers-
I had all this working and i've messed it up some how, as one night it quit working, but the wireless link is fine, so before i do a reconfig from scratch i want to make sure my layout is right.
if this is clean enough i'll submit to to the wiki as a layer 3 bridge as they already have a transparent WDS based bridge how to in there
thanks