<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Making CSF work with OpenVPN	</title>
	<atom:link href="https://www.grumpyland.com/blog/238/making-csf-work-with-openvpn/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.grumpyland.com/blog/238/making-csf-work-with-openvpn/</link>
	<description>Just another Blog</description>
	<lastBuildDate>Sun, 11 Jul 2021 07:32:14 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>
		By: nader		</title>
		<link>https://www.grumpyland.com/blog/238/making-csf-work-with-openvpn/#comment-16754</link>

		<dc:creator><![CDATA[nader]]></dc:creator>
		<pubDate>Sun, 11 Jul 2021 07:32:14 +0000</pubDate>
		<guid isPermaLink="false">https://www.grumpyland.com/blog/?p=238#comment-16754</guid>

					<description><![CDATA[thank&#039;s pls share a new post with shadowsocks]]></description>
			<content:encoded><![CDATA[<p>thank&#8217;s pls share a new post with shadowsocks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Chris		</title>
		<link>https://www.grumpyland.com/blog/238/making-csf-work-with-openvpn/#comment-16709</link>

		<dc:creator><![CDATA[Chris]]></dc:creator>
		<pubDate>Sun, 08 Nov 2020 11:19:12 +0000</pubDate>
		<guid isPermaLink="false">https://www.grumpyland.com/blog/?p=238#comment-16709</guid>

					<description><![CDATA[Thanks, worked for me too!!]]></description>
			<content:encoded><![CDATA[<p>Thanks, worked for me too!!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aitor		</title>
		<link>https://www.grumpyland.com/blog/238/making-csf-work-with-openvpn/#comment-16552</link>

		<dc:creator><![CDATA[Aitor]]></dc:creator>
		<pubDate>Thu, 05 Sep 2019 09:08:02 +0000</pubDate>
		<guid isPermaLink="false">https://www.grumpyland.com/blog/?p=238#comment-16552</guid>

					<description><![CDATA[It worked for me, thank you.]]></description>
			<content:encoded><![CDATA[<p>It worked for me, thank you.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: shunkica		</title>
		<link>https://www.grumpyland.com/blog/238/making-csf-work-with-openvpn/#comment-16513</link>

		<dc:creator><![CDATA[shunkica]]></dc:creator>
		<pubDate>Thu, 10 Jan 2019 22:21:08 +0000</pubDate>
		<guid isPermaLink="false">https://www.grumpyland.com/blog/?p=238#comment-16513</guid>

					<description><![CDATA[These rules in csfpre.sh will break many services on WHM/cPanel servers, mail servers, etc.
Use this instead, replace tun0, eth0 and 10.8.0.0 with values specific to your server if they are different.

iptables -A INPUT -i tun0 -j ACCEPT
iptables -A OUTPUT -o tun0 -j ACCEPT
iptables -A FORWARD -i tun0 -o eth0 -j ACCEPT
iptables -A FORWARD -i eth0 -o tun0 -j ACCEPT
iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -o eth0 -j MASQUERADE]]></description>
			<content:encoded><![CDATA[<p>These rules in csfpre.sh will break many services on WHM/cPanel servers, mail servers, etc.<br />
Use this instead, replace tun0, eth0 and 10.8.0.0 with values specific to your server if they are different.</p>
<p>iptables -A INPUT -i tun0 -j ACCEPT<br />
iptables -A OUTPUT -o tun0 -j ACCEPT<br />
iptables -A FORWARD -i tun0 -o eth0 -j ACCEPT<br />
iptables -A FORWARD -i eth0 -o tun0 -j ACCEPT<br />
iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -o eth0 -j MASQUERADE</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
