Search found 4 matches
- Mon May 30, 2016 9:59 pm
- Forum: Web Interface
- Topic: Error Logs empty in all domains
- Replies: 3
- Views: 23511
Re: Error Logs empty in all domains
Same here. Error logs just disappeared.
- Mon May 30, 2016 11:36 am
- Forum: General Discussion
- Topic: How to know if iptables is running?
- Replies: 20
- Views: 28948
Re: How to know if iptables is running?
How about in Ubuntu?skamasle wrote:In centos you can install iptables-services package and then you can use service iptables status and service iptables restart / stop / start etc
- Sun May 29, 2016 2:45 pm
- Forum: General Discussion
- Topic: How to know if iptables is running?
- Replies: 20
- Views: 28948
Re: How to know if iptables is running?
Sry, I did not understand, is it running or not?Code: Select all
v-restart-service iptables
Code: Select all
v-restart-service iptables
- Tue May 24, 2016 8:02 am
- Forum: General Discussion
- Topic: How to know if iptables is running?
- Replies: 20
- Views: 28948
Re: How to know if iptables is running?
Same problem here, I'm not sure if it's working or not. Vesta shows: iptables firewall CPU: 0Memory: 0 mb Uptime: 0 minutes -$ sudo iptables -S -P INPUT ACCEPT -P FORWARD ACCEPT -P OUTPUT ACCEPT -N fail2ban-ssh -A fail2ban-ssh -j RETURN -A fail2ban-ssh -j RETURN ~$ sudo iptables -S -P INPUT DROP -P ...