Setup guide

one:
The server's address is now 192.168.0.4, and we are running web server on it that listens to the TCP
port 80. We want to make it accessible from the Internet at address:port 10.0.0.217:80. This can be
done by means of Static Network Address translation (NAT) at the Wandy Router. The Public
address:port 10.0.0.217:80 will be translated to the Local address:port 192.168.0.4:80. One
destination NAT rule is required for translating the destination address and port:
[admin@Wandy] ip firewall dst-nat> add action=nat protocol=tcp \
dst-address=10.0.0.217/32:80 to-dst-address=192.168.0.4
[admin@Wandy] ip firewall dst-nat> print
Flags: X - disabled, I - invalid, D - dynamic
0 dst-address=10.0.0.217/32:80 protocol=tcp action=nat
to-dst-address=192.168.0.4
[admin@Wandy] ip firewall dst-nat>
Notes
Please consult Network Address Translation for more information on Network Address
Translation.
Terminal Console
Document revision NaN (Tue Apr 20 16:17:53 GMT 2004)
This document applies to Wandy RouterOS V2.8
Table of Contents
Table of Contents
Summary
Specifications
Related Documents
Common Console Functions
Description
Example
Lists and Item Names
Description
Notes
Example
Quick Typing
Description
Notes
Additional Information
Description
General Commands
Description