Search found 5 matches
- Fri Nov 25, 2016 6:42 pm
- Forum: General Discussion
- Topic: Can't save 0.0.0.0/0 CIDR address in Firewall
- Replies: 3
- Views: 5547
Re: Can't save 0.0.0.0/0 CIDR address in Firewall
Many thanks! It's works!mike08 wrote:Try updating to the latest version (0.9.8 - 17)
(updates 0.9.8 - 17 found only for Vesta Core)
- Fri Nov 25, 2016 7:30 am
- Forum: General Discussion
- Topic: DNS lookup doesn't work after update
- Replies: 5
- Views: 8325
Re: DNS lookup doesn't work after update
It is seems that I found command for outer DNS requests
But it is erased each time as I restart iptables. Is there any possibility in VestaCP firewall rules add OUTGOING rules or prohibit erasing outgoing rules from iptables?
Code: Select all
iptables -I INPUT 3 --proto udp --sport 53 -j ACCEPT
- Fri Nov 25, 2016 6:41 am
- Forum: General Discussion
- Topic: Can't save 0.0.0.0/0 CIDR address in Firewall
- Replies: 3
- Views: 5547
Can't save 0.0.0.0/0 CIDR address in Firewall
Seems that VestaCP can't save CIDR format address like 0.0.0.0/0 when apply rules at Firewall section. I always gets an error: Error: invalid ip format :: 0.0.0.0/0 Also I tried different addresses like: 192.168.0.0/24 192.168.0.1/32 and etc http://savepic.ru/12357384.jpg Sorry, if this issue was al...
- Fri Nov 25, 2016 6:14 am
- Forum: General Discussion
- Topic: DNS lookup doesn't work after update
- Replies: 5
- Views: 8325
Re: DNS lookup doesn't work after update
Sorry, this solution doesn't work. Moreover it is connected with WHOIS protocol (port 43), but I need resolve problem with DNS (port 53) . Now I looking for way how to permit outgoing DNS connections.
- Wed Nov 23, 2016 6:24 am
- Forum: General Discussion
- Topic: DNS lookup doesn't work after update
- Replies: 5
- Views: 8325
DNS lookup doesn't work after update
Hi everybody! It is seems that after update of Vesta CP, DNS lookup doesn't work anymore. Probably Iptables blocks all DNS outer requests from system (CentOS 6). As result Wordpress can't update plugins, some tools doesn't work: /etc/sysconfig$ ping -c 1 api.wordpress.org ping: unknown host api.word...