Ken Yap wrote:
> Portmap looks at /etc/hosts.allow and deny. Check /var/log/messages
> and /var/log/secure to see if there were any complaints.
I'll do that, for sure. For debugging purposes, ALL:ALL in
/etc/hosts.allow should work, right?
> >here is my /etc/dhcpd.conf:
>
> Looks ok. Is the hostname xterm mapped to 192.168.241.3 and vice versa
> in /etc/hosts or DNS?
NO, it's not. Thanks for pointing that out...I think xterm should
be replaced with "tux" like this instead...can't believe
I missed that (argh!)
option domain-name "gamehendge.com";
option domain-name-servers 192.168.241.1;
option broadcast-address 192.168.241.255;
use-host-decl-names on;
subnet 192.168.241.0 netmask 255.255.255.0 {
filename "/tftpdir/vmlinuz.xterm";
host tux {
hardware ethernet 08:00:2B:B7:F3:80;
fixed-address tux.gamehendge.com;
filename "/tftpdir/vmlinuz.xterm";
}
}
(I guess "fixed-address tux.gamehendge.com;" is the same as
fixed-address 192.168.241.3;", as long as it is mapped that
way in /etc/hosts.)
===========================================================================
This Mail was sent to netboot mailing list by:
Barton Hodges <barton@gcmcomputers.com>
To get help about this list, send a mail with 'help' as the only string in
it's body to majordomo@baghira.han.de. If you have problems with this list,
send a mail to netboot-owner@baghira.han.de.
For requests or suggestions regarding this mailing list archive please write to netboot@gkminix.han.de.