VPS firewall this methodead User Offline 24.12.14 04:01:10 pm Friends, I am using this method below and good does anyone know? http://www.pinceladasdaweb.com.br/blog/2014/01/13/como-configurar-firewall-ssh-terminal-no-linux/ Sorry for my English
Re: VPS firewall this methodtontonEd User Offline 25.12.14 08:56:46 am cs2d client won't be able to pass through your firewall's filter, you have to accept input udp connections -A INPUT -p udp --dport XXXX -j ACCEPT rest is ok
Re: VPS firewall this methodead User Offline 26.12.14 03:57:50 am @ tontonEd: And also the tcp right? 1-A INPUT -p udp --dport XXXX -j ACCEPT 1-A INPUT -p tcp --dport XXXX -j ACCEPT
Re: VPS firewall this methodtontonEd User Offline 26.12.14 09:48:08 am cs2d only use the udp protocol. you can accept incoming tcp connection at port 80(http) if you want to run a website.
Re: VPS firewall this methodAjmin User Offline 28.12.14 10:45:41 am Easy way to drop udp packets! Click Here