how to make port forward for warcraft 3
Posted: Sun Jan 21, 2007 5:00 pm
by joserizal
helpppp, somebody make a guide plz.
it seem tobe i'm doomed
Re: how to make port forward for warcraft 3
Posted: Mon Jan 22, 2007 2:20 am
by raymonvdm
helpppp, somebody make a guide plz.
it seem tobe i'm doomed
Try this but with the ports for warcraft 3
http://wiki.mikrotik.com/wiki/Forwardin ... nternal_IP
I think this is what you mean
Port forward WC3
Posted: Mon Feb 05, 2007 10:24 am
by ferry
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