EOSERV Forum > EOSERV > 1[ERR] Socket_BindFailed: The requested address is not valid
Topic is locked.
Page: << 1 2 >>
1[ERR] Socket_BindFailed: The requested address is not valid
Author Message
Post #64594 1[ERR] Socket_BindFailed: The requested address is not valid

[ERR] Socket_BindFailed: The requested address is not valid in its context.
 Ive been getting this all day and i need to fix it. Can someone help me.

Thanks

14 years, 18 weeks ago
Post #64598 Re: 1[ERR] Socket_BindFailed: The requested address is not valid


Post the SLN part of your config.ini plx.

---
"Pineapples and shit."
14 years, 18 weeks ago
Post #64610 Re: 1[ERR] Socket_BindFailed: The requested address is not valid

I figured out it only happens when i change host from 0.0.0.0.

### SERVER ###

## Host
# The IP address the server should listen on
# 0.0.0.0 = all
Host = 72.129.71.144

## Port
# The port the server should listen on
Port = 8078

## MaxConnections
# The maximum number of connections the server will open
MaxConnections = 300

## ListenBacklog
# The maximum number of half-open connections that can be queued up
ListenBacklog = 50

## MaxPlayers
# The maximum number of players who can be online
MaxPlayers = 200

## MaxConnectionsPerIp
# The maximum numbers of connections one IP address can open
MaxConnectionsPerIP = 3

## IPReconnectLimit
# Number of seconds an IP address must wait between connections
IPReconnectLimit = 10

14 years, 18 weeks ago
Post #64614 Re: 1[ERR] Socket_BindFailed: The requested address is not valid
coldwave101 posted: (5th Mar 2011 03:49 pm)

I figured out it only happens when i change host from 0.0.0.0.

### SERVER ###

## Host
# The IP address the server should listen on
# 0.0.0.0 = all
Host = 72.129.71.144

## Port
# The port the server should listen on
Port = 8078

## MaxConnections
# The maximum number of connections the server will open
MaxConnections = 300

## ListenBacklog
# The maximum number of half-open connections that can be queued up
ListenBacklog = 50

## MaxPlayers
# The maximum number of players who can be online
MaxPlayers = 200

## MaxConnectionsPerIp
# The maximum numbers of connections one IP address can open
MaxConnectionsPerIP = 3

## IPReconnectLimit
# Number of seconds an IP address must wait between connections
IPReconnectLimit = 10



SLN Section plx, not SERVER section.
---
"Pineapples and shit."
14 years, 18 weeks ago
Post #64619 Re: 1[ERR] Socket_BindFailed: The requested address is not valid


## SLN ##

## SLN
# Enable or disable SLN
# NOTE: This will put your webserver on a publicly viewable list of servers
SLN = 1

## SLNURL
# URL of SLN server
SLNURL = https://eoserv.net/SLN/

## SLNHost
# Hostname that resolves to your server
# Leave it blank to use your IP address
SLNHost = endlessbattles.no-ip.org

## SLNSite
# Website for your server
# Leave it blank if you don't have one
SLNSite = http://endlessbattlesonline.freeforums.org

## ServerName
# Common name of your server
ServerName = EndlessBattlesOnline(Hiring)

## SLNPeriod
# How often your server checks in with the SLN server (in seconds)
# Should be between 300 (5 minutes) and 1800 (30 minutes)
SLNPeriod = 600

## SLNZone
# Zone your server belongs to (must be approved by zone admin first)
# Leave blank to use the public zone
SLNZone =

## SLNBind
# Connects to the SLN through a specified IP address
# This is required if you run servers on an address other than your default
# 0 = disabled
# 1 = use listen address (if available)
SLNBind = 1

14 years, 18 weeks ago
Post #64620 Re: 1[ERR] Socket_BindFailed: The requested address is not valid

You cannot bind to an external IP address.

---
Web developer, currently looking for graphic artists / designers.
14 years, 18 weeks ago
Post #64624 Socket_BindFailed: The requested address is not valid


its only giving me problems when i change host from 0.0.0.0

now im getting this

[ERR] Socket_BindFailed: Only one usage of each socket address (protocol/network address/port) is normally permitted.

14 years, 18 weeks ago
Post #64629 Re: 1[ERR] Socket_BindFailed: The requested address is not valid

Then close anything using the same port. If you think you haven't got something else running on port 8078, try restarting your computer.

---
Web developer, currently looking for graphic artists / designers.
14 years, 18 weeks ago
Post #64630 Re: 1[ERR] Socket_BindFailed: The requested address is not valid

ok now its back to the originall post....... WTF IS GOING ON....

14 years, 18 weeks ago
Post #64634 Re: 1[ERR] Socket_BindFailed: The requested address is not valid

bind address: 0.0.0.0:8078

SLN bind: 0


This should fix your problem...


---
Web developer, currently looking for graphic artists / designers.
14 years, 18 weeks ago
Post #64635 Re: 1[ERR] Socket_BindFailed: The requested address is not valid


ok now im confused.... it now works, but i want to make it global so how would i do that with this ip address.. i might be doing something wrong.

14 years, 18 weeks ago
Post #64637 Re: 1[ERR] Socket_BindFailed: The requested address is not valid

Global? You don't change the binding address unless you want to host multiple servers or if you're on a network with other computers.

---
Web developer, currently looking for graphic artists / designers.
14 years, 18 weeks ago
Post #64641 Re: 1[ERR] Socket_BindFailed: The requested address is not valid


so then what do i do to make it go global? im following some crappy guide thats screwing me over right now.....

14 years, 18 weeks ago
Post #64642 Re: 1[ERR] Socket_BindFailed: The requested address is not valid

By global, I'll assume you want it to appear on SLN and be available for public connections.


You will need to portforward and change sln settings to: Interval = 40000

---
Web developer, currently looking for graphic artists / designers.
14 years, 18 weeks ago
Post #64644 Re: 1[ERR] Socket_BindFailed: The requested
Klutz posted: (5th Mar 2011 06:17 pm)

By global, I'll assume you want it to appear on SLN and be available for public connections.


You will need to portforward and change sln settings to: Interval = 40000



This is EOSERV Klutz, there is no interval?

Klutz means that you'll have to change the SLN = 0 to SLN = 1
---
"Pineapples and shit."
14 years, 18 weeks ago
Page: << 1 2 >>
Topic is locked.
EOSERV Forum > EOSERV > 1[ERR] Socket_BindFailed: The requested address is not valid