[luau] tftp/xinetd config question

Charles Lockhart lockhart at jeans.ifa.hawaii.edu
Thu Sep 5 09:27:00 PDT 2002


I'm still plugging away at trying to configure my tftpd stuffs.  In the
/etc/xinetd.d/tftp file I added a line kind of like:

{
	...
	only_from		= 128.666.777.0
	...
}

which I thought would configure the tftpd/xinetd setup to allow tftp
communication only from the 128.666.777.* ip's, but it didn't work, it
allowed tftp from any machine.

I then modified the only_from line to

	only_from		= 128.666.777.999

thinking this would work (i only really need to use one at a time
anyways), but again, it allowed tftp service from any machine.

So where am I going horribly wrong here?  I read the man page, it seemed
to make sense, what did I miss?

Thanks,

-Charles




More information about the LUAU mailing list