1. Add Public IP to Public interface
- /ip address add address=202.25.212.12/28 interface=Public
2. Add rule internal server allow access from external network (internet)
- /ip firewall nat add chain=dstnat dst-address=202.25.212.12 action=dst-nat to-addresses=192.168.0.120
3. add rule internal server can talk with outer network (source ip address translated to 192.168.0.120)
- /ip firewall nat add chain=srcnat src-address=192.168.0.120 action=src-nat to-addresses=202.25.212.12
NOTE: if it doesn't work put the rule at the top
DONE
0 komentar:
Posting Komentar