hello,
finally I have successfully made the Inter-Vlan Routing but I have another issue.
to can access the internet I need to set it up the NAT, how can I config without to set the NAT.
Let me give you a little context.
I have the Sophos firewall with a WAN link to my ISP model and the LAN link to my internal network, the LAN ip on the port is 10.0.0.1 and is connected to my CRS112 on sfp12 (this port is the uplink for CRS112 and have the ip 10.0.0.2). From here is my internal network.
*(also i want to say I set it up already the static ip on my Sophos firewall to know where to send back the info)
when I config the CRS112 with all the config that I need such DCHP, Inter-Vlan Routing, with static ip, also ip in the route list I can ping the bridge ip 192.168.200.1 (this is the gateway of my local network) I can ping 10.0.0.2 and 10.0.0.1 but I can’t ping 8.8.8.8 (the google dns), but when I set the NAT in my CRS112 it work fine, why and how can I set the CSR112 without the NAT and work like an cisco L3 switch?
bellow is my config
/interface bridge
add name=bridge1
/interface ethernet
set [ find default-name=sfp12 ] name=WAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip hotspot profile
set [ find default=yes ] html-directory=hotspot
/ip pool
add name=dhcp_pool0 ranges=192.168.200.2-192.168.200.254
/ip dhcp-server
add address-pool=dhcp_pool0 interface=bridge1 name=dhcp1
/port
set 0 name=serial0
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=ether2
/ip address
add address=192.168.200.1/24 interface=bridge1 network=192.168.200.0
add address=10.0.0.2/24 interface=WAN network=10.0.0.0
/ip dhcp-server network
add address=192.168.200.0/24 gateway=192.168.200.1
/ip dns
set allow-remote-requests=yes servers=193.231.252.1,10.0.0.2
/ip firewall nat
add action=masquerade chain=srcnat out-interface=WAN
/ip route
add disabled=no distance=1 dst-address=0.0.0.0/0 gateway=10.0.0.1 pref-src=“”
routing-table=main scope=30 suppress-hw-offload=no target-scope=10
/system clock
set time-zone-name=Europe/Bucharest
/system note
set show-at-login=no