Search found 2 matches
- Tue Aug 25, 2020 4:05 am
- Forum: General Discussion
- Topic: Changed IP's now firewall blocks all outgoing connections
- Replies: 1
- Views: 2116
Re: Changed IP's now firewall blocks all outgoing connections
I managed to solve this by doing the following: cd /usr/local/vesta/data/firewall nano custom.cs iptables -I OUTPUT -o eth0 -d 0.0.0.0/0 -j ACCEPT iptables -I INPUT -i eth0 -m state --state ESTABLISHED,RELATED -j ACCEPT chmod +x /usr/local/vesta/data/firewall/custom.sh and restarting iptables. I sti...
- Tue Aug 25, 2020 2:57 am
- Forum: General Discussion
- Topic: Changed IP's now firewall blocks all outgoing connections
- Replies: 1
- Views: 2116
Changed IP's now firewall blocks all outgoing connections
Hi all, I recently changed the IP address of my server. (Centos) I have been searching for days, but am unable to figure out why this is happening. Everything works, except now if I start iptables, i cannot connect to anything. Here is my iptables config: (x.x.x.x = my server IP) # Generated by ipta...