Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
Check server/client version. The connection reached the server, so that tells me that it probably isn't a firewall issue.
Posts: 10
Threads: 3
Joined: Mar 2011
Reputation:
0
I checked them 5 times. I also dont think that is a problem of the firewall. I runned the follow command to open the port, but without result i get the same error.
iptables -I INPUT 1 -p tcp --dport 7777 -j ACCEPT
Posts: 92
Threads: 0
Joined: Jan 2013
Reputation:
0
As vince said are you running the correct server version for your client. Because as he mentioned you have been seen to be connecting to the server and by default you dont need to allow connections for linux on a vps or dedicated server as all ports are open as default when trying to be loaded by the service.
One other thing which is worth checking is the server.cfg
Have to bound the server ip and port in there e.g.
bind 178.32.254.44
port 7777
Posts: 24
Threads: 1
Joined: Jun 2013
Reputation:
0
What's the server IP and port?
Posts: 248
Threads: 54
Joined: May 2014
Maybe the server is outdated?
Or why you dont use centos ? or ubuntu ?
Posts: 92
Threads: 0
Joined: Jan 2013
Reputation:
0
Hello
Centos or Ubuntu doesn't matter. Debian is also UBUNTU (raw kernal version) all i can think of atm is the following:
iptables allow port 7777
bind serverIPgoeshere
announce 1 (server.cfg)
Note: if running 0.3z it sometimes requires the new variables from this patch on the server.cfg before allowing the server to run.
If you add me on skype i can help you after i return from university at 6PM GMT. I will find the problem via share screening with you or teamviewer.
My skype: SimplyFragHosting
Posts: 18
Threads: 2
Joined: Dec 2014
Reputation:
0
08.12.2014, 22:54
(
Последний раз редактировалось imSaint; 09.12.2014 в 21:32.
)
Hello, I'm going to try and assist you the best I can today.
I've had this problem in the past myself, but I was using a different OS. Maybe it might have the same fix. From what I found on my problem was that the files were not having enough permissions. So what you must do is, "chmod +x whereeveritslocated/samp-server", "chmod +x whereeveritslocated/samp-npc", and "chmod +x whereeveritslocated/announce"
Tell me if this solved your problem! I hope this helps.