Hi,
I’m new to router OS but i have had it for awhile and successfully used it with a basic PPPoE NAT setup. so i’ve followed this setup guide to get it going with the new ISP’s settings. They use a DHCP setup not PPPoE. I have internet and everything works fine except the port forwarding and i think it may be in the firewall settings?
Here is the guide i followed:
I currently have these settings in the firewall:
/ip firewall filter
add chain=forward action=fasttrack-connection connection-state=established,related
comment=“fast-track for established,related”;
add chain=forward action=accept connection-state=established,related
comment=“accept established,related”;
add chain=forward action=drop connection-state=invalid
add chain=forward action=drop connection-state=new connection-nat-state=!dstnat
in-interface=ether1 comment=“drop access to clients behind NAT from WAN”
i’ve also added this to the NAT:
/ip firewall nat
add chain=srcnat out-interface=ether1 action=masquerade
The internet runs on ether1(labelled as WAN) and the DHCP server for the LAN on ether5.
any help would be great. cheers