<?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: Configure your Ubuntu Server as a DHCP server</title> <atom:link href="http://www.ghacks.net/2009/09/07/configure-your-ubuntu-server-as-a-dhcp-server/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net/2009/09/07/configure-your-ubuntu-server-as-a-dhcp-server/</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sun, 12 Feb 2012 07:04:03 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: etaoin.shdrlu</title><link>http://www.ghacks.net/2009/09/07/configure-your-ubuntu-server-as-a-dhcp-server/comment-page-1/#comment-989032</link> <dc:creator>etaoin.shdrlu</dc:creator> <pubDate>Wed, 03 Mar 2010 13:38:19 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=16071#comment-989032</guid> <description>Very useful link.
I own a computer Ubunt Karmic, with eth0 and eth1.
eth0 is safely connected to the internet through an static ip
I would like to use eth1 to feed a Linksys router (through its internet port). I disabled router&#039;s DHCP server and installed a DHCP-server on my computer following the instructions.
I plug another computer to the router and try to bring the net up by listeing to DHCP server. It didn&#039;t work. It was waiting for DHCP offers on 255.255.255.255 until the script finished.
Neither was I able to talk or listen to the router itself.
On the other hand &#039;tail -n 15 /var/lib/dhpc3/dhclient.leases&#039; lists:
lease {
interface &quot;eth0&quot;;
fixed-address 192.168.1.100;
option subnet-mask 255.255.255.0;
option routers 192.168.1.2;
option dhcp-lease-time 86400;
option dhcp-message-type 5;
option domain-name-servers xxxxxxx;
option dhcp-server-identifier 192.168.1.2;
option domain-name &quot;xxx&quot;;
renew 3 2010/03/03 00:41:58;
rebind 3 2010/03/03 10:16:17;
expire 3 2010/03/03 13:16:17;
}
altough the DHCP server was intened to be in eth1 and /etc/default/dhcp-server exactly reads so.
The router was configured to get its IP address through DHCP, but aparently it failed to get it from my computer (dhcp-server).
I would appreciate very much any hint to solve my problem. Specifically how could I configure the DHCP server IP address.</description> <content:encoded><![CDATA[<p>Very useful link.</p><p>I own a computer Ubunt Karmic, with eth0 and eth1.</p><p>eth0 is safely connected to the internet through an static ip</p><p>I would like to use eth1 to feed a Linksys router (through its internet port). I disabled router&#8217;s DHCP server and installed a DHCP-server on my computer following the instructions.</p><p>I plug another computer to the router and try to bring the net up by listeing to DHCP server. It didn&#8217;t work. It was waiting for DHCP offers on 255.255.255.255 until the script finished.</p><p>Neither was I able to talk or listen to the router itself.</p><p>On the other hand &#8216;tail -n 15 /var/lib/dhpc3/dhclient.leases&#8217; lists:</p><p>lease {<br
/> interface &#8220;eth0&#8243;;<br
/> fixed-address 192.168.1.100;<br
/> option subnet-mask 255.255.255.0;<br
/> option routers 192.168.1.2;<br
/> option dhcp-lease-time 86400;<br
/> option dhcp-message-type 5;<br
/> option domain-name-servers xxxxxxx;<br
/> option dhcp-server-identifier 192.168.1.2;<br
/> option domain-name &#8220;xxx&#8221;;<br
/> renew 3 2010/03/03 00:41:58;<br
/> rebind 3 2010/03/03 10:16:17;<br
/> expire 3 2010/03/03 13:16:17;<br
/> }</p><p>altough the DHCP server was intened to be in eth1 and /etc/default/dhcp-server exactly reads so.</p><p>The router was configured to get its IP address through DHCP, but aparently it failed to get it from my computer (dhcp-server).</p><p>I would appreciate very much any hint to solve my problem. Specifically how could I configure the DHCP server IP address.</p> ]]></content:encoded> </item> <item><title>By: Charles</title><link>http://www.ghacks.net/2009/09/07/configure-your-ubuntu-server-as-a-dhcp-server/comment-page-1/#comment-917402</link> <dc:creator>Charles</dc:creator> <pubDate>Sun, 15 Nov 2009 12:08:11 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=16071#comment-917402</guid> <description>i recently install ubuntu on my machine and after assigning ip address to the machine  and the gateway of the router i could not browse, what could be the reason</description> <content:encoded><![CDATA[<p>i recently install ubuntu on my machine and after assigning ip address to the machine  and the gateway of the router i could not browse, what could be the reason</p> ]]></content:encoded> </item> <item><title>By: Nitin</title><link>http://www.ghacks.net/2009/09/07/configure-your-ubuntu-server-as-a-dhcp-server/comment-page-1/#comment-891849</link> <dc:creator>Nitin</dc:creator> <pubDate>Fri, 02 Oct 2009 19:43:27 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=16071#comment-891849</guid> <description>Hi,
Now my DHCP sever gets installed started successfully .How I can check it works over lan network.
Thanx</description> <content:encoded><![CDATA[<p>Hi,<br
/> Now my DHCP sever gets installed started successfully .How I can check it works over lan network.<br
/> Thanx</p> ]]></content:encoded> </item> <item><title>By: Configure your Ubuntu Server as a DHCP server &#124; Ubuntu-News - Your one stop for news about Ubuntu</title><link>http://www.ghacks.net/2009/09/07/configure-your-ubuntu-server-as-a-dhcp-server/comment-page-1/#comment-878892</link> <dc:creator>Configure your Ubuntu Server as a DHCP server &#124; Ubuntu-News - Your one stop for news about Ubuntu</dc:creator> <pubDate>Mon, 07 Sep 2009 17:33:46 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=16071#comment-878892</guid> <description>[...] but it’s not. And many might be asking “Why do this when my router does the trick?”  More here Most routers do a good job of serving up DHCP addresses. But there are times when those routers [...]</description> <content:encoded><![CDATA[<p>[...] but it’s not. And many might be asking “Why do this when my router does the trick?”  More here Most routers do a good job of serving up DHCP addresses. But there are times when those routers [...]</p> ]]></content:encoded> </item> <item><title>By: Rush</title><link>http://www.ghacks.net/2009/09/07/configure-your-ubuntu-server-as-a-dhcp-server/comment-page-1/#comment-878889</link> <dc:creator>Rush</dc:creator> <pubDate>Mon, 07 Sep 2009 17:22:30 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=16071#comment-878889</guid> <description>Jack,
This is an awesome set of articles. It comes at a good time for me also, because I started toying around with Ubuntu server in a VM about 2 weeks before you started these.
I have a few quick questions. I installed ubuntu-desktop (I&#039;m a windows wussy that DOVE at the GUI like a gunshot had gone off). Since finding your series I have kind of regretted doing that.
Should I start over? I am a total noob to Linux. I have tried to follow some of your steps through the terminal but when I try to edit config files (even after sudo and password) it wont let me. A permissions issue. I want to be able to follow the series on my server, and have already redone the darn thing like 20 times already, so starting over is no big deal.
Would that be easier for me to do to follow this series?</description> <content:encoded><![CDATA[<p>Jack,<br
/> This is an awesome set of articles. It comes at a good time for me also, because I started toying around with Ubuntu server in a VM about 2 weeks before you started these.<br
/> I have a few quick questions. I installed ubuntu-desktop (I&#8217;m a windows wussy that DOVE at the GUI like a gunshot had gone off). Since finding your series I have kind of regretted doing that.<br
/> Should I start over? I am a total noob to Linux. I have tried to follow some of your steps through the terminal but when I try to edit config files (even after sudo and password) it wont let me. A permissions issue. I want to be able to follow the series on my server, and have already redone the darn thing like 20 times already, so starting over is no big deal.<br
/> Would that be easier for me to do to follow this series?</p> ]]></content:encoded> </item> <item><title>By: Dotan Cohen</title><link>http://www.ghacks.net/2009/09/07/configure-your-ubuntu-server-as-a-dhcp-server/comment-page-1/#comment-878847</link> <dc:creator>Dotan Cohen</dc:creator> <pubDate>Mon, 07 Sep 2009 13:52:34 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=16071#comment-878847</guid> <description>Jack, will this let me connect with Windows machines in an ad-hoc wired lan? Specifically, if I connect my Ubuntu laptop with a Windows desktop via crossover cable, can I then access an FTP server on the Ubuntu laptop from the Windows machine to transfer files?
Thanks in advance for any ideas.</description> <content:encoded><![CDATA[<p>Jack, will this let me connect with Windows machines in an ad-hoc wired lan? Specifically, if I connect my Ubuntu laptop with a Windows desktop via crossover cable, can I then access an FTP server on the Ubuntu laptop from the Windows machine to transfer files?</p><p>Thanks in advance for any ideas.</p> ]]></content:encoded> </item> <item><title>By: jack</title><link>http://www.ghacks.net/2009/09/07/configure-your-ubuntu-server-as-a-dhcp-server/comment-page-1/#comment-878828</link> <dc:creator>jack</dc:creator> <pubDate>Mon, 07 Sep 2009 12:38:57 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=16071#comment-878828</guid> <description>Manju:
Yes the DHCP server will replace you router. You would want to log into your router and make sure it is configured to no longer assign IP addresses.
If you are using it with wireless you should just have to replace the eth0 with somethin like wlan0.
The config should be the same.</description> <content:encoded><![CDATA[<p>Manju:</p><p>Yes the DHCP server will replace you router. You would want to log into your router and make sure it is configured to no longer assign IP addresses.</p><p>If you are using it with wireless you should just have to replace the eth0 with somethin like wlan0.</p><p>The config should be the same.</p> ]]></content:encoded> </item> <item><title>By: Manju</title><link>http://www.ghacks.net/2009/09/07/configure-your-ubuntu-server-as-a-dhcp-server/comment-page-1/#comment-878722</link> <dc:creator>Manju</dc:creator> <pubDate>Mon, 07 Sep 2009 01:39:27 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=16071#comment-878722</guid> <description>Helpful article as usual.
I do have a few questions. Forgive my noobness.
1. So will this DHCP server replace my router for assigning addresses to my local LAN .
2. And if my Ubuntu server is not using eth0 but the wireless interface instead I just have to replace &quot;eth0&quot;, will that be enough.
3. And I have Ubuntu 8.10. So the config files are the same or is there a difference.</description> <content:encoded><![CDATA[<p>Helpful article as usual.</p><p>I do have a few questions. Forgive my noobness.</p><p>1. So will this DHCP server replace my router for assigning addresses to my local LAN .</p><p>2. And if my Ubuntu server is not using eth0 but the wireless interface instead I just have to replace &#8220;eth0&#8243;, will that be enough.</p><p>3. And I have Ubuntu 8.10. So the config files are the same or is there a difference.</p> ]]></content:encoded> </item> </channel> </rss>
