Answer the question
In order to leave comments, you need to log in
How to make NAT work on RouterOS if the simple and explicit solution doesn't work?
Strange situation with RouterOS 6.32.2 on RB951G, theoretically NAT is enabled with one simple command:
/ip firewall nat add action=masquerade chain=srcnat out-interface=ether5
/ip firewall connection tracking set enabled=auto
/ip firewall connection tracking set enabled=yes
/ip dhcp-server network
add address=10.10.x.y/25 gateway=10.10.x.z netmask=25
Answer the question
In order to leave comments, you need to log in
Correct answer:
everything is correct, for NAT to work it is enough:
/ip firewall nat add action=masquerade chain=srcnat out-interface=ether5
/ip firewall connection tracking set enabled=auto
/ip dhcp-server network add address=10.10.x.y/25 gateway=10.10.x.z netmask=25
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question