NAT for Create DOTA Server

Posted by Admin Thursday, December 16, 2010 0 comments
Three simple rules for for Create DOTA Server
/ip
firewall
nat
add
chain=srcnat
action=masquerade
out-interface=Public

/ip
firewall
nat
add
chain=dstnat
dst-address=202.xxx.xxx.xxx(ip public)
protocol=tcp
dst-port=xxx(DOTA port)
action=dst-nat
to-addresses=192.168.xxx.xxx(private ip)
to-port=xxx(DOTA port)



/ip
firewall
nat
add
chain=srcnat
src-address=192.168.***.1-192.168.***.254(private ip)
action=netmap
to-addresses=202.xxx.xxx.1(dns)

0 comments:

Post a Comment