We recently replaced our L2 switches on each location with the MikroTik CRS125-24G-15-RM (switch) to enable extra configuration capabilities. They are connected to a RB2011UiAS-2HnD-IN (router) via SFP which is bridged with 2 VDSL modems. The router is responsible for the PPPoE connection via 2 eth ports. A network schema is included below.
I want to be able to manage the switch externally so I added a NAT rule as I did in the past.
Code: Select all
ip firewall nat add chain=dstnat in-interface=PPPOE2 protocol=tcp dst-port=81 action=dst-nat to-addresses=192.168.88.250 to-ports=80
Any idea what I could have forgot? If you would need more information, just ask . Thank you for your time !