04-09-2012, 02:15 PM
Hi,
I have a Ubuntu VPS which i am trying to configure. With UFW disabled, my server can be seen in server browser and can be connected to (Works perfectly). But after i turn on ufw (status ufw enable) the server is not seen in the server browser, it cannot be connected to also (totally offline)
My server specs:
Server OS: Ubuntu 11.04 - 32 bit
Processor: VPS (Open VZ)
Ram: 1 GB
Game(s): CSS
Start Up Command: ./srcds_run -console -game cstrike +map de_dust2 +ip X.X.X.X +maxplayers 32 -autoupdate +port 27200
Admin Mods: SourceMod, MetaMod, and DAF
My UFW configuration as below:
I have tried the ufw fixes for OpenVZ, however it still doesnt work. Can anyone please help?
I have a Ubuntu VPS which i am trying to configure. With UFW disabled, my server can be seen in server browser and can be connected to (Works perfectly). But after i turn on ufw (status ufw enable) the server is not seen in the server browser, it cannot be connected to also (totally offline)
My server specs:
Server OS: Ubuntu 11.04 - 32 bit
Processor: VPS (Open VZ)
Ram: 1 GB
Game(s): CSS
Start Up Command: ./srcds_run -console -game cstrike +map de_dust2 +ip X.X.X.X +maxplayers 32 -autoupdate +port 27200
Admin Mods: SourceMod, MetaMod, and DAF
My UFW configuration as below:
Code:
To Action From
-- ------ ----
22 ALLOW IN Anywhere
21/tcp ALLOW IN Anywhere
1200 ALLOW IN Anywhere
27000:27015/udp ALLOW IN Anywhere
27020:27039/tcp ALLOW IN Anywhere
27040:27041/tcp ALLOW IN Anywhere
27015 ALLOW IN Anywhere
20 ALLOW IN Anywhere
27020 ALLOW IN Anywhere
27200 ALLOW IN Anywhere
I have tried the ufw fixes for OpenVZ, however it still doesnt work. Can anyone please help?