Hi,
RouterOS 6.46.1 router model = RB962UiGS-5HacT2HnT replacing a working config with a Dlink router.
I have an ISP that requires the VLAN 10 is configured on the WAN interface (ether1).
I’ve followed older howtos specific to such a setup, but they are from 2016 and things looked to have changed a little.
- added vlan interface “INTERNET” with vlan id 10
/interface vlan
add interface=ether1 name=INTERNET vlan-id=10
- changed the dhcp-client to use new VLAN interface instead of ether1
/ip dhcp-client
add comment=defconf disabled=no interface=INTERNET
(from this point I get a DHCP wan address from the ISP)
- changed interface list WAN definition from ether1 to INTERNET
/interface list
add comment=defconf name=WAN
/interface list member
add comment=defconf interface=INTERNET list=WAN
I can ping 8.8.8.8 from the router ping tool out the WAN, but I get no internet access from the WLAN/LAN ports (can ping router obviously).
a) The nat masquerade and default firewall rules seem to use the “WAN” definition above but I have tried changing them directly to use “INTERNET” without any luck.
/ip firewall nat
add action=masquerade chain=srcnat comment=“defconf: masquerade”
ipsec-policy=out,none out-interface-list=WAN
Any ideas?
Thanks