> ip route pri
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
# DST-ADDRESS PREF-SRC GATEWAY-STATE GATEWAY DISTANCE INTERFACE
0 A S 0.0.0.0/0 reachable 222.11.123.1 1 ether1
1 ADC 192.168.54.0/24 192.168.54.3 0 ether2
2 ADC 111.22.231.64/26 111.22.231.66 0 ether1
3 ADC 222.11.123.0/24 222.11.123.3 0 ether1
> ip firewall nat exp
add action=dst-nat chain=dstnat comment="" disabled=no dst-address=222.11.123.3 dst-port=9223 \
protocol=tcp to-addresses=192.168.54.223 to-ports=80
add action=dst-nat chain=dstnat comment="" disabled=no dst-address=222.11.123.3 dst-port=9253 \
protocol=tcp to-addresses=192.168.54.253 to-ports=80
add action=dst-nat chain=dstnat comment="" disabled=no dst-address=222.11.123.2 to-addresses=\
192.168.54.254 to-ports=0-65535
add action=dst-nat chain=dstnat comment="" disabled=no dst-address=111.22.231.66 to-addresses=\
192.168.54.254 to-ports=0-65535
add action=src-nat chain=srcnat comment="" disabled=no src-address=192.168.54.254 to-addresses=\
222.11.123.2 to-ports=0-65535
add action=src-nat chain=srcnat comment="" disabled=no src-address=192.168.54.254 to-addresses=\
111.22.231.66 to-ports=0-65535
add action=src-nat chain=srcnat comment="" disabled=no src-address=192.168.54.0/24 to-addresses=\
222.11.123.3 to-ports=0-65535
# try to ping the neigbour MT router
[admin@RouterXXX] > ping 192.168.54.4
192.168.54.4 ping timeout
192.168.54.4 ping timeout
192.168.54.4 ping timeout
4 packets transmitted, 0 packets received, 100% packet loss
# there are 2 more MT routers in the same network, the result for them is the same..
# Let's try to ping the server
[admin@RouterXXX] > ping 192.168.54.254
192.168.54.254 64 byte ping: ttl=64 time<1 ms
192.168.54.254 64 byte ping: ttl=64 time<1 ms
192.168.54.254 64 byte ping: ttl=64 time<1 ms
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0/0.0/0 ms
# Let's try to ping something else:
[admin@RouterXXX] > ping 192.168.54.223
192.168.54.223 64 byte ping: ttl=64 time=14 ms
192.168.54.223 64 byte ping: ttl=64 time=13 ms
192.168.54.223 64 byte ping: ttl=64 time=13 ms
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 13/13.3/14 ms