Hi there, i have two map2n on a network with a class 192.168.0.x
i need to connect the first map2n on the room1 with a uplink cable on eth1 and map2n in the room2 with the eth2 with poe on the mapn2 in the room 1, and need also that the two device have a wifi with the dhcp from the network 192.168.0.x
example
router
192.168.0.1
map1 wan eth1 192.168.0.2 static gateway 192.168.0.1 and dns 8.8.8.8
local lan 192.168.88.1 dhcp 192.168.88.2 - 10
wifi on
eth2 connect to map2
map2 wan eth1 dhcp 192.168.88.2 gateway 192.168.88.1
local lan 192.168.20.1 dhcp 192.168.20.2 -20
wifi on
how i can make connect all device on all wifi and ethernet on map1 and map2?
Maybe first make clear what you want. Is it one network 192.168.0.0/24 for both he MAP1 and te MAP2?
Or is the desired network with 2 networks 192.168.88.0/24 for MAP1 and 192.168.20.0/24 for MAP2.
I assume the first case is wanted. All clients are member of one subnet 192.168.0.0/24, the subnet of the main router
In this case only, everything is LAN, and everything is bridged.
On MAP1
bridge ports ether1 , ether2 and the WLAN interfaces
DHCP client on the bridge
bridge is member of the LAN interface list (just in case you still have the default firewall active)
On MAP2
just the same as MAP1
Then you have the DHCP server set up on the router, specifying the router address 192.168.0.1 as default gateway, and some DNS server
MAP2 and its clients talk directly to that router just as MAP1, there is no routing done in MAP2 or in MAP1