dswp.de
http://www.dswp.de/old/

A request to All URT Server Admins from Bangladeshi Players
http://www.dswp.de/old/forum-gameserver-support/a-request-to-all-urt-server-admins-from-bangladeshi-players-t7185.html
Page 1 of 1

Author:  JRandomNoob [ 04.27.13 ]
Post subject:  A request to All URT Server Admins from Bangladeshi Players

One LordAmit posted on urtinfo:

Quote:
Hi,
We love URT and we like playing with players around the world. Unfortunately, due to some government restriction related to VOIP, one of our major connection provider at Bangladesh has blocked ports ranging from 22000 to 32000.

The default port URT runs at is 27960. Many of us cannot even connect to game server for this reason. There are two remedies, one is to run the game server at a smaller number port (like we run our UrTBD server at 2222), but this option might not be good enough. The other is port forwarding, which means you can still run your server at whatever port you want, and we will be able to connect to your URT server through 2222.

Server admins are requested to check this bash script and then run it on their Linux server to enable port forwarding.

Code:
#!/bin/bash
newport=2222
forwardport=27960
sudo iptables -t nat -D PREROUTING -p udp --dport $newport -j REDIRECT --to-ports $forwardport


If you decide to do so, please reply under this post with your Server IP so that we get to know that we will be able to access your server through 2222.

Thanks goes to Zed of UrTBD clan for preparing the bash script :D

Author:  wurst [ 04.28.13 ]
Post subject:  Re: A request to All URT Server Admins from Bangladeshi Play

XML for Pfsense2

Code:
// NAT
                <rule>
                        <source>
                                <any/>
                        </source>
                        <destination>
                                <address>83.141.4.234</address>
                                <port>2222</port>
                        </destination>
                        <protocol>udp</protocol>
                        <target>192.168.***.***</target>
                        <local-port>22222</local-port>
                        <interface>wan</interface>
                        <descr><!&#91;CDATA&#91;2222 - 22222 for bangladeshi anti-sip&#93;&#93;></descr>
                        <associated-rule-id>nat_517d514bb5a4b8.60311244</associated-rule-id>
                </rule>
// Firewall
                <rule>
                        <source>
                                <any/>
                        </source>
                        <interface>wan</interface>
                        <protocol>udp</protocol>
                        <destination>
                                <address>192.168.***.***</address>
                                <port>22222</port>
                        </destination>
                        <descr><!&#91;CDATA&#91;NAT 2222 - 22222 for bangladeshi anti-sip&#93;&#93;></descr>
                        <associated-rule-id>nat_517d514bb5a4b8.60311244</associated-rule-id>
                </rule>

 

Author:  lordamit [ 04.28.13 ]
Post subject:  Re: A request to All URT Server Admins from Bangladeshi Play

Hi guys

I have played in your server before, and I met some excellent players there.

You have once again showed your awesomeness by this topic, and by forwarding the port.

Thank you, everyone of DSWP, thank you :)

Page 1 of 1 All times are UTC + 1 hour
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/