Собсвенно, имеется вайн, пиратка одной мморпг, и без плясок с бубном игра сервер не видит. На сайте вайна есть такая инструкция:
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
Реальный ип адрес сервера есть, как и тот что выяснен с помощью iptraf, выполняю команду, но коннекта так и нет.
Вместо NAT --to game.euphrogame.com ставлю NAT --to <тут реальный ип сервера> так как сайт не принимается.
ЧЯДНТ?