Spider

Spider is a

DNS, DHCP, Wins server

The latest beta versions of the DHCP daemon have built-in support for doing dynamic updates of DNS when leases are handed out. This makes it feasible to put these vital network serveices on a real O/S.

In the dhcpd.conf, set the following options:

xxxxx 8;
The netbios dd server is the Datagram Distribution server. basically, an NBDD server distributes netbios packets to other nodes that it connects to. The theory being that the NBDD server might be in contact with more machines then the nodes that it services. In any regard, it doesn't hurt anything to have this.

The node type is as follows.

type 1
is a B-node that uses broadcasts only
type 2
is a P-node that uses WINS only.
type 4
is an M-node that can use both WINS and broadcasts, but use broadcasts first.
type 8
is an H-node, they are the best choice I feel. They are much like M-nodes, but they query WINS first, then broadcast. This way you still have the greatest chance at getting resolution while still keeping broadcast traffic to an absolute minimum.

Tony Lill
Last modified: Wed Dec 13 17:42:23 EST 2000