summaryrefslogtreecommitdiffstats
path: root/libexec/bootpd/Problems
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1996-01-23 01:35:04 +0000
committerpst <pst@FreeBSD.org>1996-01-23 01:35:04 +0000
commitaccc2aa38fbbf04568a6d3941e897dc34aee7930 (patch)
tree9d4d2f644df6a63fbb148e0952fdf7f3ae9aebf5 /libexec/bootpd/Problems
parent6b42e1664561f04b1d3f497ecd5ccad48fd8c3b4 (diff)
downloadFreeBSD-src-accc2aa38fbbf04568a6d3941e897dc34aee7930.zip
FreeBSD-src-accc2aa38fbbf04568a6d3941e897dc34aee7930.tar.gz
Import bootpd-2.4.3 from ftp.mc.com
Diffstat (limited to 'libexec/bootpd/Problems')
-rw-r--r--libexec/bootpd/Problems18
1 files changed, 18 insertions, 0 deletions
diff --git a/libexec/bootpd/Problems b/libexec/bootpd/Problems
index 9478676..78d809e 100644
--- a/libexec/bootpd/Problems
+++ b/libexec/bootpd/Problems
@@ -1,6 +1,11 @@
Common problems and ways to work around them:
+Bootpd complains: "bind: Address already in use" and fails to start.
+ You are already running something that has bound the
+ BOOTP listening port number. Check /etc/inetd.conf or
+ the equivalent for a bootp line (or in startup files).
+
Bootpd complains that it "can not get IP addr for HOSTNAME"
If the entry is a "dummy" (not a real host) used only for
@@ -45,3 +50,16 @@ not a fully specified path.
:td=/tftpboot: (or)
:hd=/usr/boot: (for example)
+My PC clients running Sun's PC-NFS Pro v1.1 fail to receive
+acceptable responses from the bootp server.
+
+ These clients send a request with the DHCP "message length"
+ option and the (new) BOOTP "broadcast flag" both set.
+ The bootp server (on SunOS) will send a fragmented reply
+ unless you override the length with :ms=1024: (or less).
+ The "broadcast flag" is not yet supported, but there is
+ a simple work-around, just add :ra=255.255.255.255:
+ for any clients that need their reply broadcasted.
+ You may need to use a differnet broadcast address.
+ (Thanks to Ivan Auger <ivan.auger@wadsworth.org>)
+
OpenPOWER on IntegriCloud