на русро уже не играю, но на других серверах при подобной проблемме следуют настроить перенаправление пакетов в iptables : 1) Find out the ip address of the private server. In the case of EuphRO, it's game.euphrogame.com. 2) In the terminal, do:. sudo apt-get install iptraf.
3) Run iptraf to find out what IP address RO is trying to connect to, this IP address will be incorrect and probably doesn't exist.. 4) Download iptables, if you don't already have it. 5) In the terminal, do: iptables -t nat -A OUTPUT -d (FAKE IP ADDRESS) -j DNAT --to (REAL IP ADDRESS). Substituting "FAKE IP ADDRESS" and "REAL IP ADDRESS" with the IPs found in steps 1 and 3, respectively.. Example: iptables -t nat -A OUTPUT -d 97.109.101.46 -j DNAT --to game.euphrogame.com After that, everything should work smoothly! --------------------------------------------------- указание сайта в качестве реального айпишника работает редко, поэтому либо найди его в инете, либо выясни доступными средствами
|