<?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: Internet Connection Sharing using iptables</title>
	<atom:link href="http://lindesk.com/2007/04/internet-connection-sharing-using-iptables/feed/" rel="self" type="application/rss+xml" />
	<link>http://lindesk.com/2007/04/internet-connection-sharing-using-iptables/</link>
	<description>Linux - on the Desktop</description>
	<lastBuildDate>Fri, 19 Mar 2010 17:40:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: linzylinz</title>
		<link>http://lindesk.com/2007/04/internet-connection-sharing-using-iptables/comment-page-1/#comment-4359</link>
		<dc:creator>linzylinz</dc:creator>
		<pubDate>Sun, 24 May 2009 15:07:33 +0000</pubDate>
		<guid isPermaLink="false">http://lindesk.com/2007/04/internet-connection-sharing-using-iptables/#comment-4359</guid>
		<description>Can anyone tell me on how to share connection from ubuntu to kubuntu? 
Because this isn&#039;t working, and the SMB and NFS servers are not installed on my kubuntu computer, so it&#039;s not connecting, and it doesn&#039;t have connection so I keep trying to connect my kubuntu computer from my ubuntu laptop.</description>
		<content:encoded><![CDATA[<p>Can anyone tell me on how to share connection from ubuntu to kubuntu?<br />
Because this isn&#8217;t working, and the SMB and NFS servers are not installed on my kubuntu computer, so it&#8217;s not connecting, and it doesn&#8217;t have connection so I keep trying to connect my kubuntu computer from my ubuntu laptop.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vginov</title>
		<link>http://lindesk.com/2007/04/internet-connection-sharing-using-iptables/comment-page-1/#comment-4306</link>
		<dc:creator>vginov</dc:creator>
		<pubDate>Wed, 06 May 2009 14:05:47 +0000</pubDate>
		<guid isPermaLink="false">http://lindesk.com/2007/04/internet-connection-sharing-using-iptables/#comment-4306</guid>
		<description>To access by name 

1. Setup your DNS - /etc/named.conf

2. Configure the httpd for virtualhost - /etc/httpd/conf/httpd.conf

Sample virtualhst
---------------------

NameVirtualHost *:80

   DocumentRoot /var/www/html
   ServerName www.sample.info
   ErrorLog logs/sample.info-error_log
   CustomLog logs/sample.info-access_log common
</description>
		<content:encoded><![CDATA[<p>To access by name </p>
<p>1. Setup your DNS &#8211; /etc/named.conf</p>
<p>2. Configure the httpd for virtualhost &#8211; /etc/httpd/conf/httpd.conf</p>
<p>Sample virtualhst<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>NameVirtualHost *:80</p>
<p>   DocumentRoot /var/www/html<br />
   ServerName <a href="http://www.sample.info" rel="nofollow">http://www.sample.info</a><br />
   ErrorLog logs/sample.info-error_log<br />
   CustomLog logs/sample.info-access_log common</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://lindesk.com/2007/04/internet-connection-sharing-using-iptables/comment-page-1/#comment-4305</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Wed, 06 May 2009 11:26:49 +0000</pubDate>
		<guid isPermaLink="false">http://lindesk.com/2007/04/internet-connection-sharing-using-iptables/#comment-4305</guid>
		<description>Actually, ignore last comment - works great with Fedora 10! I simply used the wrong device name in the MASQUERADE line. Doh! =/

Only issue remaining for me is DNS. I have access to everything by IP but not by domain name.</description>
		<content:encoded><![CDATA[<p>Actually, ignore last comment &#8211; works great with Fedora 10! I simply used the wrong device name in the MASQUERADE line. Doh! =/</p>
<p>Only issue remaining for me is DNS. I have access to everything by IP but not by domain name.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://lindesk.com/2007/04/internet-connection-sharing-using-iptables/comment-page-1/#comment-4304</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Wed, 06 May 2009 10:49:46 +0000</pubDate>
		<guid isPermaLink="false">http://lindesk.com/2007/04/internet-connection-sharing-using-iptables/#comment-4304</guid>
		<description>Nearly works ... I can ping between networks, but something seems to be blocking HTTP traffic in Fedora 10. Is there some kind of additional step for forwarding ports?? =/</description>
		<content:encoded><![CDATA[<p>Nearly works &#8230; I can ping between networks, but something seems to be blocking HTTP traffic in Fedora 10. Is there some kind of additional step for forwarding ports?? =/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alok</title>
		<link>http://lindesk.com/2007/04/internet-connection-sharing-using-iptables/comment-page-1/#comment-4288</link>
		<dc:creator>Alok</dc:creator>
		<pubDate>Sat, 25 Apr 2009 16:59:53 +0000</pubDate>
		<guid isPermaLink="false">http://lindesk.com/2007/04/internet-connection-sharing-using-iptables/#comment-4288</guid>
		<description>Hi Binny

What about internet sharing between two computers (both running Fedora 9), where one is connected through GPRS bluetooth modem (RFCOMM). 
In this case what are the gateway/DNS and LAN settings for the two computers.... 
Where &#039;A&#039; is connecting to the internet through GPRS where it is assigned a Local address and a remote address by the ISP and &#039;B&#039; is connecting to internet through &#039;A&#039; computer

Alok</description>
		<content:encoded><![CDATA[<p>Hi Binny</p>
<p>What about internet sharing between two computers (both running Fedora 9), where one is connected through GPRS bluetooth modem (RFCOMM).<br />
In this case what are the gateway/DNS and LAN settings for the two computers&#8230;.<br />
Where &#8216;A&#8217; is connecting to the internet through GPRS where it is assigned a Local address and a remote address by the ISP and &#8216;B&#8217; is connecting to internet through &#8216;A&#8217; computer</p>
<p>Alok</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gino</title>
		<link>http://lindesk.com/2007/04/internet-connection-sharing-using-iptables/comment-page-1/#comment-4209</link>
		<dc:creator>Gino</dc:creator>
		<pubDate>Thu, 19 Mar 2009 03:45:14 +0000</pubDate>
		<guid isPermaLink="false">http://lindesk.com/2007/04/internet-connection-sharing-using-iptables/#comment-4209</guid>
		<description>Hi 
Thanks for the tips. I am getting wireless connection. and i want to share it through RJ45 Network card. Can you please guide for that?
Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi<br />
Thanks for the tips. I am getting wireless connection. and i want to share it through RJ45 Network card. Can you please guide for that?<br />
Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beth</title>
		<link>http://lindesk.com/2007/04/internet-connection-sharing-using-iptables/comment-page-1/#comment-4056</link>
		<dc:creator>beth</dc:creator>
		<pubDate>Tue, 13 Jan 2009 13:19:02 +0000</pubDate>
		<guid isPermaLink="false">http://lindesk.com/2007/04/internet-connection-sharing-using-iptables/#comment-4056</guid>
		<description>has anyone had any success sharing a connection from linpus lite (fedora) to a windows machine using a netbook? anyone have any good ideas for this?

-- beth</description>
		<content:encoded><![CDATA[<p>has anyone had any success sharing a connection from linpus lite (fedora) to a windows machine using a netbook? anyone have any good ideas for this?</p>
<p>&#8211; beth</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: emanz</title>
		<link>http://lindesk.com/2007/04/internet-connection-sharing-using-iptables/comment-page-1/#comment-4032</link>
		<dc:creator>emanz</dc:creator>
		<pubDate>Mon, 15 Dec 2008 12:28:20 +0000</pubDate>
		<guid isPermaLink="false">http://lindesk.com/2007/04/internet-connection-sharing-using-iptables/#comment-4032</guid>
		<description>your a God sent ..........tnx for helping us...it really works......</description>
		<content:encoded><![CDATA[<p>your a God sent &#8230;&#8230;&#8230;.tnx for helping us&#8230;it really works&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ali</title>
		<link>http://lindesk.com/2007/04/internet-connection-sharing-using-iptables/comment-page-1/#comment-3972</link>
		<dc:creator>Ali</dc:creator>
		<pubDate>Thu, 30 Oct 2008 08:15:24 +0000</pubDate>
		<guid isPermaLink="false">http://lindesk.com/2007/04/internet-connection-sharing-using-iptables/#comment-3972</guid>
		<description>Dear BinnyVA
I use centos 5 . I do all step and check all result . My result just like your result and i can ping yahoo or other lan station from centOs but other station can&#039;t connect to internet .
Also i use rp-pppoe-3.10.tar for my ADSL connection .
Thank u</description>
		<content:encoded><![CDATA[<p>Dear BinnyVA<br />
I use centos 5 . I do all step and check all result . My result just like your result and i can ping yahoo or other lan station from centOs but other station can&#8217;t connect to internet .<br />
Also i use rp-pppoe-3.10.tar for my ADSL connection .<br />
Thank u</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jhp</title>
		<link>http://lindesk.com/2007/04/internet-connection-sharing-using-iptables/comment-page-1/#comment-3891</link>
		<dc:creator>jhp</dc:creator>
		<pubDate>Thu, 18 Sep 2008 08:10:04 +0000</pubDate>
		<guid isPermaLink="false">http://lindesk.com/2007/04/internet-connection-sharing-using-iptables/#comment-3891</guid>
		<description>Thanks a lot Binny VA it help me so much, continue sharing your idea to every body, am new in Redhat 9, when i use the command it work fine.</description>
		<content:encoded><![CDATA[<p>Thanks a lot Binny VA it help me so much, continue sharing your idea to every body, am new in Redhat 9, when i use the command it work fine.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
