Setup guide

addresses. If you want to allow connections to the server on the local network, you should use
destination Network Address Translation (NAT).
Example of Destination NAT
Assume you need to configure the Wandy router for the following network setup, where the
server is located in the private network area:
The server has address 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 destination 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>
IP Pools
Document revision 0.0 (Thu Mar 04 20:47:26 GMT 2004)
This document applies to Wandy RouterOS V2.8
Table of Contents
Table of Contents
Summary
Specifications
Related Documents
Description
Notes
Setup
Property Description
Example
General Information
Summary
IP pools are used to define range of IP addresses that is used for DHCP server and Point-to-Point