<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>LHN Linux Forums</title>
		<link>http://www.linuxhomenetworking.com/forums/</link>
		<description>A highly interactive forum community for Linux, Open Source, Windows and OLPC users with inquiring minds</description>
		<language>en</language>
		<lastBuildDate>Sun, 19 May 2013 00:44:27 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>1440</ttl>
		<image>
			<url>http://www.linuxhomenetworking.com/forums/images/misc/rss.png</url>
			<title>LHN Linux Forums</title>
			<link>http://www.linuxhomenetworking.com/forums/</link>
		</image>
		<item>
			<title>Costa Vakalopoulos new here!</title>
			<link>http://www.linuxhomenetworking.com/forums/showthread.php/19978-Costa-Vakalopoulos-new-here!?goto=newpost</link>
			<pubDate>Sat, 18 May 2013 07:00:40 GMT</pubDate>
			<description><![CDATA[Hi I'm Costa Vakalopoulos, 
I'm new to this community forum.. 
I hope that I'm welcome here  
 
regards 
Dr Costa Vakalopoulos Richmond]]></description>
			<content:encoded><![CDATA[<div>Hi I'm Costa Vakalopoulos,<br />
I'm new to this community forum..<br />
I hope that I'm welcome here <br />
<br />
regards<br />
Dr Costa Vakalopoulos Richmond</div>

]]></content:encoded>
			<category domain="http://www.linuxhomenetworking.com/forums/forumdisplay.php/13-Linux-General-Topics">Linux - General Topics</category>
			<dc:creator>dokokoy</dc:creator>
			<guid isPermaLink="true">http://www.linuxhomenetworking.com/forums/showthread.php/19978-Costa-Vakalopoulos-new-here!</guid>
		</item>
		<item>
			<title><![CDATA[Gaspare Scot Buonavita"Newbie"]]></title>
			<link>http://www.linuxhomenetworking.com/forums/showthread.php/19977-Gaspare-Scot-Buonavita-quot-Newbie-quot?goto=newpost</link>
			<pubDate>Thu, 16 May 2013 16:02:07 GMT</pubDate>
			<description>hello everyone...(+_+) 
 
 
 
 
BY: 
Gaspare Scot Buonavita</description>
			<content:encoded><![CDATA[<div>hello everyone...(+_+)<br />
<br />
<br />
<br />
<br />
BY:<br />
Gaspare Scot Buonavita</div>

]]></content:encoded>
			<category domain="http://www.linuxhomenetworking.com/forums/forumdisplay.php/93-General-Chat">General Chat</category>
			<dc:creator>chimalaya</dc:creator>
			<guid isPermaLink="true">http://www.linuxhomenetworking.com/forums/showthread.php/19977-Gaspare-Scot-Buonavita-quot-Newbie-quot</guid>
		</item>
		<item>
			<title>Gaspare Scot Buonavita who is online</title>
			<link>http://www.linuxhomenetworking.com/forums/showthread.php/19976-Gaspare-Scot-Buonavita-who-is-online?goto=newpost</link>
			<pubDate>Thu, 16 May 2013 15:49:03 GMT</pubDate>
			<description>I am Gaspare Scot Buonavita Glad to part of the linuxhomenetworking community 
 
 
Best Regadrs: 
Gaspare Scot Buonavita</description>
			<content:encoded><![CDATA[<div>I am Gaspare Scot Buonavita Glad to part of the linuxhomenetworking community<br />
<br />
<br />
Best Regadrs:<br />
Gaspare Scot Buonavita</div>

]]></content:encoded>
			<category domain="http://www.linuxhomenetworking.com/forums/forumdisplay.php/93-General-Chat">General Chat</category>
			<dc:creator>lakus</dc:creator>
			<guid isPermaLink="true">http://www.linuxhomenetworking.com/forums/showthread.php/19976-Gaspare-Scot-Buonavita-who-is-online</guid>
		</item>
		<item>
			<title>what is the --kerneltz in iptables command.</title>
			<link>http://www.linuxhomenetworking.com/forums/showthread.php/19975-what-is-the-kerneltz-in-iptables-command?goto=newpost</link>
			<pubDate>Thu, 16 May 2013 12:12:51 GMT</pubDate>
			<description><![CDATA[Hi all, 
I am using iptables for my project but facing some problem as follow. 
 
*1.in iptables 1.4.7* 
 
 	Quote: 
 	 
 	[TR] 
 		[TD="class:...]]></description>
			<content:encoded><![CDATA[<div>Hi all,<br />
I am using iptables for my project but facing some problem as follow.<br />
<br />
<b>1.in iptables 1.4.7</b><br />
<i><br />
 	Quote:<br />
 	<div class="cms_table"><table width="100%" class="cms_table"><tr valign="top" class="cms_table_tr"><TD class="cms_table_bbcodeblock"> 			 				iptables -A INPUT -s 10.0.4.247 -m time  --datestart 2013-5-16T12 --datestop 2013-5-16T16 -j DROP</TD>
</tr>
</table></div>
 <br />
</i>or<br />
<br />
 	Quote:<br />
 	<div class="cms_table"><table width="100%" class="cms_table"><tr valign="top" class="cms_table_tr"><TD class="cms_table_bbcodeblock"> 			 				<i>iptables -A INPUT -s 10.0.4.247 -m time  --localtz --datestart 2013-5-16T12 --datestop 2013-5-16T16 -j DROP</i></TD>
</tr>
</table></div>
 <br />
output of <b>date </b>command<br />
<i><br />
Thu May 16 15:52:11 IST 2013</i><br />
<br />
both the commands above is not working. As i can able to ping form 10.0.4.247 to the machine.<br />
<br />
why this is not working as default it should be --localtz.(man page of iptables v 1.4.7)<br />
<br />
<b>2.in iptables v 1.4.12<br />
</b><br />
 	Quote:<br />
 	<div class="cms_table"><table width="100%" class="cms_table"><tr valign="top" class="cms_table_tr"><TD class="cms_table_bbcodeblock"> 			 				<i>iptables -A INPUT -s 10.0.4.247 -m time  --kerneltz --datestart 2013-5-16T12 --datestop 2013-5-16T16 -j DROP<br />
</i></TD>
</tr>
</table></div>
 <br />
This is working as I am not able to ping from the ip 10.0.4.247<br />
<br />
 	Quote:<br />
 	<div class="cms_table"><table width="100%" class="cms_table"><tr valign="top" class="cms_table_tr"><TD class="cms_table_bbcodeblock"> 			 				<i>iptables -A INPUT -s 10.0.4.247 -m time  --datestart 2013-5-16T12 --datestop 2013-5-16T16 -j DROP</i></TD>
</tr>
</table></div>
 <br />
This rule by default set to follow UTC timezone but in man page it showing,the default is --kerneltz.[man of iptables v1.4.12]<br />
<br />
can any one tell me what is problem with the iptables ,I need to block  some ip/port for a specified time duration,but unable find what to do.<br />
<br />
what is actually meaning of <b>--kerneltz</b> and is it safe to use this.<br />
<br />
kindly tell some answer<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://www.linuxhomenetworking.com/forums/forumdisplay.php/11-Linux-Hardware-Networking-amp-Security"><![CDATA[Linux - Hardware, Networking & Security]]></category>
			<dc:creator>pradiptart</dc:creator>
			<guid isPermaLink="true">http://www.linuxhomenetworking.com/forums/showthread.php/19975-what-is-the-kerneltz-in-iptables-command</guid>
		</item>
		<item>
			<title>Newbie</title>
			<link>http://www.linuxhomenetworking.com/forums/showthread.php/19974-Newbie?goto=newpost</link>
			<pubDate>Thu, 16 May 2013 10:38:38 GMT</pubDate>
			<description>Hello guyz... 
 
Niv Borsuk</description>
			<content:encoded><![CDATA[<div>Hello guyz...<br />
<br />
Niv Borsuk</div>

]]></content:encoded>
			<category domain="http://www.linuxhomenetworking.com/forums/forumdisplay.php/93-General-Chat">General Chat</category>
			<dc:creator>nivborsuk</dc:creator>
			<guid isPermaLink="true">http://www.linuxhomenetworking.com/forums/showthread.php/19974-Newbie</guid>
		</item>
		<item>
			<title>The Ashton Lewis Group! Hello</title>
			<link>http://www.linuxhomenetworking.com/forums/showthread.php/19973-The-Ashton-Lewis-Group!-Hello?goto=newpost</link>
			<pubDate>Wed, 15 May 2013 01:55:58 GMT</pubDate>
			<description>The Ashton Lewis Group, im new to this site 
 
 
regards 
The Ashton Lewis Group</description>
			<content:encoded><![CDATA[<div>The Ashton Lewis Group, im new to this site<br />
<br />
<br />
regards<br />
The Ashton Lewis Group</div>

]]></content:encoded>
			<category domain="http://www.linuxhomenetworking.com/forums/forumdisplay.php/93-General-Chat">General Chat</category>
			<dc:creator>solling</dc:creator>
			<guid isPermaLink="true">http://www.linuxhomenetworking.com/forums/showthread.php/19973-The-Ashton-Lewis-Group!-Hello</guid>
		</item>
		<item>
			<title>greetings from jose miguel coletta</title>
			<link>http://www.linuxhomenetworking.com/forums/showthread.php/19972-greetings-from-jose-miguel-coletta?goto=newpost</link>
			<pubDate>Tue, 14 May 2013 09:17:41 GMT</pubDate>
			<description>I found this great  
 
 
community forum while searching over the Internet. This is really a nice forum hope i would  
 
 
have a nice stay  
 
...</description>
			<content:encoded><![CDATA[<div>I found this great <br />
<br />
<br />
community forum while searching over the Internet. This is really a nice forum hope i would <br />
<br />
<br />
have a nice stay <br />
<br />
<br />
here...<br />
<br />
<br />
<br />
<br />
<br />
<br />
regards,<br />
jose miguel coletta<br />
<br />
<br />
<a href="http://www.josemiguelcoletta.com/wp-content/uploads/2012/11/Jose-Miguel-Coletta-1-300x172.jpg" target="_blank" rel="nofollow">http://www.josemiguelcoletta.com/wp-...-1-300x172.jpg</a></div>

]]></content:encoded>
			<category domain="http://www.linuxhomenetworking.com/forums/forumdisplay.php/93-General-Chat">General Chat</category>
			<dc:creator>masamakah</dc:creator>
			<guid isPermaLink="true">http://www.linuxhomenetworking.com/forums/showthread.php/19972-greetings-from-jose-miguel-coletta</guid>
		</item>
		<item>
			<title>Greetings from theashtonlewisgroup.com</title>
			<link>http://www.linuxhomenetworking.com/forums/showthread.php/19971-Greetings-from-theashtonlewisgroup-com?goto=newpost</link>
			<pubDate>Thu, 09 May 2013 02:09:36 GMT</pubDate>
			<description>hello guyz another newbie to the forum. 
 
 
regards, 
theashtonlewisgroup.com</description>
			<content:encoded><![CDATA[<div>hello guyz another newbie to the forum.<br />
<br />
<br />
regards,<br />
theashtonlewisgroup.com</div>

]]></content:encoded>
			<category domain="http://www.linuxhomenetworking.com/forums/forumdisplay.php/93-General-Chat">General Chat</category>
			<dc:creator>bakkong</dc:creator>
			<guid isPermaLink="true">http://www.linuxhomenetworking.com/forums/showthread.php/19971-Greetings-from-theashtonlewisgroup-com</guid>
		</item>
		<item>
			<title>Application reconnect problem with multiple uplink routing</title>
			<link>http://www.linuxhomenetworking.com/forums/showthread.php/19970-Application-reconnect-problem-with-multiple-uplink-routing?goto=newpost</link>
			<pubDate>Wed, 08 May 2013 12:08:41 GMT</pubDate>
			<description>Hi, 
I converted a Fedora 13 system as multiple uplink router using the steps mentioned at lartc.org with 1 LAN (eth0) and *load balance* with two...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
I converted a Fedora 13 system as multiple uplink router using the steps mentioned at lartc.org with 1 LAN (eth0) and <b>load balance</b> with two WAN(eth1, eth2).<br />
Now the problem is,<br />
we have an application which is connecting to its server on internet at every 5 minutes. so when application first connected to the server it connected through eth1 which can be seen from ip route show cache command.<br />
As kernel automatically flushes the routing cache after some time, when the application tried to connect, it went through eth2 as load balance is ON. When the application goes through eth2 it is not able to connect to the server.<br />
What could be the possible reasons for this behavior? and what will be the solution for it?<br />
Thanks in advance.<br />
lingeek</div>

]]></content:encoded>
			<category domain="http://www.linuxhomenetworking.com/forums/forumdisplay.php/11-Linux-Hardware-Networking-amp-Security"><![CDATA[Linux - Hardware, Networking & Security]]></category>
			<dc:creator>lingeek</dc:creator>
			<guid isPermaLink="true">http://www.linuxhomenetworking.com/forums/showthread.php/19970-Application-reconnect-problem-with-multiple-uplink-routing</guid>
		</item>
		<item>
			<title>Alan zavacky New member</title>
			<link>http://www.linuxhomenetworking.com/forums/showthread.php/19969-Alan-zavacky-New-member?goto=newpost</link>
			<pubDate>Sat, 27 Apr 2013 13:57:04 GMT</pubDate>
			<description>I am Alan Zavacky hello everyone... 
I am looking for Dofollow blogs can anyone help me thanks... 
 
All thanks: 
Alan Zavacky</description>
			<content:encoded><![CDATA[<div><hr />I am Alan Zavacky hello everyone...<br />
I am looking for Dofollow blogs can anyone help me thanks...<br />
<br />
All thanks:<br />
Alan Zavacky</div>

]]></content:encoded>
			<category domain="http://www.linuxhomenetworking.com/forums/forumdisplay.php/93-General-Chat">General Chat</category>
			<dc:creator>Allanb</dc:creator>
			<guid isPermaLink="true">http://www.linuxhomenetworking.com/forums/showthread.php/19969-Alan-zavacky-New-member</guid>
		</item>
		<item>
			<title>number of users which can work on rhel 6 simultaneously ???</title>
			<link>http://www.linuxhomenetworking.com/forums/showthread.php/19968-number-of-users-which-can-work-on-rhel-6-simultaneously?goto=newpost</link>
			<pubDate>Thu, 25 Apr 2013 13:48:30 GMT</pubDate>
			<description>please tell the answer</description>
			<content:encoded><![CDATA[<div>please tell the answer</div>

]]></content:encoded>
			<category domain="http://www.linuxhomenetworking.com/forums/forumdisplay.php/93-General-Chat">General Chat</category>
			<dc:creator>grvnagpal</dc:creator>
			<guid isPermaLink="true">http://www.linuxhomenetworking.com/forums/showthread.php/19968-number-of-users-which-can-work-on-rhel-6-simultaneously</guid>
		</item>
		<item>
			<title>Steve borsuk newbie</title>
			<link>http://www.linuxhomenetworking.com/forums/showthread.php/19967-Steve-borsuk-newbie?goto=newpost</link>
			<pubDate>Mon, 08 Apr 2013 04:07:45 GMT</pubDate>
			<description>Hello everyone i am Steve Borsuk, 
I am planning to promote my blog through blog commenting.Is it a good idea? 
Could anyone provide me a list of...</description>
			<content:encoded><![CDATA[<div>Hello everyone i am Steve Borsuk,<br />
I am planning to promote my blog through blog commenting.Is it a good idea?<br />
Could anyone provide me a list of blogs in health,phramacy and medical education niche.<br />
I do also need the blog list in university education niche.<br />
<br />
Regards:<br />
Steve Borsuk<br />
<a href="http://www.steveborsuk.com/wp-content/uploads/2013/03/steveborsuk111.jpg" target="_blank" rel="nofollow">http://www.steveborsuk.com/wp-conten...eborsuk111.jpg</a></div>

]]></content:encoded>
			<category domain="http://www.linuxhomenetworking.com/forums/forumdisplay.php/93-General-Chat">General Chat</category>
			<dc:creator>emanueltim</dc:creator>
			<guid isPermaLink="true">http://www.linuxhomenetworking.com/forums/showthread.php/19967-Steve-borsuk-newbie</guid>
		</item>
		<item>
			<title>Network Configuration Manager</title>
			<link>http://www.linuxhomenetworking.com/forums/showthread.php/19966-Network-Configuration-Manager?goto=newpost</link>
			<pubDate>Fri, 05 Apr 2013 13:46:19 GMT</pubDate>
			<description>Hello, 
 
 
I could use an open source tool to save the configuration of the devices of various vendors, and possibly make a diff between the various...</description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
<br />
I could use an open source tool to save the configuration of the devices of various vendors, and possibly make a diff between the various configurations saved for each device. I do not care to have a graphical interface, I'm interested in is open source.<br />
<br />
<br />
Do you know any tool?</div>

]]></content:encoded>
			<category domain="http://www.linuxhomenetworking.com/forums/forumdisplay.php/11-Linux-Hardware-Networking-amp-Security"><![CDATA[Linux - Hardware, Networking & Security]]></category>
			<dc:creator>JackNaples</dc:creator>
			<guid isPermaLink="true">http://www.linuxhomenetworking.com/forums/showthread.php/19966-Network-Configuration-Manager</guid>
		</item>
		<item>
			<title>jose miguel coletta! Greetings!</title>
			<link>http://www.linuxhomenetworking.com/forums/showthread.php/19965-jose-miguel-coletta!-Greetings!?goto=newpost</link>
			<pubDate>Wed, 27 Mar 2013 15:51:22 GMT</pubDate>
			<description>Newbie here! I just want to introduce myself first! 
I am Jose miguel coletta! Hope to enjoy being part of this  
community forum! hope to learn and...</description>
			<content:encoded><![CDATA[<div>Newbie here! I just want to introduce myself first!<br />
I am Jose miguel coletta! Hope to enjoy being part of this <br />
community forum! hope to learn and share my experince here!<br />
<br />
<br />
Regards,<br />
jose miguelcoletta</div>

]]></content:encoded>
			<category domain="http://www.linuxhomenetworking.com/forums/forumdisplay.php/93-General-Chat">General Chat</category>
			<dc:creator>great</dc:creator>
			<guid isPermaLink="true">http://www.linuxhomenetworking.com/forums/showthread.php/19965-jose-miguel-coletta!-Greetings!</guid>
		</item>
		<item>
			<title>Supervisor Compliance! New Here!</title>
			<link>http://www.linuxhomenetworking.com/forums/showthread.php/19964-Supervisor-Compliance!-New-Here!?goto=newpost</link>
			<pubDate>Tue, 26 Mar 2013 02:05:49 GMT</pubDate>
			<description>Hello Guys! Newbie from Supervisor Compliance Training Department Here! Happy to be part of this community! 
 
Regards to all, 
Supervisor Compliance...</description>
			<content:encoded><![CDATA[<div>Hello Guys! Newbie from Supervisor Compliance Training Department Here! Happy to be part of this community!<br />
<br />
Regards to all,<br />
Supervisor Compliance<br />
Training Department</div>

]]></content:encoded>
			<category domain="http://www.linuxhomenetworking.com/forums/forumdisplay.php/93-General-Chat">General Chat</category>
			<dc:creator>supervisorman</dc:creator>
			<guid isPermaLink="true">http://www.linuxhomenetworking.com/forums/showthread.php/19964-Supervisor-Compliance!-New-Here!</guid>
		</item>
		<item>
			<title>Glen Gubbay! Brief Introduction! From Dubai! Greetings!</title>
			<link>http://www.linuxhomenetworking.com/forums/showthread.php/19963-Glen-Gubbay!-Brief-Introduction!-From-Dubai!-Greetings!?goto=newpost</link>
			<pubDate>Mon, 25 Mar 2013 07:31:14 GMT</pubDate>
			<description />
			<content:encoded />
			<category domain="http://www.linuxhomenetworking.com/forums/forumdisplay.php/93-General-Chat">General Chat</category>
			<dc:creator>colet</dc:creator>
			<guid isPermaLink="true">http://www.linuxhomenetworking.com/forums/showthread.php/19963-Glen-Gubbay!-Brief-Introduction!-From-Dubai!-Greetings!</guid>
		</item>
		<item>
			<title>Brief Inroduction! Philippe Gubbay Fractal Dimension!</title>
			<link>http://www.linuxhomenetworking.com/forums/showthread.php/19962-Brief-Inroduction!-Philippe-Gubbay-Fractal-Dimension!?goto=newpost</link>
			<pubDate>Mon, 18 Mar 2013 13:23:04 GMT</pubDate>
			<description>Im Philippe Gubbay! I am new to this community site, hope to get new information and learn something new in this forum! 
 
Best Regards, 
Phillippe...</description>
			<content:encoded><![CDATA[<div>Im Philippe Gubbay! I am new to this community site, hope to get new information and learn something new in this forum!<br />
<br />
Best Regards,<br />
Phillippe Gubbay<br />
Fractal Dimension</div>

]]></content:encoded>
			<category domain="http://www.linuxhomenetworking.com/forums/forumdisplay.php/93-General-Chat">General Chat</category>
			<dc:creator>survivorman</dc:creator>
			<guid isPermaLink="true">http://www.linuxhomenetworking.com/forums/showthread.php/19962-Brief-Inroduction!-Philippe-Gubbay-Fractal-Dimension!</guid>
		</item>
		<item>
			<title><![CDATA[Brady Bunte Dirty "Newbie"]]></title>
			<link>http://www.linuxhomenetworking.com/forums/showthread.php/19961-Brady-Bunte-Dirty-quot-Newbie-quot?goto=newpost</link>
			<pubDate>Fri, 15 Mar 2013 11:31:29 GMT</pubDate>
			<description>Hello everybody...nice to be here at your site.. 
 
 
 
Thanks: 
Brady Bunte Dirty</description>
			<content:encoded><![CDATA[<div>Hello everybody...nice to be here at your site..<br />
<br />
<br />
<br />
Thanks:<br />
Brady Bunte Dirty</div>

]]></content:encoded>
			<category domain="http://www.linuxhomenetworking.com/forums/forumdisplay.php/93-General-Chat">General Chat</category>
			<dc:creator>ragna</dc:creator>
			<guid isPermaLink="true">http://www.linuxhomenetworking.com/forums/showthread.php/19961-Brady-Bunte-Dirty-quot-Newbie-quot</guid>
		</item>
		<item>
			<title>Alan Zavacky Community</title>
			<link>http://www.linuxhomenetworking.com/forums/showthread.php/19960-Alan-Zavacky-Community?goto=newpost</link>
			<pubDate>Mon, 11 Mar 2013 00:22:26 GMT</pubDate>
			<description />
			<content:encoded />
			<category domain="http://www.linuxhomenetworking.com/forums/forumdisplay.php/93-General-Chat">General Chat</category>
			<dc:creator>jhonzpi</dc:creator>
			<guid isPermaLink="true">http://www.linuxhomenetworking.com/forums/showthread.php/19960-Alan-Zavacky-Community</guid>
		</item>
		<item>
			<title>Controlling traffic to a VPN</title>
			<link>http://www.linuxhomenetworking.com/forums/showthread.php/19959-Controlling-traffic-to-a-VPN?goto=newpost</link>
			<pubDate>Sun, 10 Mar 2013 16:26:00 GMT</pubDate>
			<description><![CDATA[Hi, 
  I'm living in China which means while I have 10Mbs fibre connection to my apartment it is useless for http and httpd traffic.  I pay for a VPN...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
  I'm living in China which means while I have 10Mbs fibre connection to my apartment it is useless for http and httpd traffic.  I pay for a VPN service that solves the problem by restoring the ability to access censored web sites such as Google.  The problem is I don't want to send all my Internet traffic thru the VPN for several reasons.  I run a CentOS 6 server as my gateway. On it I have:<br />
eth0 - An Internet facing fibre with a static IP address.<br />
eth1 - An internal facing LAN connecton on the traditional private range 192.168.1.x with the server at 192.168.1.3.<br />
ppp0 - The PPTP VPN connection on the Internet with a different static IP address.<br />
<br />
What I want is for all port 53, 80 and 443 traffic to go out to the Internet via the ppp0 interface and everything else via eth0.  With Linux's powerful networking features you would think this would be easy, but after months of trying it is seeming increasingly difficult to the point I wondering if I should be looking at other OSes.<br />
<br />
In order of increasing complexity (I like the KISS principle of problem solving):<br />
1. I looked iptables but there is no rule, I could find, that say for destination port use a specific gateway or interface.<br />
<br />
2. I looked at Squid on the gateway server but Squid can not be bound to a specific interface for external traffic.<br />
<br />
3. Now it get complicated.  I shutdown the ppp0 interface and squid on the gateway server.  I built a second CentOS 6 server as a proxy server on the LAN at 192.168.1.5 with the ppp0 VPN on it as it's default gateway.  It has the gateway server as it's route only to the VPN end point.  On this second server I run Squid.  This set up works well with Firefox and Chrome when they are manually set up to use it and it handles the http and httpd traffic well.  However other apps, such as package managers etc still use the non-VPN'd interface.  Also setting up proxies on older mobile devices is a pain.<br />
<br />
4. To support all devices I attempted to set up transparent proxy on the gateway with the iptable rules:<br />
-A PREROUTING -i eth1 -p tcp -m tcp --dport 80 -j DNAT --to-destination 192.168.1.5:3128<br />
-A PREROUTING -i eth1 -p tcp -m tcp --dport 443 -j DNAT --to-destination 192.168.1.5:3128<br />
-A POSTROUTING -j MASQUERADE <br />
This works well for http traffic but not https which fails.<br />
<br />
5. To simplify the https proxing (since I really only want routing) I installed tinyproxy on the proxy server at port 3130 and changes the gateway server iptable rules to:<br />
-A PREROUTING -i eth1 -p tcp -m tcp --dport 80 -j DNAT --to-destination 192.168.1.5:3128<br />
-A PREROUTING -i eth1 -p tcp -m tcp --dport 443 -j DNAT --to-destination 192.168.1.5:3130<br />
-A POSTROUTING -j MASQUERADE <br />
Again this works fine for manually configured browsers, but the https traffic fails, with a different error of 'ssl_error_rx_record_too_long'.<br />
<br />
This post is already quite long so I wont fill it will config files now, but can post them as requested where someone has a suggestion of what path to try next.  I really can't believe this should be this difficult but I find I am running out of ideas and would welcome some suggestions of what to try.<br />
<br />
Thanks<br />
  David</div>

]]></content:encoded>
			<category domain="http://www.linuxhomenetworking.com/forums/forumdisplay.php/78-Linux-Software-Applications-amp-Programming"><![CDATA[Linux - Software, Applications & Programming]]></category>
			<dc:creator>ukoda</dc:creator>
			<guid isPermaLink="true">http://www.linuxhomenetworking.com/forums/showthread.php/19959-Controlling-traffic-to-a-VPN</guid>
		</item>
		<item>
			<title>Problem with subnets.</title>
			<link>http://www.linuxhomenetworking.com/forums/showthread.php/19958-Problem-with-subnets?goto=newpost</link>
			<pubDate>Fri, 08 Mar 2013 02:50:02 GMT</pubDate>
			<description>I have a linux router that has 3 adapters, 2 wired one wireless. The  wired adapter is connected to a few machines on the network through a switch...</description>
			<content:encoded><![CDATA[<div>I have a linux router that has 3 adapters, 2 wired one wireless. The  wired adapter is connected to a few machines on the network through a switch and works  fine. All those machine can access the webserver running on the gateway  and can ssh into and ping the gateway using the external ip address. All  of the wireless devices can access the internet and ping anything in  the outside world just fine. The only thing anything connected to wlan0  can't do is access any service like ssh, apache, or ping the gateway  using the external adapter.<br />
<br />
I'm thinking it's probably something I need to turn on or allow in  iptables to let wlan0 talk to eth0 (the adapter plugged into the modem  that has the external ip address). Anything connected to wlan0 can ping  the internal ip address and be pinged from anything on the network, it  just can't talk to eth0. I just don't know what to do because I rarely  mess with iptables.<br />
<br />
I've posted some info below. <br />
<br />
<br />
Kernel IP routing table Destination     Gateway         Genmask         Flags Metric Ref    Use Iface 0.0.0.0         75.137.104.1    0.0.0.0         UG    203    0        0 eth0 75.137.104.0    0.0.0.0         255.255.248.0   U     203    0        0 eth0 127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo 192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        0 eth1 192.168.10.0    0.0.0.0         255.255.255.0   U     0      0        0 wlan0<br />
<br />
<br />
eth0: flags=4163&lt;UP,BROADCAST,RUNNING,MULTICAST&gt;  mtu 576         inet xx.xxx.xxx.xxx  netmask 255.255.248.0  broadcast 255.255.255.255         ether 00:04:4b:05:71:76  txqueuelen 1000  (Ethernet)         RX packets 3239621  bytes 1751454322 (1.6 GiB)         RX errors 2002  dropped 0  overruns 2001  frame 1         TX packets 870903  bytes 102968145 (98.1 MiB)         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0  eth1: flags=4163&lt;UP,BROADCAST,RUNNING,MULTICAST&gt;  mtu 1500         inet 192.168.1.1  netmask 255.255.255.0  broadcast 192.168.1.255         inet6 fe80::204:4bff:fe05:7177  prefixlen 64  scopeid 0x20&lt;link&gt;         ether 00:04:4b:05:71:77  txqueuelen 1000  (Ethernet)         RX packets 48670106  bytes 3406025407 (3.1 GiB)         RX errors 0  dropped 10  overruns 0  frame 0         TX packets 40039645  bytes 248158180873 (231.1 GiB)         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0  lo: flags=73&lt;UP,LOOPBACK,RUNNING&gt;  mtu 65536         inet 127.0.0.1  netmask 255.0.0.0         inet6 ::1  prefixlen 128  scopeid 0x10&lt;host&gt;         loop  txqueuelen 0  (Local Loopback)         RX packets 8061  bytes 1018138 (994.2 KiB)         RX errors 0  dropped 0  overruns 0  frame 0         TX packets 8061  bytes 1018138 (994.2 KiB)         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0  wlan0: flags=4163&lt;UP,BROADCAST,RUNNING,MULTICAST&gt;  mtu 1500         inet 192.168.10.1  netmask 255.255.255.0  broadcast 192.168.10.255         inet6 fe80::92f6:52ff:fee5:780a  prefixlen 64  scopeid 0x20&lt;link&gt;         ether 90:f6:52:e5:78:0a  txqueuelen 1000  (Ethernet)         RX packets 373525  bytes 50509081 (48.1 MiB)         RX errors 0  dropped 6  overruns 0  frame 0         TX packets 521972  bytes 603511606 (575.5 MiB)         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0</div>

]]></content:encoded>
			<category domain="http://www.linuxhomenetworking.com/forums/forumdisplay.php/11-Linux-Hardware-Networking-amp-Security"><![CDATA[Linux - Hardware, Networking & Security]]></category>
			<dc:creator>stimburg</dc:creator>
			<guid isPermaLink="true">http://www.linuxhomenetworking.com/forums/showthread.php/19958-Problem-with-subnets</guid>
		</item>
		<item>
			<title>Stuart Yeomans NewBie</title>
			<link>http://www.linuxhomenetworking.com/forums/showthread.php/19957-Stuart-Yeomans-NewBie?goto=newpost</link>
			<pubDate>Fri, 08 Mar 2013 00:49:18 GMT</pubDate>
			<description />
			<content:encoded />
			<category domain="http://www.linuxhomenetworking.com/forums/forumdisplay.php/93-General-Chat">General Chat</category>
			<dc:creator>dakakmet</dc:creator>
			<guid isPermaLink="true">http://www.linuxhomenetworking.com/forums/showthread.php/19957-Stuart-Yeomans-NewBie</guid>
		</item>
		<item>
			<title>Wazzup Guys! Stephen Djaja!</title>
			<link>http://www.linuxhomenetworking.com/forums/showthread.php/19956-Wazzup-Guys!-Stephen-Djaja!?goto=newpost</link>
			<pubDate>Thu, 07 Mar 2013 01:23:33 GMT</pubDate>
			<description />
			<content:encoded />
			<category domain="http://www.linuxhomenetworking.com/forums/forumdisplay.php/93-General-Chat">General Chat</category>
			<dc:creator>betterme</dc:creator>
			<guid isPermaLink="true">http://www.linuxhomenetworking.com/forums/showthread.php/19956-Wazzup-Guys!-Stephen-Djaja!</guid>
		</item>
		<item>
			<title><![CDATA[Niv Borsuk " NEWBIE"]]></title>
			<link>http://www.linuxhomenetworking.com/forums/showthread.php/19955-Niv-Borsuk-quot-NEWBIE-quot?goto=newpost</link>
			<pubDate>Sat, 02 Mar 2013 02:33:36 GMT</pubDate>
			<description><![CDATA[First of all i would like to say " hi " to all new members like me here.. 
 
 
Thanks:  
NIv Borsuk]]></description>
			<content:encoded><![CDATA[<div>First of all i would like to say &quot; hi &quot; to all new members like me here..<br />
<br />
<br />
Thanks: <br />
NIv Borsuk</div>

]]></content:encoded>
			<category domain="http://www.linuxhomenetworking.com/forums/forumdisplay.php/93-General-Chat">General Chat</category>
			<dc:creator>lonelyboy</dc:creator>
			<guid isPermaLink="true">http://www.linuxhomenetworking.com/forums/showthread.php/19955-Niv-Borsuk-quot-NEWBIE-quot</guid>
		</item>
		<item>
			<title>IP fragmentation problem</title>
			<link>http://www.linuxhomenetworking.com/forums/showthread.php/19954-IP-fragmentation-problem?goto=newpost</link>
			<pubDate>Tue, 19 Feb 2013 16:03:51 GMT</pubDate>
			<description>Hello all, I am experiencing a problem with IP fragmentation. 
I am receiving an udp packet that is larger than the MTU and it is fragmented along...</description>
			<content:encoded><![CDATA[<div>Hello all, I am experiencing a problem with IP fragmentation.<br />
I am receiving an udp packet that is larger than the MTU and it is fragmented along the network.<br />
I am receiving the two fragments but they are not being reassembled correclty.<br />
<br />
<br />
The MTU of the system is 1500 and I cannot increase it, because I am getting this error: SIOCSIFMTU: Numerical result out of range.<br />
Is it necessary to build the kernel with support for jumbo frames?<br />
<br />
<br />
There's any option that should be enabled on the kernel (2.6.34.8) to support this feature? Shouldn't this be a default feature?<br />
<br />
<br />
Any hint that may assist in debugging this issue is welcome.<br />
<br />
<br />
The first packet it is considered (bad) as a complete packet and I am getting an error at the app level.<br />
<a href="https://picasaweb.google.com/105385444056686260045/BroadliteProblem#5846694371327482338" target="_blank" rel="nofollow">https://picasaweb.google.com/1053854...94371327482338</a><br />
<br />
<br />
The second packet is the last part of the fragment which should be ignored completely:<br />
<a href="https://picasaweb.google.com/105385444056686260045/BroadliteProblem#5846694366260648562" target="_blank" rel="nofollow">https://picasaweb.google.com/1053854...94366260648562</a><br />
<br />
<br />
As reference I am sending the same packet to my laptop which is implementing correctly the fragmentation re-assembly:<br />
<a href="https://picasaweb.google.com/105385444056686260045/BroadliteProblem#5846694364006259698" target="_blank" rel="nofollow">https://picasaweb.google.com/1053854...94364006259698</a></div>

]]></content:encoded>
			<category domain="http://www.linuxhomenetworking.com/forums/forumdisplay.php/11-Linux-Hardware-Networking-amp-Security"><![CDATA[Linux - Hardware, Networking & Security]]></category>
			<dc:creator>arichard</dc:creator>
			<guid isPermaLink="true">http://www.linuxhomenetworking.com/forums/showthread.php/19954-IP-fragmentation-problem</guid>
		</item>
		<item>
			<title>Networking with cisco in a linux PC</title>
			<link>http://www.linuxhomenetworking.com/forums/showthread.php/19952-Networking-with-cisco-in-a-linux-PC?goto=newpost</link>
			<pubDate>Mon, 11 Feb 2013 23:52:25 GMT</pubDate>
			<description><![CDATA[http://clownix.net[/url]]]></description>
			<content:encoded><![CDATA[<div>http://clownix.net[/url]</div>

]]></content:encoded>
			<category domain="http://www.linuxhomenetworking.com/forums/forumdisplay.php/11-Linux-Hardware-Networking-amp-Security"><![CDATA[Linux - Hardware, Networking & Security]]></category>
			<dc:creator>clownix</dc:creator>
			<guid isPermaLink="true">http://www.linuxhomenetworking.com/forums/showthread.php/19952-Networking-with-cisco-in-a-linux-PC</guid>
		</item>
		<item>
			<title>Melissa Rosario Immigration Orlando...</title>
			<link>http://www.linuxhomenetworking.com/forums/showthread.php/19951-Melissa-Rosario-Immigration-Orlando?goto=newpost</link>
			<pubDate>Sun, 10 Feb 2013 01:25:21 GMT</pubDate>
			<description />
			<content:encoded />
			<category domain="http://www.linuxhomenetworking.com/forums/forumdisplay.php/13-Linux-General-Topics">Linux - General Topics</category>
			<dc:creator>orlandomelissa</dc:creator>
			<guid isPermaLink="true">http://www.linuxhomenetworking.com/forums/showthread.php/19951-Melissa-Rosario-Immigration-Orlando</guid>
		</item>
		<item>
			<title><![CDATA[Help with RANCID & ViewVC]]></title>
			<link>http://www.linuxhomenetworking.com/forums/showthread.php/19950-Help-with-RANCID-amp-ViewVC?goto=newpost</link>
			<pubDate>Thu, 07 Feb 2013 15:55:04 GMT</pubDate>
			<description>Hey folks... 
 
Setting up RANCID with ViewVC on Fedora 18 to grab Juniper configs.  RANCID was a piece of cake to set up using the step-by-step from...</description>
			<content:encoded><![CDATA[<div>Hey folks...<br />
<br />
Setting up RANCID with ViewVC on Fedora 18 to grab Juniper configs.  RANCID was a piece of cake to set up using the step-by-step from LHN.  ViewVC was a little more work... but got there using this tutorial: <a href="http://linuxfedora15lovelock.blogspot.com/2012/07/rancid-and-viewvc.html" target="_blank" rel="nofollow">http://linuxfedora15lovelock.blogspo...nd-viewvc.html</a><br />
<br />
Everything is up and running except all the images on ViewVC are broken.  :confused:<br />
<br />
<img src="http://i853.photobucket.com/albums/ab94/sipple31/2-7-20139-48-04AM_zps40127027.jpg" border="0" alt="" /><br />
<br />
Any tips on tracking this down?<br />
<br />
thanks,<br />
-Luke</div>

]]></content:encoded>
			<category domain="http://www.linuxhomenetworking.com/forums/forumdisplay.php/78-Linux-Software-Applications-amp-Programming"><![CDATA[Linux - Software, Applications & Programming]]></category>
			<dc:creator>implode</dc:creator>
			<guid isPermaLink="true">http://www.linuxhomenetworking.com/forums/showthread.php/19950-Help-with-RANCID-amp-ViewVC</guid>
		</item>
		<item>
			<title>How to establish site to site vpn - Linux machine and cisco asa?</title>
			<link>http://www.linuxhomenetworking.com/forums/showthread.php/19949-How-to-establish-site-to-site-vpn-Linux-machine-and-cisco-asa?goto=newpost</link>
			<pubDate>Sat, 02 Feb 2013 16:17:32 GMT</pubDate>
			<description>Hi, 
 
I am trying to establish vpn between my linux server and cisco asa at client side. 
 
I installed openswan on my cent os. 
 
Linux Server 
...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I am trying to establish vpn between my linux server and cisco asa at client side.<br />
<br />
I installed openswan on my cent os.<br />
<br />
Linux Server<br />
<br />
Code:<br />
<br />
eth0 - 182.2.29.10    [ I have public IP]<br />
Gateway - 182.2.29.1 [ and gw]<br />
eth1 - 192.9.200.75  [ Internal Lan i/f]<br />
<br />
<br />
I have simple IPtables Like<br />
WAN=&quot;eth0&quot;<br />
LAN=&quot;eth1&quot;<br />
 iptables -t nat -A POSTROUTING -o $WAN -j SNAT --to 182.2.29.10<br />
iptables -A INPUT -i lo -j ACCEPT<br />
iptables -A INPUT -i $LAN -j ACCEPT<br />
iptables -A INPUT -i $WAN -j ACCEPT<br />
<br />
iptables -A FORWARD -i lo -j ACCEPT<br />
iptables -A FORWARD -i $LAN -j ACCEPT<br />
iptables -A FORWARD -i $LAN -m state --state ESTABLISHED,RELATED -j ACCEPT<br />
iptables -A FORWARD -i $WAN -m state --state ESTABLISHED,RELATED -j ACCEPT<br />
<br />
iptables -A FORWARD -s 192.9.200.0/255.255.255.0 -j ACCEPT<br />
iptables -A FORWARD -d 192.9.200.0/255.255.255.0 -j ACCEPT<br />
<br />
iptables -A OUTPUT -m state --state NEW,RELATED,ESTABLISHED -j ACCEPT<br />
<br />
-------------------------------<br />
Client side Cisco ASA - Device<br />
Provided details :<br />
<br />
BD gateway ip is 212.2.7.15 [ Public IP]<br />
Source IP :- 192.168.91.224 <br />
ESP-3DES-SHA1<br />
 Lifetime is 86400 seconds (Phase-1) &amp; 3600 seconds (Phase-2)<br />
 Authentication is pre-shared<br />
<br />
<br />
I need advise on configuring ipsec.conf and ipsec.secrets and what IP tables rules I need to add / modify.<br />
<br />
Thanks<br />
<br />
Best<br />
Ashok</div>

]]></content:encoded>
			<category domain="http://www.linuxhomenetworking.com/forums/forumdisplay.php/11-Linux-Hardware-Networking-amp-Security"><![CDATA[Linux - Hardware, Networking & Security]]></category>
			<dc:creator>ashokoffice</dc:creator>
			<guid isPermaLink="true">http://www.linuxhomenetworking.com/forums/showthread.php/19949-How-to-establish-site-to-site-vpn-Linux-machine-and-cisco-asa</guid>
		</item>
		<item>
			<title>Build a professional website</title>
			<link>http://www.linuxhomenetworking.com/forums/showthread.php/19948-Build-a-professional-website?goto=newpost</link>
			<pubDate>Tue, 22 Jan 2013 14:37:07 GMT</pubDate>
			<description />
			<content:encoded />
			<category domain="http://www.linuxhomenetworking.com/forums/forumdisplay.php/93-General-Chat">General Chat</category>
			<dc:creator>rejoce</dc:creator>
			<guid isPermaLink="true">http://www.linuxhomenetworking.com/forums/showthread.php/19948-Build-a-professional-website</guid>
		</item>
	</channel>
</rss>
