Solved.
Problem Solved. Erase this thread.
|
11 Apr 11, 10:25PM
check your read and write permissions in your AC folders
12 Apr 11, 07:45AM
Sounds like your Firewall is blocking your Server partially. Make sure you have opened both ports in your firewall: The Port on which AssaultCube is listening plus that one higher. So if your server is using the standard port 28763 you have to open ports 28763 and 28764.
If that does not help: Is there any output in the servers console?
12 Apr 11, 10:37AM
Do not run your system without a firewall!
This is why it's such a bad idea for people to host a server that are not fully aware of the security implications. You just need to allow the two ports for the game, don't allow everything - because that means everything. Chances are this includes something someone can exploit.
SSH open, and 123 as root password. Greeeeeaaaat.
Just add a rule, goddamit. What is that "Ubuntu Firewall", anyway? Iptables?
12 Apr 11, 03:00PM
The Linux kernel includes the Netfilter subsystem, which is used to manipulate or decide the fate of network traffic headed into or through your server. All modern Linux firewall solutions use this system for packet filtering.
The kernel's packet filtering system would be of little use to administrators without a userspace interface to manage it. This is the purpose of iptables. You can use "ufw" to configure the firewall. This is by default disabled. Uncomplicated Firewall - UFW - Community Ubuntu Documentation Firewall |
« Next Oldest | Next Newest »
|