• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Linux Server having weird local IP

Ruzzi

New Member
Joined
Feb 19, 2010
Messages
26
Reaction score
0
Hey people of OTLand, I'm wondering about the 0.4 rev 3777 TFS server, neither the host nor anyone can join the server(my bud compiled it and is hosting it) and he can't join from any LAN computer (we can't try joining from the host computer since it uses Ubuntu and we can't find any clients for 8.6 for it.) Basically here is the Local IP that it supposedly uses > Local IP address(es): 127.0.1.1
Can anyone help us with this weird problem? There's 0 errors when the server is started and basically nothing happens, we just can't join! It's the "Connection refused. (10061)" that appears in the tibia client on our windows computers.
 
try using "localhost" in your ipchanger.
Make sure ports are open if on router (only for your friend to join, you should be able to log in anyhow)
try type in cmd /ipconfig and see what local ip you have, and use that in ipchanger
for example mine is: 192.168.0.2
 
try using "localhost" in your ipchanger.
Make sure ports are open if on router (only for your friend to join, you should be able to log in anyhow)
try type in cmd /ipconfig and see what local ip you have, and use that in ipchanger
for example mine is: 192.168.0.2

Please read my post again and answer after that! Thanks for trying to help though! :)
 
"Basically here is the Local IP that it supposedly uses > Local IP address(es): 127.0.1.1"
You need to comfirm the ip, and ports still need to be open I guess. I haven't worked with linux ever so I can't really give accurate information. But a common problem is that when using 127.0.0.1 or localhost as adress in a LAN it will give you this message "cannot connect to server". "Connection refused. (10061)" on the other hand seems a bit harsh, refused! Something is blocking your way, willingly.. Like a password, wall or closed port? Sorry I can't be too much help.
 
edit /etc/network/interfaces

Create or modify a network (etc: eth0), sample:
auto eth0
iface eth0 inet static
address 192.168.0.15
netmask 255.255.255.0
gateway 192.168.0.1

Address = local LAN ip
gateway = router IP
netmask is in almost all situations 255.255.255.0

Make sure these fits the configuration of your router (etc if router IP is 10.0.0.1 give yourself IP 10.0.0.25 or something thats not being used).

Restart interfaces, edit config.lua and add your local LAN ip, use that IP in ip changer to connect to OT server.

Linux 8.6 tibia client: http://remeresmapeditor.com/rmedl.php?file=tibia860.tgz, not 100% sure which IP changer you should use tho
 
edit /etc/network/interfaces

Create or modify a network (etc: eth0), sample:
auto eth0
iface eth0 inet static
address 192.168.0.15
netmask 255.255.255.0
gateway 192.168.0.1

Address = local LAN ip
gateway = router IP
netmask is in almost all situations 255.255.255.0

Make sure these fits the configuration of your router (etc if router IP is 10.0.0.1 give yourself IP 10.0.0.25 or something thats not being used).

Restart interfaces, edit config.lua and add your local LAN ip, use that IP in ip changer to connect to OT server.

Linux 8.6 tibia client: http://remeresmapeditor.com/rmedl.php?file=tibia860.tgz, not 100% sure which IP changer you should use tho

Thanks Znote, you're da best! :D
 
Back
Top