Hello folks,
I have setup VLANs on my Mikrotik router, clients get addresses and can see each other, but from VLANs I cannot reach internet. I am obviously missing something, but my attempts with creating additional bridges etc. did not lead to success. Hence, I am hoping you can help me troubleshoot.
Setup:
Mikrotik Router acts as gateway. eht1 is GW interface with 10.201.1.1
Normal clients get addresses on 10.201.1.0/24 network (here all works fine)
eth2 & eth3 are bonded and go to my XenServer (10.201.1.5)
On XenServer I run several Virtual Machines. Goal is to have 3 servers as follows:
1) WEB -> in "DMZ" -> VLAN 100 (10.201.11.0/24 network)
2) FileStorage -> in VLAN 100 & in VLAN 200 (10.201.12.0/24 network; server VLAN only, no outside access)
3) Domain Controller -> in 10.201.1.0/24 network and in VLAN 200
Perhaps I do not need VLAN 200, as it could be in the 10.201.1.0 network, but that I can solve later.
I do not want (cannot) setup a regular DMZ by adding additional router, therefore this VLAN DMZ solution.
What I currently have is VLANs working and assigning IPs. Clients seeing each other on VLANs and correctly cannot see other clients on other VLAN, but no access to internet from VLANs.
How I achieved that (for clarity, I will describe only VLAN 100, as the other one is the same):
1) Added new VLAN interface under the "bond" interface called DMZ with VLAN set to 100
2) Under IP->Addresses assigned Address to this new interface 10.201.11.1/24 and network 10.201.11.0
3) Created a pool "dhcp_dmz" (...11.2-....11.254) and DHCP server assigned to DMZ interface
So far this works. Clients pinging each other. I know that the assigned gateway (10.201.11.1; which is the new DMZ interface) is not connected to internet. I somehow need to connect it with the working gateway (eth1 10.201.1.1) and perhaps setup routing. But I am stuck.
If you need a printout of some commands, please let me know.
Your help is greatly appreciated.
Cheers,
B.