[ale] Ubuntu server issue: TFTP on 9.04
Mills John M-NPHW64
Jmills at motorola.com
Mon May 17 10:28:56 EDT 2010
ALErs -
I'm having some trouble setting up TFTP service from an Ubuntu-9.04 'desktop' installation. I installed 'tftpd-hpa' and have tried to configure it, but don't get even local service to my own login.
My '/etc/inetd.conf' includes:
'tftp dgram udp nobody /usr/sbin/in.tftpd /usr/sbin/in.tftpd -s /var/lib/tftpboot'
Ownership and permissions on that directory are:
$ ls -l /var/lib
...
drwxr-xr-x 2 nobody root ... tftpboot
...
I also have '/etc/xinetd.d/tftp-hpa' as:
"service tftp
{
protocol = udp
port = 69
socket_type = dgram
wait = yes
user = nobody
# group = nobody
group = root
server = /usr/sbin/in.tftpd
server_args = /var/lib/tftpboot
# only_from = 10.59.0.0
disable = no
}"
Turning off the firewall is no help. Incoming 'tftp' to another server works fine.
Any ideas how to get this going?
TIA.
- Mills
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.ale.org/pipermail/ale/attachments/20100517/daf17566/attachment.html
More information about the Ale
mailing list