<?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/"
	xmlns:series="http://organizeseries.com/"
		>
<channel>
	<title>Comments for Debuntu</title>
	<atom:link href="http://www.debuntu.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.debuntu.org</link>
	<description>Debian/Ubuntu Tips and Tricks</description>
	<lastBuildDate>Thu, 16 May 2013 23:06:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Virtual Hosting using Apache 2 on a linux machine by Min Coury</title>
		<link>http://www.debuntu.org/virtual-hosting-using-apache-2-on-a-linux-machine/#comment-137783</link>
		<dc:creator>Min Coury</dc:creator>
		<pubDate>Thu, 16 May 2013 23:06:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.debuntu.org/?p=31#comment-137783</guid>
		<description><![CDATA[It should always be in the visual editor, and you can add html tags if you&#039;d like as well.]]></description>
		<content:encoded><![CDATA[<p>It should always be in the visual editor, and you can add html tags if you&#8217;d like as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How-To: Recover root password under linux with single user mode by Pearson</title>
		<link>http://www.debuntu.org/how-to-recover-root-password-under-linux-with-single-user-mode/#comment-137749</link>
		<dc:creator>Pearson</dc:creator>
		<pubDate>Wed, 15 May 2013 15:43:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.debuntu.org/?p=483#comment-137749</guid>
		<description><![CDATA[On a secure system, the root password will be required when going into single user mode. See, for example &lt;a href=&quot;http://xmodulo.com/2012/11/how-to-force-login-password-prompt-in-single-user-mode.html&quot; rel=&quot;nofollow&quot;&gt;this link&lt;/a&gt; found by searching for &#039;linux &quot;single user&quot; password&#039;]]></description>
		<content:encoded><![CDATA[<p>On a secure system, the root password will be required when going into single user mode. See, for example <a href="http://xmodulo.com/2012/11/how-to-force-login-password-prompt-in-single-user-mode.html" rel="nofollow">this link</a> found by searching for &#8216;linux &#8220;single user&#8221; password&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Iptables: How-to Share your internet connection by nadia</title>
		<link>http://www.debuntu.org/iptables-how-to-share-your-internet-connection/#comment-137730</link>
		<dc:creator>nadia</dc:creator>
		<pubDate>Wed, 15 May 2013 00:17:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.debuntu.org/?p=442#comment-137730</guid>
		<description><![CDATA[hi well i never thaught that a gateway will be 192.168.0.254! not from website like https://help.ubuntu.com/12.10/serverguide/network-configuration.html
so right now on pc from my LAN the basic settings are :
ip 192.168.0.4
netmask 255.255.255.0
gateway 192.168.0.254
and on my firewall
the eth2 is my adsl interfaces
and
the LAN interfaces :
auto eth1
iface eth1 inet static
	address 192.168.0.1
	netmask 255.255.255.0
	gateway 192.168.0.254
	dns-nameservers my_dns_ip
my LAN still not ping google.com]]></description>
		<content:encoded><![CDATA[<p>hi well i never thaught that a gateway will be 192.168.0.254! not from website like <a href="https://help.ubuntu.com/12.10/serverguide/network-configuration.html" rel="nofollow">https://help.ubuntu.com/12.10/serverguide/network-configuration.html</a></p>
<p>so right now on pc from my LAN the basic settings are :<br />
ip 192.168.0.4<br />
netmask 255.255.255.0<br />
gateway 192.168.0.254</p>
<p>and on my firewall<br />
the eth2 is my adsl interfaces<br />
and<br />
the LAN interfaces :</p>
<p>auto eth1<br />
iface eth1 inet static<br />
	address 192.168.0.1<br />
	netmask 255.255.255.0<br />
	gateway 192.168.0.254<br />
	dns-nameservers my_dns_ip</p>
<p>my LAN still not ping google.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Iptables: How-to Share your internet connection by chantra</title>
		<link>http://www.debuntu.org/iptables-how-to-share-your-internet-connection/#comment-137707</link>
		<dc:creator>chantra</dc:creator>
		<pubDate>Mon, 13 May 2013 03:16:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.debuntu.org/?p=442#comment-137707</guid>
		<description><![CDATA[your /etc/network/interfaces does not look right syntactically, and even if it did, ip 192.168.0.1 for your lan pc with gateway 192.168.0.1 is plain wrong. Googling should help you solving these kind of issues. http://wiki.debian.org/NetworkConfiguration contains great material on setting up your network interfaces in Debian.]]></description>
		<content:encoded><![CDATA[<p>your /etc/network/interfaces does not look right syntactically, and even if it did, ip 192.168.0.1 for your lan pc with gateway 192.168.0.1 is plain wrong. Googling should help you solving these kind of issues. <a href="http://wiki.debian.org/NetworkConfiguration" rel="nofollow">http://wiki.debian.org/NetworkConfiguration</a> contains great material on setting up your network interfaces in Debian.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How-to: Installing Ubuntu Linux on a usb pendrive by chantra</title>
		<link>http://www.debuntu.org/how-to-installing-ubuntu-linux-on-a-usb-pendrive/#comment-137706</link>
		<dc:creator>chantra</dc:creator>
		<pubDate>Mon, 13 May 2013 03:09:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.debuntu.org/?p=479#comment-137706</guid>
		<description><![CDATA[When pluging your device in a linux box, the device should be detected. running &quot;dmesg&quot; as root might help you seeing the name it is getting. You will then need to create new partitions. &quot;gparted&quot; might help you with this.]]></description>
		<content:encoded><![CDATA[<p>When pluging your device in a linux box, the device should be detected. running &#8220;dmesg&#8221; as root might help you seeing the name it is getting. You will then need to create new partitions. &#8220;gparted&#8221; might help you with this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How-to: Installing Ubuntu Linux on a usb pendrive by Jacob</title>
		<link>http://www.debuntu.org/how-to-installing-ubuntu-linux-on-a-usb-pendrive/#comment-137699</link>
		<dc:creator>Jacob</dc:creator>
		<pubDate>Sun, 12 May 2013 11:09:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.debuntu.org/?p=479#comment-137699</guid>
		<description><![CDATA[Help! After partitioning, I decided I wanted to undo the process, so I deleted the two partitions I made (For me sdc1 and sdc2) After deleting neither ubuntu or windows could even recognize my flash drive anymore, like it doesn&#039;t even exist! Help!]]></description>
		<content:encoded><![CDATA[<p>Help! After partitioning, I decided I wanted to undo the process, so I deleted the two partitions I made (For me sdc1 and sdc2) After deleting neither ubuntu or windows could even recognize my flash drive anymore, like it doesn&#8217;t even exist! Help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Iptables: How-to Share your internet connection by Nadia</title>
		<link>http://www.debuntu.org/iptables-how-to-share-your-internet-connection/#comment-137696</link>
		<dc:creator>Nadia</dc:creator>
		<pubDate>Sun, 12 May 2013 02:35:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.debuntu.org/?p=442#comment-137696</guid>
		<description><![CDATA[hi
if i do only this rule iptables -t nat -A POSTROUTING -o -j MASQUERADE nothing work the lan don&#039;t go outside
the 2 interfaces on my firewall when i do ethtool or mii-tool ... respond link ok
i have change cable from the switch to firewall same error
yes here is my config from my LAN pc in /etc/network/interfaces
ip 192.168.0.1/24
gateway 192.168.0.1
netmask 255.255.255.0
dns-nameserver my_dns
and the usual network broadcast settings
when i do traceroute 8.8.8.8 goes nowhere * * * *.... all the 30 hops
thanks for your help]]></description>
		<content:encoded><![CDATA[<p>hi</p>
<p>if i do only this rule iptables -t nat -A POSTROUTING -o -j MASQUERADE nothing work the lan don&#8217;t go outside</p>
<p>the 2 interfaces on my firewall when i do ethtool or mii-tool &#8230; respond link ok<br />
i have change cable from the switch to firewall same error</p>
<p>yes here is my config from my LAN pc in /etc/network/interfaces</p>
<p>ip 192.168.0.1/24<br />
gateway 192.168.0.1<br />
netmask 255.255.255.0<br />
dns-nameserver my_dns<br />
and the usual network broadcast settings</p>
<p>when i do traceroute 8.8.8.8 goes nowhere * * * *&#8230;. all the 30 hops</p>
<p>thanks for your help</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Iptables: How-to Share your internet connection by chantra</title>
		<link>http://www.debuntu.org/iptables-how-to-share-your-internet-connection/#comment-137694</link>
		<dc:creator>chantra</dc:creator>
		<pubDate>Sat, 11 May 2013 17:44:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.debuntu.org/?p=442#comment-137694</guid>
		<description><![CDATA[Hi Nadia,
There could be thousand reason why your settings are not working. Did you try to use the 1 simple iptables rule to share your connection?
iptables -t nat -A POSTROUTING -o &lt;WANINTERFACE&gt; -j MASQUERADE
Your host unreacheable issue sound like a routing issue. Do you give a default route to your LAN devices?
Have you tried to traceroute do a known destination like 8.8.8.8 (google dns).]]></description>
		<content:encoded><![CDATA[<p>Hi Nadia,</p>
<p>There could be thousand reason why your settings are not working. Did you try to use the 1 simple iptables rule to share your connection?<br />
iptables -t nat -A POSTROUTING -o <waninterface> -j MASQUERADE</p>
<p>Your host unreacheable issue sound like a routing issue. Do you give a default route to your LAN devices?</p>
<p>Have you tried to traceroute do a known destination like 8.8.8.8 (google dns).</waninterface></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Iptables: How-to Share your internet connection by nadia</title>
		<link>http://www.debuntu.org/iptables-how-to-share-your-internet-connection/#comment-137693</link>
		<dc:creator>nadia</dc:creator>
		<pubDate>Sat, 11 May 2013 17:11:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.debuntu.org/?p=442#comment-137693</guid>
		<description><![CDATA[still working on that but now i think i will take a break, still get the host destination unreachable error from the LAN trying to ping outside the world
and also i saw that nobody help me since 10 days so i will take a break.]]></description>
		<content:encoded><![CDATA[<p>still working on that but now i think i will take a break, still get the host destination unreachable error from the LAN trying to ping outside the world</p>
<p>and also i saw that nobody help me since 10 days so i will take a break.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Iptables: How-to Share your internet connection by nadia</title>
		<link>http://www.debuntu.org/iptables-how-to-share-your-internet-connection/#comment-137681</link>
		<dc:creator>nadia</dc:creator>
		<pubDate>Thu, 09 May 2013 20:03:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.debuntu.org/?p=442#comment-137681</guid>
		<description><![CDATA[today i had change the cable to see if it&#039;s ok between the switch and the firewall and still get the same dest. host unreachable error. so it&#039;s not the rj45 cable the problem.
keep working]]></description>
		<content:encoded><![CDATA[<p>today i had change the cable to see if it&#8217;s ok between the switch and the firewall and still get the same dest. host unreachable error. so it&#8217;s not the rj45 cable the problem.</p>
<p>keep working</p>
]]></content:encoded>
	</item>
</channel>
</rss>