Firewall Problem{NAT Router in gameranger}

hi to all admin and users
i have problem in gameranger program (http://gameranger.com)
http://www.gameranger.com/support/network/?i_ip=174414040&x_ip=1360073994&r_ip=174414040&rt=1&pp=1
how can fix this problem for my mikrotik ?

I need to ADD UDP port 16000 in my firewall

What do you want to do? Try to NAT this port to your private IP or accept this UPD port in MT firewall?

Mikrotik doesn’t block this port by default, check your firewall filter rules.

BTW, it allows the UDP port you want.

ip firewall filter add chain=forward protocol=udp dst-port=16000 action=accept

accept this UPD port(16000) in my MT firewall

===========
i signed this code in my MT :
ip firewall filter add chain=forward protocol=udp dst-port=16000 action=accept

but my problem dont solved !
i used socks v4 in gameranger (by proxyfire)

\

Can See my MT ?{how i can send private MT info login for U?}

Try to check your PC firewall and Antivirus firewall. I think Mikrotik is not the problem.

No problem bro.
How can I talk to you?
My yahoo ID is similar to my name in forum :smiley:

Ok
I Added U to my massenger list :slight_smile:

Did anyone found solution for this? I have that problem too with mikrotik

Did anyone found solution for this problem?

plz i have this problem help me

Probably a NAT rule us needed.

help me

A quick google search shows that Gameranger needs a NAT rule or UPNP.

Your best bet, would probably to turn on and configure UPNP.

Port forwarding is also an option, but if you receive a dynamic IP from your ISP, you’ll need to update the nat rule any time your IP changes.

Stick with UPNP, its almost brain-dead simple.

-Troy

If ISP gives dynamic ip, just use in-interface on the Nat rule.