DHCP (again)

2009-05-13 13:19:51来源:未知 阅读 ()

新老客户大回馈,云服务器低至5折


The following are the best DHCP resources I have found.  Most of these are specific to Road Runner cable service but should be applicable to any cable service.   Please tell me about any other DHCP resources you find.
I would recommend the FreeBSD link below over what I've done.  I think that article does a better job of documenting what needs to be done.  My stuff is spread over several documents and should be consolidated into a single resource.  At the moment, that is at the top of a long list of low priorities.
ISC Dynamic Host Configuration Protocol (DHCP)
Developers and maintainers of DHCP software.  But use the ports first.  See the next link.
Setting up a DHCP client on FreeBSD
Specific to FreeBSD.
Road Runner Cable Internet Modem Service
Contains a list of Road Runner cities with the login program for each.
RRLinux Help Site
For Linux, but again, should be universal.
22 August 1998
It's time to reinstall the DHCP client.  Again.  Pity I can't get that other drive running.  Then I'd just copy it from there.  Shame, really.
Preparing the kernel
After almost a week off, I'm back into it.  My next task is to install DHCP.   My main resource for this procedure is
Setting up a DHCP client on FreeBSD
.   I've followed it pretty much exactly as it appears.  The key points are:

  • recompile your kernel to contain:

pseudo-device bpfilter 4

  • Make the necessary devices.  But perhaps you should make sure they don't exist yet.   Check the output from the ls bpf* below and make only those devices which don't appear.

# cd /dev
# ls bpf*
# ./MAKEDEV bpf0 bpf1 bpf2 bpf3

  • Configure your /etc/dhclient.conf file.

# cp /usr/ports/net/isc-dhcp2/work/dhcp-2.0b1pl0/client/dhclient.conf /etc
Compiling the port
Well, the
DHCP install instructions
do say that DHCP is not straighforward to install.  And it isn't.  But I did the following and used CD #3 of FreeBSD 2.2.7.

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:All the ports - how to save time if you have the d

下一篇:enabling DNS again