lan networking
lan networking
how can i get it so my server can be lan network so i can have more then just my computer to be able to log on?, just at my house only tho
Open servers.cfg in your \pol\config directory and make sure the line for IP looks like this:
IP --lan--
Then you have to know what your LAN IP is. You find that out (assuming you are running Windows) by clicking on the "Start" button choosing "Run" and typing cmd in the box. Then once the DOS box has opened type ipconfig and press the <enter> key. You should see something like the following:
The IP Address line is your LAN IP address. Have all users in your LAN use that as the login address.
That should do it.
IP --lan--
Then you have to know what your LAN IP is. You find that out (assuming you are running Windows) by clicking on the "Start" button choosing "Run" and typing cmd in the box. Then once the DOS box has opened type ipconfig and press the <enter> key. You should see something like the following:
Code: Select all
Connection-specific DNS Suffix . : satx.rr.com
IP Address. . . . . . . . . . . . : 192.168.0.102
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.0.1
That should do it.
If I'm not mistaken, can't you just put in "--lan--" and pol will lookup and use the lan ip automatically?
Putting in the real number won't hurt of course, but pretty sure POL still does this.
It also knows "--ip--" too, but that was never realiable when used behind a router, which is how most computers are these days.
Code: Select all
GameServer
{
Name ServerName
IP --lan--
Port 5003
}It also knows "--ip--" too, but that was never realiable when used behind a router, which is how most computers are these days.
OK I am confused. Based on one of your earlier posts I thought you had set your servers.cfg file to:
That will cause the server to read your computers IP Address on the LAN and use that to listen for connections. Then all of those on your LAN should use your servers ss in their login.cfg file to access your server. That should allow connections assuming your firewall on the server, if you have a firewall, is allowing the port 5003 to be open.
Code: Select all
GameServer
{
Name POL
IP --lan--
Port 5003
}
OK the reason I was asking is because certain versions of client won't communicate properly with certain versions of POL but as far as I know 2.0.0 should work with 095. You might get a hold of a version 4 client and see if that works.
Also check your uocliebt.cfg file located in \POL\pkg\foundations\hooks to make sure it has the proper port number in it as well.
Also check your uocliebt.cfg file located in \POL\pkg\foundations\hooks to make sure it has the proper port number in it as well.
General
{
Strength Strength
Intelligence Intelligence
Dexterity Dexterity
Hits Life
Mana Mana
Stamina Stamina
MaxSkillID 48
}
Protocol
{
#
# EnableFlowControlPackets: use the 0x33 (0x00 / 0x01) pause/restart packets.
# Though OSI seems to no longer send these packets, they seem to help with smoothness,
# particularly with boat movement.
# Note: clients 4.0.0e and newer do not like the uoclient.cfg setting
# EnableControlFlowPackets enabled, and causes login to fail. No way around this it
# seems.
EnableFlowControlPackets 0
}
-------------------------------------------------------------------------------------
umm.. sorry but im sorta lost were abouts there im ment to look to make sure it has the right port
{
Strength Strength
Intelligence Intelligence
Dexterity Dexterity
Hits Life
Mana Mana
Stamina Stamina
MaxSkillID 48
}
Protocol
{
#
# EnableFlowControlPackets: use the 0x33 (0x00 / 0x01) pause/restart packets.
# Though OSI seems to no longer send these packets, they seem to help with smoothness,
# particularly with boat movement.
# Note: clients 4.0.0e and newer do not like the uoclient.cfg setting
# EnableControlFlowPackets enabled, and causes login to fail. No way around this it
# seems.
EnableFlowControlPackets 0
}
-------------------------------------------------------------------------------------
umm.. sorry but im sorta lost were abouts there im ment to look to make sure it has the right port
If you want some good 4.0.0 clients to try with (You should definitely patch to at least 4.x before using these clients though), you can check out my old collection of 4.x clients at www.cwo333.com/clients ... Just dont use the login.cfg that comes in the zips. Thats only to ward off hotlinking directly to the files.