Mon Feb 05, 2007 10:24 am
usually warcraft 3 uses port 6112 by default. It can be change thru options-gameplay. The rule is like this,
add ip
- add ip address --> x.x.x.x/32
add source NAT
ip firewall nat add chain=srcnat src-address=192.168.1.101 protocol=tcp dst-port=6112 >
action=src-nat to-addresses=x.x.x.x to-ports=0-65535
add dest NAT
/ip firewall nat add chain=dstnat dst-address=x.x.x.x protocol=tcp dst-port=6112 \
action=dst-nat to-addresses=192.168.1.101 to-ports=6112