NSLU2
|
|
3. DNS/DHCP server
3.1. Install the DNS-server
apt-get install bind
I do the configuration with the script below, which I placed
in
/etc/bind.
It requires a simple description-file in the form of
fontaine 192.168.1.101
aesopos 192.168.1.102
phaedrus 192.168.1.103
But you can always do it by hand.
3.2. DHCP server
Getting a DHCP-server is simple as well.
apt-get install dhcpd
and edit /etc/dhcpd.conf. An example of what I use is
somwhere above
and you can get many other examples.
3.3. make_config.perl