NSLU2

tech
top
Index
1 Introduction
2 Installation
3 DNS/DHCP server
4 Installation of Apache
5 An NFS server
6 Installing a mailserver
7 Alternatives
8 Sane remote scanner
9 problems
\"cover\"

Previous: 2. Installation Index Next: 4. Installation of Apache

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


Previous: 2. Installation Index Next: 4. Installation of Apache