drewwales
Initiate
- ServUO Version
- Publish 57
- Ultima Expansion
- Endless Journey
So I'm setting up my server for external connections, but it gets stuck on verifying account and nothing shows in the console
I know the port forwarding is working as port is closed I open servUO and boom port shows as open
My console shows its listening to the following
my server.cfg shows the following
tried with windows firewall on and off. still no luck... am I missing something?
I know the port forwarding is working as port is closed I open servUO and boom port shows as open
My console shows its listening to the following
Console:
19:56:01 Listening: 192.168.1.5:2593
19:56:01 Listening: 169.254.107.70:2593
19:56:01 Listening: 169.254.250.221:2593
19:56:01 Listening: 169.254.228.100:2593
19:56:01 Listening: 127.0.0.1:2593
my server.cfg shows the following
xxx to hide IP:
# The displayed name of the shard
Name=ServUO
# The internal IP address to listen on.
# You can leave this value as default to listen to all available IP's.
@Listen=185.8.94.xxx
# The public IP address to broadcast with the server list packet.
# If running from home, you can leave this value as default and connect locally.
# If your server is behind a DDoS shield provider, use the IP they assigned to you.
@Address=185.8.94.xxx //also tried keeping this at 127.0.0.1
# The Port to bind the Listener to.
# Default: 2593
@Port=2593
tried with windows firewall on and off. still no luck... am I missing something?