<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Cristian Bradiceanu &#187; ipfilter</title>
	<atom:link href="http://blog.bradiceanu.net/tag/ipfilter/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bradiceanu.net</link>
	<description>just another (technical) blog</description>
	<lastBuildDate>Sun, 13 Nov 2011 14:18:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Source NAT on Solaris 10 5/08 quick how-to</title>
		<link>http://blog.bradiceanu.net/2008/10/08/nat-on-solaris-10-508-quick-how-to/</link>
		<comments>http://blog.bradiceanu.net/2008/10/08/nat-on-solaris-10-508-quick-how-to/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 12:34:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[ipf]]></category>
		<category><![CDATA[ipfilter]]></category>
		<category><![CDATA[NAT]]></category>

		<guid isPermaLink="false">http://www.bradiceanu.net/wordpress/?p=66</guid>
		<description><![CDATA[Enable ipv4 forwarding: routeadm -u -e ipv4-forwarding Configure NAT in /etc/ipf/ipnat.conf (replace e1000g0 with your outside interface, 172.16.0.0/12 with your LAN IP range): map e1000g0 172.16.0.0/12 -&#62; 0/32 proxy port ftp ftp/tcp map e1000g0 172.16.0.0/12 -&#62; 0/32 portmap tcp/udp auto map e1000g0 172.16.0.0/12 -&#62; 0/32 Enable ipf: svcadm enable network/ipfilter]]></description>
			<content:encoded><![CDATA[<p>Enable ipv4 forwarding:</p>
<p><code>routeadm -u -e ipv4-forwarding</code></p>
<p>Configure NAT in <code>/etc/ipf/ipnat.conf</code> (replace e1000g0 with your outside interface, 172.16.0.0/12 with your LAN IP range):</p>
<p><code>map e1000g0 172.16.0.0/12 -&gt; 0/32 proxy port ftp ftp/tcp<br />
map e1000g0 172.16.0.0/12 -&gt; 0/32 portmap tcp/udp auto<br />
map e1000g0 172.16.0.0/12 -&gt; 0/32</code></p>
<p>Enable ipf:</p>
<p><code>svcadm enable network/ipfilter</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bradiceanu.net/2008/10/08/nat-on-solaris-10-508-quick-how-to/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

