Daily archives: April 26, 2013
CSF Firewall Blocking VPN Internet Access
My CSF firewall seemed to be blocking internet access using my VPN. I could connect to it but could not use the internet connection. Here is a solution to the problem: Create File vim /etc/csf/csfpre.sh Insert This iptables -A INPUT -i eth0 -p tcp –dport 1723 -j ACCEPT iptables -A INPUT -i eth0 -p gre […]