Changeset 9cf73e3
- Timestamp:
- 01/19/2005 09:14:55 PM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 0708c2a
- Parents:
- 39f44e7d
- Location:
- connect/dhcp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
connect/dhcp/dhcp-client.xml
r39f44e7d r9cf73e3 6 6 ]> 7 7 8 <sect1 id=" connect-dhcp-client">8 <sect1 id="dhcp-client" xreflabel="DHCP-&dhcp-version; Client"> 9 9 <sect1info> 10 10 <othername>$LastChangedBy$</othername> … … 12 12 </sect1info> 13 13 <?dbhtml filename="dhcpclient.html"?> 14 <title>DHCP-&dhcp-version;</title> 14 <title>DHCP-&dhcp-version; Client</title> 15 <indexterm zone="dhcp-client"> 16 <primary sortas="b-dhclient">dhclient</primary></indexterm> 15 17 16 18 <para>The <application><acronym>DHCP</acronym></application> package comes with … … 27 29 (<command>dhclient</command>).</para> 28 30 29 <para >To configure <command>dhclient</command>, you need to first install30 t he network service script,31 <para id="dhclient-service">To configure <command>dhclient</command>, you need 32 to first install the network service script, 31 33 <filename>/etc/sysconfig/network-devices/services/dhclient</filename> 32 34 included in the <xref linkend="intro-important-bootscripts"/> package.</para> 35 <indexterm zone="dhcp-client dhclient-service"> 36 <primary sortas="f-dhclient">dhclient (service script)</primary></indexterm> 33 37 34 38 <screen><userinput><command>make install-service-dhclient</command></userinput></screen> 35 39 36 <para >Next, create the40 <para id="dhclient-config1">Next, create the 37 41 <filename>/etc/sysconfig/network-devices/ifconfig.eth0/dhclient</filename> 38 42 configuration file with the following commands. Adjust as necessary for 39 43 additional interfaces.</para> 44 <indexterm zone="dhcp-client dhclient-config1"> 45 <primary 46 sortas="e-etc-sysconfig-...-dhclient">/etc/sysconfig/.../dhclient</primary> 47 </indexterm> 40 48 41 49 <screen><userinput><command>install -d /etc/sysconfig/network-devices/ifconfig.eth0 && … … 51 59 values, examine the man page for <command>dhclient</command>.</para> 52 60 53 <para >Finally, you should create the61 <para id="dhclient-config2">Finally, you should create the 54 62 <filename>/etc/dhclient.conf</filename> file using the following 55 63 commands:</para> 64 <indexterm zone="dhcp-client dhclient-config2"> 65 <primary sortas="e-etc-dhclient.conf">/etc/dhclient.conf</primary></indexterm> 56 66 57 67 <note><para>You'll need to add a second interface definition to the file if you -
connect/dhcp/dhcp.xml
r39f44e7d r9cf73e3 10 10 <title><acronym>DHCP</acronym> Clients</title> 11 11 12 <para><acronym>DHCP</acronym> stands for Dynamic Host Configuration Protocol. 13 It is a protocol used by many sites to automatically provide 14 information such as <acronym>IP</acronym> addresses, subnet masks and routing15 information to computers. If your network uses <acronym>DHCP</acronym>, you16 will need a <acronym>DHCP</acronym> client in order to connect to it. 12 <para><acronym>DHCP</acronym> stands for Dynamic Host Configuration Protocol. 13 It is a protocol used by many sites to automatically provide information such 14 as <acronym>IP</acronym> addresses, subnet masks and routing information to 15 computers. If your network uses <acronym>DHCP</acronym>, you will need a 16 <acronym>DHCP</acronym> client in order to connect to it. 17 17 <acronym>DHCP</acronym> is also used by some cable modems.</para> 18 18 19 <para><acronym>BLFS</acronym> currently provides installation instructions for two 20 <acronym>DHCP</acronym> clients, <command>dhclient</command> (from the 21 <application>dhcp</application> package) and <command>dhcpcd</command>. 22 <acronym>BLFS</acronym> presents both sets of installation instructions 23 and discusses how 24 to create an appropriate service script to work with the 19 <para><acronym>BLFS</acronym> currently provides installation instructions for 20 two <acronym>DHCP</acronym> clients, <command>dhclient</command> (from the 21 <application>dhcp</application> package) and <command>dhcpcd</command>. 22 <acronym>BLFS</acronym> presents both sets of installation instructions and 23 discusses how to create an appropriate service script to work with the 25 24 <command>network</command> bootscript and the <acronym>DHCP</acronym> 26 25 client of your choice.</para>
Note:
See TracChangeset
for help on using the changeset viewer.