Yet another Vlan-question ![]()
See atachment for the layout of my network.
The essentials are:
Port 1 is the connection to the Cable modem
Port 2 go’s to my airport time capsule
port 3 go’s to my WNDR3700 (openwrt)
For my normal network, everything is working.
But I will also use the Airport guest network to work properly. I know the airport uses a VLAN 1003 for this guest network.
Previously, my WNDR3700 (with openwrt) was my main router, and on that router i was able to make the guest network on the airport work (with a Vlan id 1003)
Now with my RB750GL, I tried to create the same thing, but is doesn’ t work, users on my guest network are not able to receive an IP-address from the DHCP server.
my config:
/interface ethernet
set [ find default-name=ether1 ] name=ether1-gateway
set [ find default-name=ether2 ] name=ether2-master-local
set [ find default-name=ether3 ] master-port=ether2-master-local name=
ether3-slave-local
set [ find default-name=ether4 ] master-port=ether2-master-local name=
ether4-slave-local
set [ find default-name=ether5 ] master-port=ether2-master-local name=
ether5-slave-local
/interface vlan
add interface=ether2-master-local l2mtu=1594 name=Vlan1003-eth2 vlan-id=1003
/interface ethernet switch port
set 1 vlan-mode=fallback
set 2 vlan-mode=fallback
set 5 vlan-mode=fallback
/ip pool
add name=default-dhcp ranges=192.168.88.10-192.168.88.254
add name=Main-pool ranges=10.0.0.2-10.0.0.254
add name=Guest-pool ranges=10.0.1.2-10.0.1.254
/ip address
add address=10.0.0.1/24 comment=“default configuration” interface=ether2-master-local network=10.0.0.0
add address=10.0.1.1/24 interface=Vlan1003-eth2 network=10.0.1.0
/ip dhcp-server
add address-pool=Main-pool disabled=no interface=ether2-master-local lease-time=2h name=default
add address-pool=Guest-pool disabled=no interface=Vlan1003-eth2 name=Gast
(the link to my TV set, have I not yet tested, First the aiport guest network must work, so the config is only for the first part of my needs)
I’ve read one of the other topics, but it didn’t work out for me:
http://forum.mikrotik.com/t/vlan-setup-for-wifi-ap-guest-ssid-separation-step-by-step/84428/1
Thanks
