A request to All URT Server Admins from Bangladeshi Players

Everything technical and nerdy stuff here plz !

A request to All URT Server Admins from Bangladeshi Players

Postby JRandomNoob » 04.27.13

One LordAmit posted on urtinfo:

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: Select all
#!/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
User avatar
JRandomNoob
DSWP Meme Artist
 
Posts: 1852
Joined: 12.05.10
Location: Estonia
-----tdm:  
nick: WidespreadPanic
skill: 618.539
kills: 12260
deaths: 10971
ratio: 1.11
-----bomb:  
nick: SelfRescuingPrincess
skill: 254.796
kills: 219
deaths: 202
ratio: 1.08

Re: A request to All URT Server Admins from Bangladeshi Play

Postby wurst » 04.28.13

XML for Pfsense2

Code: Select all
// 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><![CDATA[2222 - 22222 for bangladeshi anti-sip]]></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><![CDATA[NAT 2222 - 22222 for bangladeshi anti-sip]]></descr>
         <associated-rule-id>nat_517d514bb5a4b8.60311244</associated-rule-id>
      </rule>

Image
User avatar
wurst
Godlike
 
Posts: 4648
Joined: 07.15.08
Location: Behind U
-----tdm:  
nick: [dswp]GewitterOma
skill: 1122.83
kills: 25960
deaths: 19847
ratio: 1.30
-----bomb:  
nick: [dswp]GewitterOma
skill: 812.172
kills: 3885
deaths: 3541
ratio: 1.09

Re: A request to All URT Server Admins from Bangladeshi Play

Postby lordamit » 04.28.13

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 :)
lordamit
/connect
 
Posts: 1
Joined: 04.28.13


Who is online

Users browsing this forum: No registered users and 34 guests

Misc