NAME
|
dhcpd, dhcpleases, rarpd, tftpd – Internet booting |
SYNOPSIS
|
ip/dhcpd [–dmnprsSZ] [–f ndb–file] [–M secs] [–x netmtpt] [–Z secs]
[ address n ] ...
|
DESCRIPTION
|
These programs support booting over the Internet. They should
all be run on the same server to allow other systems to be booted.
Dhcpd and tftpd are used to boot everything; rarpd is an extra
piece just for Suns.
– there exists an NDB entry containing both the ethernet address of the requester and an IP address on the originating network or subnetwork. – a free dynamic address exists on the originating network or subnetwork. – there exists an NDB entry containing both the ethernet address of the requester and an IP address on the originating network or subnetwork. – the entry contains a bootf= attribute – the file in the bootf= attribute is readable.
ip the IP address ipmask the IP mask ipgw the default IP gateway dom the domain name of the system fs the default Plan 9 name server auth the default Plan 9 authentication server dns a domain name server ntp a network time protocol server time a time server wins a NETBIOS name server www a World Wide Web proxy pop3 a POP3 mail server smtp an SMTP mail server bootf the default boot file; see ndb(6) d Print debugging to standard output. f Specify a file other than /lib/ndb/local as the network database. m Mute: don't reply to requests, just log them and what dhcpd would have done. M Use secs as the minimum lease time for dynamic addresses. n Don't answer BOOTP requests. p Answer DHCP requests from PPTP clients only. r Mute static addresses: don't reply to requests for static addresses, just log them and what dhcpd would have done. s Sleep 2 seconds before answering requests for static addresses. This is used to make a server be a backup only. S Sleep 2 seconds before answering requests for dynamic addresses. x The IP stack to use is mounted at netmtpt. The default is /net. Z Use secs as the minimum lease time for static addresses. d Print debugging to standard output. e Use the Ethernet mounted at /net/etherdev. x The IP stack to use is mounted at netmtpt. The default is /net. d Print debugging to standard output. x The IP stack to use is mounted at netmtpt. The default is /net. h Change directory to homedir. The default is /lib/tftpd. All requests for files with non–rooted file names are served starting at this directory with the exception of files of the form xxxxxxxx.SUNyy. These are Sparc kernel boot files where xxxxxxxx is the hex IP address of the machine requesting the
|
FILES
|
/lib/ndb/dhcp directory of dynamic address files |
SOURCE
|
/sys/src/cmd/ip |
SEE ALSO
|
ndb(6), booting(8) |