<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Need to change from static IP to DHCP on Debian 3.1 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/need-to-change-from-static-ip-to-dhcp-on-debian-3-1/m-p/5030225#M48275</link>
    <description>Just edit interfaces file:&lt;BR /&gt;&lt;BR /&gt;vi /etc/network/interfaces&lt;BR /&gt;&lt;BR /&gt;find your card - eth1 for example and change to:&lt;BR /&gt;iface eth1 inet dhcp&lt;BR /&gt;&lt;BR /&gt;after that : /etc/init.d/networking reload&lt;BR /&gt;&lt;BR /&gt;and you will be on dhcp for that interface.&lt;BR /&gt;&lt;BR /&gt;For more see "man interfaces"&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
    <pubDate>Fri, 23 Feb 2007 10:10:35 GMT</pubDate>
    <dc:creator>Ivan Krastev</dc:creator>
    <dc:date>2007-02-23T10:10:35Z</dc:date>
    <item>
      <title>Need to change from static IP to DHCP on Debian 3.1</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-to-change-from-static-ip-to-dhcp-on-debian-3-1/m-p/5030224#M48274</link>
      <description>When I installed Debian, I followed the installation prompts to assign a static IP address, which is working. I would now like to change that, to pick up its address from a bootp server on my network.&lt;BR /&gt;&lt;BR /&gt;Could someone give me step-by-step instructions?&lt;BR /&gt;&lt;BR /&gt;TIA - J.</description>
      <pubDate>Fri, 23 Feb 2007 09:35:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-to-change-from-static-ip-to-dhcp-on-debian-3-1/m-p/5030224#M48274</guid>
      <dc:creator>Jay Bollyn</dc:creator>
      <dc:date>2007-02-23T09:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: Need to change from static IP to DHCP on Debian 3.1</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-to-change-from-static-ip-to-dhcp-on-debian-3-1/m-p/5030225#M48275</link>
      <description>Just edit interfaces file:&lt;BR /&gt;&lt;BR /&gt;vi /etc/network/interfaces&lt;BR /&gt;&lt;BR /&gt;find your card - eth1 for example and change to:&lt;BR /&gt;iface eth1 inet dhcp&lt;BR /&gt;&lt;BR /&gt;after that : /etc/init.d/networking reload&lt;BR /&gt;&lt;BR /&gt;and you will be on dhcp for that interface.&lt;BR /&gt;&lt;BR /&gt;For more see "man interfaces"&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Fri, 23 Feb 2007 10:10:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-to-change-from-static-ip-to-dhcp-on-debian-3-1/m-p/5030225#M48275</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2007-02-23T10:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: Need to change from static IP to DHCP on Debian 3.1</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-to-change-from-static-ip-to-dhcp-on-debian-3-1/m-p/5030226#M48276</link>
      <description>Just to add.&lt;BR /&gt;&lt;BR /&gt;Make sure you don't have any references in your hosts file as well.&lt;BR /&gt;&lt;BR /&gt;/etc/hosts</description>
      <pubDate>Fri, 23 Feb 2007 11:56:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-to-change-from-static-ip-to-dhcp-on-debian-3-1/m-p/5030226#M48276</guid>
      <dc:creator>Sheriff Andy</dc:creator>
      <dc:date>2007-02-23T11:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: Need to change from static IP to DHCP on Debian 3.1</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-to-change-from-static-ip-to-dhcp-on-debian-3-1/m-p/5030227#M48277</link>
      <description>I changed 'static' to 'dhcp', commented out the static lines, and tried to restart networking. It looks like I am missing the dhclient.eth0.pid file, and as a result, a DHCP server could not be found on the network. I rebooted, did not help. So I logged onto the console and edited interfaces back to a static configuration, and ran 'networking restart', which is now connected to the network.&lt;BR /&gt;&lt;BR /&gt;Any idea what I have done wrong? &lt;BR /&gt;&lt;BR /&gt;nat-12-157:/etc/init.d# ./networking reload&lt;BR /&gt;Usage: /etc/init.d/networking {start|stop|restart|force-reload}&lt;BR /&gt;nat-12-157:/etc/init.d# ./networking restart&lt;BR /&gt;Setting up IP spoofing protection: rp_filter.&lt;BR /&gt;Reconfiguring network interfaces...cat: /var/run/dhclient.eth0.pid: No such file or directory&lt;BR /&gt;ifup: interface lo already configured&lt;BR /&gt;Internet Software Consortium DHCP Client 2.0pl5&lt;BR /&gt;Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.&lt;BR /&gt;All rights reserved.&lt;BR /&gt;&lt;BR /&gt;Please contribute if you find this software useful.&lt;BR /&gt;For info, please visit &lt;A href="http://www.isc.org/dhcp-contrib.html" target="_blank"&gt;http://www.isc.org/dhcp-contrib.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Listening on LPF/eth0/00:06:5b:1c:05:e9&lt;BR /&gt;Sending on   LPF/eth0/00:06:5b:1c:05:e9&lt;BR /&gt;Sending on   Socket/fallback/fallback-net&lt;BR /&gt;DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8&lt;BR /&gt;DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 10&lt;BR /&gt;DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 18&lt;BR /&gt;DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 19&lt;BR /&gt;DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 6&lt;BR /&gt;No DHCPOFFERS received.&lt;BR /&gt;No working leases in persistent database.&lt;BR /&gt;&lt;BR /&gt;Exiting.&lt;BR /&gt;&lt;BR /&gt;Failed to bring up eth0.&lt;BR /&gt;done.</description>
      <pubDate>Fri, 23 Feb 2007 12:32:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-to-change-from-static-ip-to-dhcp-on-debian-3-1/m-p/5030227#M48277</guid>
      <dc:creator>Jay Bollyn</dc:creator>
      <dc:date>2007-02-23T12:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: Need to change from static IP to DHCP on Debian 3.1</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-to-change-from-static-ip-to-dhcp-on-debian-3-1/m-p/5030228#M48278</link>
      <description>What is it saying in your /var/adm/syslog?&lt;BR /&gt;&lt;BR /&gt;Did you edit the /etc/dhclient.conf?  Do a man on dhclient.</description>
      <pubDate>Fri, 23 Feb 2007 12:50:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-to-change-from-static-ip-to-dhcp-on-debian-3-1/m-p/5030228#M48278</guid>
      <dc:creator>Sheriff Andy</dc:creator>
      <dc:date>2007-02-23T12:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Need to change from static IP to DHCP on Debian 3.1</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-to-change-from-static-ip-to-dhcp-on-debian-3-1/m-p/5030229#M48279</link>
      <description>Jay,&lt;BR /&gt;&lt;BR /&gt;What happens when you run the following command?&lt;BR /&gt;&lt;BR /&gt;#  dpkg -l | grep -i dh</description>
      <pubDate>Fri, 23 Feb 2007 13:13:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-to-change-from-static-ip-to-dhcp-on-debian-3-1/m-p/5030229#M48279</guid>
      <dc:creator>Sheriff Andy</dc:creator>
      <dc:date>2007-02-23T13:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Need to change from static IP to DHCP on Debian 3.1</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-to-change-from-static-ip-to-dhcp-on-debian-3-1/m-p/5030230#M48280</link>
      <description>It looks like I need to edit the sample dhclient.conf file, and write it to /var/run/dhclient.eth0.pid, and then restart networking. I am not sure I edited the file correctly, because I still did not get an addr from our bootp server.&lt;BR /&gt;&lt;BR /&gt;I might look at this again next week.&lt;BR /&gt;&lt;BR /&gt;J.</description>
      <pubDate>Fri, 23 Feb 2007 14:17:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-to-change-from-static-ip-to-dhcp-on-debian-3-1/m-p/5030230#M48280</guid>
      <dc:creator>Jay Bollyn</dc:creator>
      <dc:date>2007-02-23T14:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Need to change from static IP to DHCP on Debian 3.1</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-to-change-from-static-ip-to-dhcp-on-debian-3-1/m-p/5030231#M48281</link>
      <description>The pid file is not a configuration file, and you shouldn't manipulate it directly. There isn't much to configure for a DHCP client. Is there any logging on your bootp server to say if it saw a request at all?</description>
      <pubDate>Fri, 23 Feb 2007 17:29:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-to-change-from-static-ip-to-dhcp-on-debian-3-1/m-p/5030231#M48281</guid>
      <dc:creator>Heironimus</dc:creator>
      <dc:date>2007-02-23T17:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Need to change from static IP to DHCP on Debian 3.1</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-to-change-from-static-ip-to-dhcp-on-debian-3-1/m-p/5030232#M48282</link>
      <description>That server is in the office, and I am at home for the weekend.&lt;BR /&gt;&lt;BR /&gt;I am installing sarge on a test Sony Vaio laptop. I think my main problem will be that the laptop needs to connect to my home network with a 'Dell wireless 1450 USB adapter'. Do I have any hope of getting Debian installed under these circumstances?&lt;BR /&gt;&lt;BR /&gt;J.</description>
      <pubDate>Fri, 23 Feb 2007 19:21:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-to-change-from-static-ip-to-dhcp-on-debian-3-1/m-p/5030232#M48282</guid>
      <dc:creator>Jay Bollyn</dc:creator>
      <dc:date>2007-02-23T19:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Need to change from static IP to DHCP on Debian 3.1</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-to-change-from-static-ip-to-dhcp-on-debian-3-1/m-p/5030233#M48283</link>
      <description>You have a fighting chance, since it appearently works on the Debian-based Ubuntu:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.ubuntuforums.org/showthread.php?t=49071" target="_blank"&gt;http://www.ubuntuforums.org/showthread.php?t=49071&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Use google for more hits on how to solve this.&lt;BR /&gt;&lt;BR /&gt;--mverwijs&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Feb 2007 03:19:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-to-change-from-static-ip-to-dhcp-on-debian-3-1/m-p/5030233#M48283</guid>
      <dc:creator>Maarten Verwijs</dc:creator>
      <dc:date>2007-02-26T03:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Need to change from static IP to DHCP on Debian 3.1</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-to-change-from-static-ip-to-dhcp-on-debian-3-1/m-p/5030234#M48284</link>
      <description>I think I will just use a wire NIC in this laptop. (This should be in another thread anyway.)&lt;BR /&gt;&lt;BR /&gt;Regarding my main issue in this thread, I think I will just install sarge on another similar PC which is in my bootp server from the getgo, and compare the two.&lt;BR /&gt;&lt;BR /&gt;Thanks all - J.</description>
      <pubDate>Mon, 26 Feb 2007 08:17:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-to-change-from-static-ip-to-dhcp-on-debian-3-1/m-p/5030234#M48284</guid>
      <dc:creator>Jay Bollyn</dc:creator>
      <dc:date>2007-02-26T08:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Need to change from static IP to DHCP on Debian 3.1</title>
      <link>https://community.hpe.com/t5/operating-system-linux/need-to-change-from-static-ip-to-dhcp-on-debian-3-1/m-p/5030235#M48285</link>
      <description>J.</description>
      <pubDate>Mon, 26 Feb 2007 08:18:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/need-to-change-from-static-ip-to-dhcp-on-debian-3-1/m-p/5030235#M48285</guid>
      <dc:creator>Jay Bollyn</dc:creator>
      <dc:date>2007-02-26T08:18:29Z</dc:date>
    </item>
  </channel>
</rss>

