On Tue, Dec 17, 2002 at 03:25:38PM +1200, Yuri de Groot wrote:
> Any apps that need to do DNS lookups etc will be running on the server. The
> clients are running nothing but an X server and maybe a built-in wm.
Ahh. I should have mentioned that I run DNS for the LAN too, so you can use
name lookups for anything around you, therefore, even the xterm will use it.
> However I may take the suggestion that several folks
> are making, and go with DHCP - hopefully the man
> page for dhcpd will tell me everything I need to know.
Example simple config:
option domain-name "domain.com";
option domain-name-servers ns1.domain.com;
option routers gw.domain.com;
option subnet-mask 255.255.255.0;
default-lease-time 43200;
max-lease-time 86400;
subnet 192.168.0.0 netmask 255.255.255.0 {
range 192.168.0.230 192.168.0.250;
option broadcast-address 192.168.0.255;
}
host somehost {
hardware ethernet AA:BB:CC:DD:EE:FF;
fixed-address somehost.domain.com;
}
Mike.
--
Michael Beattie <[EMAIL PROTECTED]>
<MythAway> I've actually been using E
<Robot101> really? I've been snorting crack =)
<MythAway> you don't snort crack
<MythAway> you smoke crack, and snort cocaine
<Robot101> ah, busted. =)