I have two flats in my house that I provide internet too. I have recently started using Vlans to seperate and manage the traffic. I have a wireless access point that can tag packets with a VLAN ID and have successfully got the internet connected mikrotik to hand out DHCP to that flat.
The second flat has a mikrotik connected to the internet mikrotik via its ether1 port. I want it to connect via VLAN to the internet connected Mikrotik. I have setup the VLAN exactly the same way on the internet connected router obviously with a different ID.
What I did on the flat router was:
Create vlan on interface ether1
Create DHCP client on vlan ( the client mikrotik successfuly gets an IP from the internet connected router in the correct VLAN)
Disable the DHCP on ether1 as no longer required?
I then lose connection to that router and cant ping either IP address.
After a minute or so I can see both IP Addresses again. I can then connect. Then the DHCP client on ether1 returns???
How can I set it up so that the client router ONLY uses the Vlan.
Basically I want the router in the flat to be a wireless access point. The main mikrotik must hand out DHCP and do all the routing. The only thing I want the second mikrotik to do is to tag the packets with VLAN ID 50 so that each client on the second router gets an IP Address from the VLAN on the main router.