| View previous topic :: View next topic |
| Author |
Message |
Holysword Guru


Joined: 19 Nov 2006 Posts: 400 Location: Greece
|
Posted: Sat Dec 09, 2006 12:59 pm Post subject: [Solved]Ragnarok "Failed to connect to server" Iss |
|
|
Well, I'm trying to install ragnarok at wine, following this guide:
http://wiki.jswindle.com/index.php/Wine_Ragnarok_Online
Unfortunelly, the server that I wanna play (EuphRO) have the problem related at the end of the guide ( it uses a DNS for connect... ). It tells to user grf and change the thing... yeah, I'm downloaded the grftool, but WHAT I DO WITH IT??? Where I put the sclientinfo.xml file???
Please, I'm so close of it!!! Ragnarok.exe already start, I just have to connect!!!!!!!!!!!!!!!!!!! _________________ Intel Q6600 | 8600GT 512MB | GA-P35-DS3 | 2.6.30-rc5-zen0
"Nolite arbitrari quia venerim mittere pacem in terram non veni pacem mittere sed gladium" (Yeshua Ha Mashiach)
Last edited by Holysword on Wed Dec 13, 2006 10:36 am; edited 1 time in total |
|
| Back to top |
|
 |
Holysword Guru


Joined: 19 Nov 2006 Posts: 400 Location: Greece
|
Posted: Wed Dec 13, 2006 10:36 am Post subject: |
|
|
This have something to do with the ip that wine sent the things. I used wireshark to detect that ip, and used iptables to forward it.
iptables -t nat -A OUTPUT -o eth0 -d 50.0.0.0 -j DNAT --to-destination 1.2.3.4
To put it to start everytime I login, do:
| Code: | $ rc-update add iptables default
$iptables -t nat -A OUTPUT -o eth0 -d 50.0.0.0 -j DNAT --to-destination 1.2.3.4
$/etc/init.d/iptables save
$/etc/init.d/iptables start |
Thks wacati for the help!!!!!! _________________ Intel Q6600 | 8600GT 512MB | GA-P35-DS3 | 2.6.30-rc5-zen0
"Nolite arbitrari quia venerim mittere pacem in terram non veni pacem mittere sed gladium" (Yeshua Ha Mashiach) |
|
| Back to top |
|
 |
cuchumino Guru


Joined: 24 Nov 2004 Posts: 427
|
Posted: Tue Jun 12, 2007 11:46 pm Post subject: |
|
|
anyone know as to why this happens? i mean, i have heard, and seen people work through this issue on other linux boxes without any problems what so ever for logging in. Is it some kind of networking problem?
I read a couple of install guides for RO on linux, and none of them mentioned the iptables problem.
I am having a similar problem on UO, and makes me wonder if they may be related. |
|
| Back to top |
|
 |
Holysword Guru


Joined: 19 Nov 2006 Posts: 400 Location: Greece
|
Posted: Wed Jul 11, 2007 12:26 pm Post subject: |
|
|
As long as I remember it's a winex problem. It don't know how to deal with DNS... well.. that's all I heard around  _________________ Intel Q6600 | 8600GT 512MB | GA-P35-DS3 | 2.6.30-rc5-zen0
"Nolite arbitrari quia venerim mittere pacem in terram non veni pacem mittere sed gladium" (Yeshua Ha Mashiach) |
|
| Back to top |
|
 |
cuchumino Guru


Joined: 24 Nov 2004 Posts: 427
|
Posted: Wed Jul 11, 2007 9:04 pm Post subject: |
|
|
yes. well, thats the thing. i have never tried this on retail. only on private servers. Every time i want to play, i have to do that iptables fix. but... the wierd thing is, there are guides that never mention this "fix" and some people have it run the first time without using the iptables command, especially on binary distributions running wind.
I just find it strange. I just can't imagine what the binary can have over the other. maybe a compile flag.... i dunno. |
|
| Back to top |
|
 |
|