<?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>Ramblings from MostlyChris &#187; iptables</title>
	<atom:link href="http://blog.mostlychris.com/category/iptables/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mostlychris.com</link>
	<description>Tech stuff and a bit more</description>
	<lastBuildDate>Tue, 27 Dec 2011 14:23:25 +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>Forcing Mail Out A Different IP on A Server</title>
		<link>http://blog.mostlychris.com/2009/09/forcing-mail-out-a-different-ip-on-a-server/</link>
		<comments>http://blog.mostlychris.com/2009/09/forcing-mail-out-a-different-ip-on-a-server/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 08:25:18 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[iptables]]></category>

		<guid isPermaLink="false">http://blog.mostlychris.com/?p=570</guid>
		<description><![CDATA[If you need to force outbound mail out a different IP address on the server, you can do this using iptables with the following rule: iptables -t nat -A POSTROUTING -p tcp -s ! 127.0.0.1 &#8211;dport 25 -j SNAT &#8211;to-source &#60;new.ip.add.res&#62;]]></description>
		<wfw:commentRss>http://blog.mostlychris.com/2009/09/forcing-mail-out-a-different-ip-on-a-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

