<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title>Re: Internet connection sharing with Firestarter in All Things Unix</title>
<link>http://www.dslreports.com/forum/r20454083</link>
<description></description>
<language>en</language>
<pubDate>Thu, 08 Jan 2009 04:03:07 EDT</pubDate>
<lastBuildDate>Thu, 08 Jan 2009 04:03:07 EDT</lastBuildDate>

<item>
<title>Re: Internet connection sharing with Firestarter</title>
<link>http://www.dslreports.com/forum/remark,20456506</link>
<description><![CDATA[<A HREF="/useremail/u/715380"><b>Maxo</b></A> : <div class="bquote"><small>said by  shdesigns <A HREF="/useremail/u/252734"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A> :</small><br><br>If you are not using DHCP on an interface, you have to tell dhcpd to not use it add to dhcpd.conf:<br><br>subnet 192.168.1.0 netmask 255.255.255.0 {<br>}<br><br>That will basically say it does not need to worry about eth0.<br><br>The interfaces can be specified on the comamnd line, you will need to find out how to specify that in your distro.<br> </div>Ok, I did that and now /etc/init.d/dhcp will start.  The other computer still won't get an IP address.  I crashed for the night.  Hopefully I'll get to it some more tonight.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20456506</guid>
<pubDate>Fri, 09 May 2008 11:23:01 EDT</pubDate>
</item>

<item>
<title>Re: Internet connection sharing with Firestarter</title>
<link>http://www.dslreports.com/forum/remark,20455051</link>
<description><![CDATA[<A HREF="/useremail/u/252734"><b>shdesigns</b></A> : If you are not using DHCP on an interface, you have to tell dhcpd to not use it add to dhcpd.conf:<br><br>subnet 192.168.1.0 netmask 255.255.255.0 {<br>}<br><br>That will basically say it does not need to worry about eth0.<br><br>The interfaces can be specified on the comamnd line, you will need to find out how to specify that in your distro.<br><small>--<br>Scott Henion<br><br>Embedded Systems Consultant, shenion on #ATU @irc.freenode.net <br><A HREF="http://shdesigns.org">SHDesigns home</a></small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20455051</guid>
<pubDate>Fri, 09 May 2008 02:27:36 EDT</pubDate>
</item>

<item>
<title>Re: Internet connection sharing with Firestarter</title>
<link>http://www.dslreports.com/forum/remark,20454838</link>
<description><![CDATA[<A HREF="/useremail/u/100249"><b>graysonf</b></A> : I don't use DHCP on any of my systems here. But I do have the DHCP server running on the router so if someone comes in with a box and they do use DHCP, they can get an IP that will work.<br><br>So, I can't help you with that part.<br><br>Your existing wireless setup works, right? So leave all of that the way it is. Then try getting this second set of NICs working with hard coded IPs. Once you get up and running, you can try with DHCP.<br><br>Frankly, I just wouldn't complicate something that isn't working yet. Get it working first, then break it ;)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20454838</guid>
<pubDate>Fri, 09 May 2008 00:51:07 EDT</pubDate>
</item>

<item>
<title>Re: Internet connection sharing with Firestarter</title>
<link>http://www.dslreports.com/forum/remark,20454799</link>
<description><![CDATA[<A HREF="/useremail/u/715380"><b>Maxo</b></A> : For unrelated reasons I just did a clean Gutsy install on this laptop.<br>I did your instructions with no dice, then remembered I had not yet install dhcp.  I did that,but on start I get<br><textarea name="code" class="text" cols=50 rows=10>sudo /etc/init.d/dhcp start&#012;Starting DHCP server: dhcpd failed to start - check syslog for diagnostics&#012;</textarea><!--end code block-->syslog tells me<br><div class="bquote"><small>said by syslog :</small><br><br>No subnet declaration for eth1 (192.168.1.2).<br>Please write a subnet declaration in your dhcpd.conf file for the<br>network segment to which interface eth1 is attached.<br></div>This is what dhcpd.conf look like.<br><textarea name="code" class="text" cols=50 rows=10>subnet 192.168.0.0 netmask 255.255.255.0 {&#012;        option routers 192.168.0.2;&#012;        option subnet-mask 255.255.255.0;&#012;        option domain-name-servers 192.168.1.254;&#012;        option ip-forwarding off;&#012;        range dynamic-bootp 192.168.0.100 192.168.0.254;&#012;        default-lease-time 21600;&#012;        max-lease-time 43200;&#012;}&#012;</textarea><!--end code block--><br><small>--<br>"Padre, nobody said war was fun now bowl!" - Sherman T Potter<br><br>&raquo;<A HREF="http://www.cafepress.com/maxolasersquad" >www.cafepress.com/maxolasersquad</A><br><br>&raquo;<A HREF="http://maxolasersquad.com/" >maxolasersquad.com/</A><br><br>&raquo;<A HREF="http://maxolasersquad.com/network/" >maxolasersquad.com/network/</A> My DSL Network Guide<br><br>&raquo;<A HREF="http://myspace.com/mlsquad" >myspace.com/mlsquad</A></small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20454799</guid>
<pubDate>Fri, 09 May 2008 00:37:50 EDT</pubDate>
</item>

<item>
<title>Re: Internet connection sharing with Firestarter</title>
<link>http://www.dslreports.com/forum/remark,20454456</link>
<description><![CDATA[<A HREF="/useremail/u/902719"><b>evilghost</b></A> : I had issues with DHCP working too w/Firestater and sharing.  What I did was just static allocate an address.<br><br>On the client:<br>sudo ifconfig eth0 192.168.0.2 netmask 255.255.255.0<br>sudo route add default gw 192.168.0.1<br><br>Bet it works then.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20454456</guid>
<pubDate>Thu, 08 May 2008 23:00:54 EDT</pubDate>
</item>

<item>
<title>Re: Internet connection sharing with Firestarter</title>
<link>http://www.dslreports.com/forum/remark,20454452</link>
<description><![CDATA[<A HREF="/useremail/u/100249"><b>graysonf</b></A> : I think you're doing too much, or trying to.<br><br>Make the wired ethernet card in 192.168.0.0/24 BUT with no gateway address. Say 192.168.0.10/24.<br><br>Enable IP forwarding between adapters. Read your documentation to see how to do this, it's somewhat different in the various distributions.<br><br>The desktop and laptop will have to be connected with a crossover cable (NIC to NIC will not work with a straight thru patch cord - unless the adapters can autosense).<br><br>Make the desktop also in 192.168.0.0/24, say 192.168.0.20/24 BUT with a gateway: 192.168.0.10.<br><br>Try this and let us know.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20454452</guid>
<pubDate>Thu, 08 May 2008 23:00:00 EDT</pubDate>
</item>

<item>
<title>Re: Internet connection sharing with Firestarter</title>
<link>http://www.dslreports.com/forum/remark,20454379</link>
<description><![CDATA[<A HREF="/useremail/u/715380"><b>Maxo</b></A> : My original post was not clear, but I think the last one pretty much sums it up.<br>My laptop connects to the Internet via a wireless card.  I want to share that wireless connection with a desktop PC.  When I want to do this I currently just grab my wife's work laptop, connect it wireless and enable ICS on the wireless adapter.  I hate the fact I don't know how to do this in Linux and I hate the fact I have to grab her work machine.<br>Any-who, the wireless router works on the 192.168.1.0/24 network.  I don't really care what network the wired card goes to, as long as it will share the connection with the whatever is plugged in to it.  I am currently trying to use the 192.168.0.0/24 network, but it doesn't make a difference if it is some other network range appropriate for intranets.<br>Hopefully the screen shot clears up what I am going for.<br><small>--<br>"Padre, nobody said war was fun now bowl!" - Sherman T Potter<br><br>&raquo;<A HREF="http://www.cafepress.com/maxolasersquad" >www.cafepress.com/maxolasersquad</A><br><br>&raquo;<A HREF="http://maxolasersquad.com/" >maxolasersquad.com/</A><br><br>&raquo;<A HREF="http://maxolasersquad.com/network/" >maxolasersquad.com/network/</A> My DSL Network Guide<br><br>&raquo;<A HREF="http://myspace.com/mlsquad" >myspace.com/mlsquad</A></small><div class="borderless"><TABLE WIDTH=95% align=center border=0 CELLPADDING=4"><TR><TD ALIGN=CENTER VALIGN=CENTER BGCOLOR=#FFFFFF nwrap COLSPAN=3 WIDTH=100%><A HREF="/speak/slideshow/20454379?c=1305324&ret=L2ZvcnVtL3IyMDQ1NDA4My54bWw%3D"><IMG TITLE="46979 bytes" BORDER=0 WIDTH=427 HEIGHT=304 SRC="/r0/download/1305324~53c133a0ab98d1042db4a3b52a70537d/setup.png"></A></TD></TABLE></div>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20454379</guid>
<pubDate>Thu, 08 May 2008 22:45:13 EDT</pubDate>
</item>

<item>
<title>Re: Internet connection sharing with Firestarter</title>
<link>http://www.dslreports.com/forum/remark,20454313</link>
<description><![CDATA[<A HREF="/useremail/u/100249"><b>graysonf</b></A> : You need to be a lot more clear and screenshots are not the way to do it.<br><br>How many machines are involved?<br><br>How are they connected to what?<br><br>Provide the complete network configurations for all adapters:<br><br>IP:<br>Netmask:<br>Gateway (if any):<br><br>Generate some ascii art that shows the relationship between machines.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20454313</guid>
<pubDate>Thu, 08 May 2008 22:30:16 EDT</pubDate>
</item>

<item>
<title>Re: Internet connection sharing with Firestarter</title>
<link>http://www.dslreports.com/forum/remark,20454134</link>
<description><![CDATA[<A HREF="/useremail/u/715380"><b>Maxo</b></A> : I want eth1 (wireless) to be connected to the Internet and share that connection with eth0 (wired.)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20454134</guid>
<pubDate>Thu, 08 May 2008 21:59:06 EDT</pubDate>
</item>

<item>
<title>Re: Internet connection sharing with Firestarter</title>
<link>http://www.dslreports.com/forum/remark,20454083</link>
<description><![CDATA[<A HREF="/useremail/u/100249"><b>graysonf</b></A> : Your eth0 is not legally configured. The IP address and gateway address are not in the same network.<br><br>Exactly what are you trying to do here?]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20454083</guid>
<pubDate>Thu, 08 May 2008 21:51:36 EDT</pubDate>
</item>

<item>
<title>Re: Internet connection sharing with Firestarter</title>
<link>http://www.dslreports.com/forum/remark,20454062</link>
<description><![CDATA[<A HREF="/useremail/u/715380"><b>Maxo</b></A> : And here's what I get on the other PC.<br><textarea name="code" class="text" cols=50 rows=10>sudo dhclient eth0&#012;There is already a pid file /var/run/dhclient.pid with pid 18245&#012;killed old client process, removed PID file&#012;Internet Systems Consortium DHCP Client V3.0.5&#012;Copyright 2004-2006 Internet Systems Consortium.&#012;All rights reserved.&#012;For info, please visit http://www.isc.org/sw/dhcp/&#012; &#012;Listening on LPF/eth0/00:1a:4d:64:d0:10&#012;Sending on   LPF/eth0/00:1a:4d:64:d0:10&#012;Sending on   Socket/fallback&#012;DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3&#012;DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7&#012;DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 13&#012;DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8&#012;No DHCPOFFERS received.&#012;No working leases in persistent database - sleeping.&#012;</textarea><!--end code block--><br><small>--<br>"Padre, nobody said war was fun now bowl!" - Sherman T Potter<br><br>&raquo;<A HREF="http://www.cafepress.com/maxolasersquad" >www.cafepress.com/maxolasersquad</A><br><br>&raquo;<A HREF="http://maxolasersquad.com/" >maxolasersquad.com/</A><br><br>&raquo;<A HREF="http://maxolasersquad.com/network/" >maxolasersquad.com/network/</A> My DSL Network Guide<br><br>&raquo;<A HREF="http://myspace.com/mlsquad" >myspace.com/mlsquad</A></small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20454062</guid>
<pubDate>Thu, 08 May 2008 21:48:19 EDT</pubDate>
</item>

<item>
<title>Re: Internet connection sharing with Firestarter</title>
<link>http://www.dslreports.com/forum/remark,20454049</link>
<description><![CDATA[<A HREF="/useremail/u/715380"><b>Maxo</b></A> : This screenshot should some up my current configuration.<div class="borderless"><TABLE WIDTH=95% align=center border=0 CELLPADDING=4"><TR><TD ALIGN=CENTER VALIGN=CENTER BGCOLOR=#FFFFFF nwrap COLSPAN=3 WIDTH=100%><A HREF="/speak/slideshow/20454049?c=1305303&ret=L2ZvcnVtL3IyMDQ1NDA4My54bWw%3D"><IMG class="apic" BORDER=0 TITLE="483479 bytes" WIDTH=600 HEIGHT=375 SRC="/r0/download/1305303.thumb600~e6a7bebe3a62dd464dc6b4c6693d74bc/Screenshot.png/thumb.jpg" ALT="Click for full size"></A></TD></TABLE></div>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20454049</guid>
<pubDate>Thu, 08 May 2008 21:45:10 EDT</pubDate>
</item>

<item>
<title>Re: Internet connection sharing with Firestarter</title>
<link>http://www.dslreports.com/forum/remark,20451642</link>
<description><![CDATA[<A HREF="/useremail/u/715380"><b>Maxo</b></A> : <div class="bquote"><small>said by  evilghost <A HREF="/useremail/u/902719"><IMG SRC="http://i.dslr.net/bb/profile.gif" ALT="See Profile" BORDER=0 WIDTH=16 HEIGHT=11></A> :</small><br><br>eth0 needs an IP address, pick an RFC1918 one :)<br> </div>I had tried hard coding eth0 to have an IP of 192.168.0.1, but I still had errors.  When I get back to my laptop I'll hardcode it again and post back what I get.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20451642</guid>
<pubDate>Thu, 08 May 2008 13:15:17 EDT</pubDate>
</item>

<item>
<title>Re: Internet connection sharing with Firestarter</title>
<link>http://www.dslreports.com/forum/remark,20449199</link>
<description><![CDATA[<A HREF="/useremail/u/902719"><b>evilghost</b></A> : eth0 needs an IP address, pick an RFC1918 one :)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20449199</guid>
<pubDate>Wed, 07 May 2008 23:27:47 EDT</pubDate>
</item>

<item>
<title>Internet connection sharing with Firestarter</title>
<link>http://www.dslreports.com/forum/remark,20449039</link>
<description><![CDATA[<A HREF="/useremail/u/715380"><b>Maxo</b></A> : This screen shot sums up my configuration and the problem I am running in to.  eth0 is my wired connection with a cable running from my Gutsy laptop to my Hardy desktop.  eth1 is my wireless connection.  The laptop is fully online with Wireless, but I am trying to share it to a desktop, without success.  Any eye-deers?<div class="borderless"><TABLE WIDTH=95% align=center border=0 CELLPADDING=4"><TR><TD ALIGN=CENTER VALIGN=CENTER BGCOLOR=#FFFFFF nwrap COLSPAN=3 WIDTH=100%><A HREF="/speak/slideshow/20449039?c=1305045&ret=L2ZvcnVtL3IyMDQ1NDA4My54bWw%3D"><IMG class="apic" BORDER=0 TITLE="563722 bytes" WIDTH=600 HEIGHT=375 SRC="/r0/download/1305045.thumb600~e6a7bebe3a62dd464dc6b4c6693d74bc/Screenshot.png/thumb.jpg" ALT="Click for full size"></A></TD></TABLE></div>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20449039</guid>
<pubDate>Wed, 07 May 2008 23:01:10 EDT</pubDate>
</item>

</channel>
</rss>
