I am newbie in MikroTik world and I want to help with my lab settings.
There is my scenario:
port1 - gateway. I left the default setting with DHCP
port2 - trunk. There will be connected 3COM switch which supported VLANs.
port3 - VLAN1
port4 - VLAN2
I need to create 2 independent VLANs and those VLANs will share internet connection.
I used for settings the Winbox and I tried to set it by how-tos on Internet,
but it doesn’t work. Could you write me a basic steps what I will need to set?
I’ll delete my settings and i will start again. Thank you
So what you are trying to do, just to be clear, is to crate x2 VLANs on a Mikrotik Router. From there both VLANs need access to the internet. You will also have both VLANs on a trunk to another switch.
This should set you up where port2 is configured as a trunk going to your switch. Port 3 is setup for VLAN1 and port4 is setup for VLAN2. All devices within the same VLAN, regardless of port, should now be able to talk to each other.
You will want to then setup DHCP, if done on the Mikrotik, for each network/VLAN. You will also want to verify the routes were automatically added, which they should have been, which would allow inter-vlan routing. This can be prevented within the firewall if you wish to prevent it.
You will need to setup a NAT with Masquerade for the VLANs to get out to the internet.
I would like to ask you for checking my firewall setings please for a big mistake. In this moment I have no access list for PPTP, I will create it later. The PPTP is open for all IP address for now.