I have setup 5 VLAN’s to isolate IOT, Guest … I can connect to the internet from VLAN 1… (Default) I do not have a firewall setup other than a single NAT masquerade rule out WAN. DHCP works on the VLAN’s. I am unable to ping out or trace route from the VLANS. I have a default route configured. I am at a loss as how to proceed. Help! I followed
# model = 960PGS
/interface bridge
add name=Local_Bridge vlan-filtering=yes
/caps-man interface
add disabled=no mac-address=xx:xx:xx:xx:xx:xx master-interface=none name=cap1 \
radio-mac=xx:xx:xx:xx:xx:xx radio-name=xxxxxxxx
add disabled=no mac-address=xx:xx:xx:xx:xx:xx master-interface=none name=cap2 \
radio-mac=xx:xx:xx:xx:xx:xx radio-name=xxxxxxxx
/interface vlan
add interface=Local_Bridge name=VLAN_Home vlan-id=40
add interface=Local_Bridge name=VLAN_GUEST vlan-id=70
add interface=Local_Bridge name=VLAN_IOT vlan-id=60
add interface=Local_Bridge name=VLAN_MGMT vlan-id=24
add interface=Local_Bridge name=VLAN_SECURITY vlan-id=30
add interface=Local_Bridge name=VLAN_TV vlan-id=50
/caps-man security
add authentication-types=wpa2-psk encryption=aes-ccm name=Local passphrase=\
Xxxx
add authentication-types=wpa2-psk encryption=aes-ccm name=Guest passphrase=\
Xxxx
add authentication-types=wpa2-psk encryption=aes-ccm name=IOT_Sec passphrase=\
Xxxx
add authentication-types=wpa2-psk encryption=aes-ccm name=TV_Sec passphrase=\
Xxxx
add authentication-types=wpa2-psk encryption=aes-ccm name="IP_Cam_Sec " \
passphrase=“xxxx”
add authentication-types=wpa2-psk encryption=aes-ccm name=Work_Security \
passphrase=xxxx
add authentication-types=wpa2-psk encryption=aes-ccm name=Home_Sec \
passphrase=xxxx
/caps-man configuration
add country="united states" datapath.local-forwarding=yes datapath.vlan-id=40 \
datapath.vlan-mode=no-tag name=Config_Home security=Home_Sec \
ssid=Caladonia
add country="united states" datapath.local-forwarding=yes datapath.vlan-id=70 \
datapath.vlan-mode=use-tag name=Config_GUEST security=Guest ssid=\
Home_Guest
add country="united states" datapath.local-forwarding=yes datapath.vlan-id=30 \
datapath.vlan-mode=use-tag hide-ssid=yes name=Config_Security security=\
"IP_Cam_Sec " ssid=Security
add country="united states" datapath.local-forwarding=yes datapath.vlan-id=50 \
datapath.vlan-mode=use-tag hide-ssid=yes name=Config_TV security=TV_Sec \
ssid=TV
add country="united states" datapath.local-forwarding=yes datapath.vlan-id=60 \
datapath.vlan-mode=use-tag hide-ssid=yes name=Config_IOT security=IOT_Sec \
ssid=IOT
/interface list
add name=WAN
add name=LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/ip pool
add name=dhcp ranges=192.168.100.10-192.168.100.20
add name=Home_Pool ranges=192.168.22.1-192.168.22.30
add name=GuestPool ranges=192.168.1.2-192.168.1.43
add name=IOT_Pool ranges=19.168.8.1-192.168.8.50
add name=L2TP_Pool ranges=192.168.22.50-192.168.22.60
add name=TV_pool ranges=192.168.253.1-192.168.253.25
add name=Security_Pool ranges=192.168.1.2-192.168.1.20
/ip dhcp-server
add address-pool=dhcp disabled=no interface=Local_Bridge lease-time=2m name=\
dhcp1
add address-pool=Home_Pool disabled=no interface=VLAN_Home \
lease-time=2m name=dhcp_Home
add address-pool=GuestPool disabled=no interface=VLAN_GUEST lease-time=2m name=\
dhcp_Guest
add address-pool=IOT_Pool disabled=no interface=VLAN_IOT name=dhcp_IOT
add address-pool=TV_pool disabled=no interface=VLAN_TV name=dhcp_TV
add address-pool=Security_Pool disabled=no interface=VLAN_SECURITY name=\
dhcp_Security
/user group
set full policy="local,telnet,ssh,ftp,reboot,read,write,policy,test,winbox,passw\
ord,web,sniff,sensitive,api,romon,dude,tikapp"
/caps-man manager
set ca-certificate=auto certificate=auto enabled=yes
/caps-man provisioning
add action=create-dynamic-enabled disabled=yes master-configuration=\
Config_Home slave-configurations=\
Config_GUEST,Config_IOT,Config_Security,Config_TV
add comment=951 disabled=yes master-configuration=Config_TV radio-mac=\
xx:xx:xx:xx:xx:xx
add comment=Cloud9 disabled=yes master-configuration=Config_Home \
radio-mac=xx:xx:xx:xx:xx:xx
add comment=RED disabled=yes master-configuration=Config_Security radio-mac=\
xx:xx:xx:xx:xx:xx
/interface bridge port
add bridge=Local_Bridge interface=ether2
add bridge=Local_Bridge interface=ether3
add bridge=Local_Bridge interface=ether4 pvid=40
add bridge=Local_Bridge interface=ether5 pvid=50
add bridge=Local_Bridge interface=sfp1
/interface bridge vlan
add bridge=Local_Bridge tagged=Local_Bridge,ether5,ether4 vlan-ids=30
add bridge=Local_Bridge tagged=Local_Bridge,ether4,ether5 vlan-ids=40
add bridge=Local_Bridge tagged=Local_Bridge,ether4 vlan-ids=50
add bridge=Local_Bridge tagged=Local_Bridge,ether4 vlan-ids=60
add bridge=Local_Bridge tagged=Local_Bridge,ether4 vlan-ids=70
/interface list member
add interface=ether1 list=WAN
add interface=Local_Bridge list=LAN
/ip address
add address=192.168.100.1/24 interface=ether2 network=192.168.100.0
add address=192.168.22.254/24 interface=VLAN_Home network=192.168.22.0
add address=192.168.1.1/24 interface=VLAN_SECURITY network=192.168.1.0
add address=192.168.253.254 interface=VLAN_TV network=192.168.253.0
add address=192.168.254.254/24 interface=VLAN_IOT network=192.168.254.0
add address=192.168.9.254/24 interface=VLAN_GUEST network=192.168.9.0
add address=10.8.12.254/24 interface=VLAN_MGMT network=10.8.12.0
/ip dhcp-client
add disabled=no interface=ether1
/ip dhcp-server network
add address=192.168.1.0/24 dns-server=192.168.1.1 gateway=192.168.1.1
add address=192.168.9.0/24 dns-server=192.168.22.254 gateway=192.168.9.254
add address=192.168.100.0/24 gateway=192.168.100.1 netmask=24
add address=192.168.22.0/24 dns-server=192.168.22.254 domain=Annwn gateway=\
192.168.22.254
add address=192.168.253.0/24 dns-server=192.168.22.254 gateway=192.168.253.254
add address=192.168.254.0/24 dns-server=192.168.22.254 gateway=192.168.254.254
/ip firewall service-port
set ftp disabled=yes
set tftp disabled=yes
set irc disabled=yes
set h323 disabled=yes
set sip disabled=yes
set pptp disabled=yes
set udplite disabled=yes
set dccp disabled=yes
set sctp disabled=yes
/ip ssh
set allow-none-crypto=yes forwarding-enabled=remote
/system clock
set time-zone-name=America/New_York
/system identity
set name=Mikrotik
/system ntp client
set enabled=yes