Hello,
everything worked fine and now it returns this error.
or
so:
port is open, how to fix ?
HLSW rcon work's fine.
edit : I just tested from my PC to my dedicated server with nmap and I no problems:
Sincerely,
everything worked fine and now it returns this error.
Code:
./srcds.py -p my_rcon_pass -a ip_dedicated_server
or
Code:
./srcds.py -p my_rcon_pass -a ip_dedicated_server -x my_port
Quote:Traceback (most recent call last):
File "./srcds.py", line 537, in
s = SRCDS(options.addr,rconpass=options.rcon)
File "./srcds.py", line 128, in init
self.authenticatercon()
File "./srcds.py", line 166, in authenticatercon
self.details()
File "./srcds.py", line 394, in details
raw_details = self.anyresponse(DETAILS)
File "./srcds.py", line 369, in anyresponse
data = self.udpsock.recv(4096)
socket.error: [Errno 111] Connection refused
so:
Code:
sudo iptables -L
Quote:Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT tcp -- anywhere anywhere tcp dpt:smtp
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
ACCEPT tcp -- anywhere anywhere tcp dpt:smtp
Code:
sudo nmap -p 27020 -sU ip_dedicated_server
Quote:Starting Nmap 6.00 ( http://nmap.org ) at 2014-01-02 06:35 CET
Nmap scan report for 1XX-XXX-XXX-XX.rev.poneytelecom.eu (1XX-XXX-XXX-XX)
Host is up.
PORT STATE SERVICE
27020/udp open|filtered unknown
Nmap done: 1 IP address (1 host up) scanned in 2.16 seconds
port is open, how to fix ?
HLSW rcon work's fine.
edit : I just tested from my PC to my dedicated server with nmap and I no problems:
Code:
sudo nmap -p 27020 -sU ip_dedicated_server
Quote:Starting Nmap 6.00 ( http://nmap.org ) at 2014-01-02 06:35 CET
Nmap scan report for 1XX-XXX-XXX-XX.rev.poneytelecom.eu (1XX-XXX-XXX-XX)
Host is up.
PORT STATE SERVICE
27020/udp open|filtered unknown
Nmap done: 1 IP address (1 host up) scanned in 2.16 seconds
Sincerely,