Re: [Astlinux-users] tftp not working

2011-03-31 Thread John Reynolds
So the real issue is that I had tcp 69 open, but not udp... I corrected that and I'm back in business. Sorry for the false alarm. JR On Thu, Mar 31, 2011 at 7:19 AM, John Reynolds wrote: > Lonnie, > > pbx ~ # netstat -an | grep ':69' > netstat: /proc/net/tcp6: No such file or directory > > udp

Re: [Astlinux-users] tftp not working

2011-03-31 Thread Darrick Hartman
John, Just an FYI, if you're not using tftpd within dnsmasq, I would suggest moving that way. Since the stand-alone tftp daemon is just an extra pacakge to maintain that provides no real benefit over dnsmasq, we are removing support for the stand alone package. I would expect that to happen i

Re: [Astlinux-users] tftp not working

2011-03-31 Thread John Reynolds
Lonnie, pbx ~ # netstat -an | grep ':69' netstat: /proc/net/tcp6: No such file or directory udp0 0 0.0.0.0:69 0.0.0.0:* netstat: /proc/net/udp6: No such file or directory netstat: /proc/net/raw6: No such file or directory ... after a good night sleep, I'm thinking this

Re: [Astlinux-users] tftp not working

2011-03-31 Thread Lonnie Abelbeck
John, what does: $ netstat -an | grep ':69' output for you? On 0.7.7 with "tftpd in dnsmasq" (recommended) I get: -- udp0 0 0.0.0.0:69 0.0.0.0:* -- and tftp works from a LAN computer. Lonnie PS: Note in 0.7.7 (and earlier) tftpd only works with IPv4, but in the next

[Astlinux-users] tftp not working

2011-03-31 Thread John Reynolds
It seems that the tftp service is not working (not running). I am running 0.7.7 on a net5501. A 'ps -w' does not show a tftpd service, but maybe it would be hiding as inetd or dnsmasq. I was using the 'inetd wrapper' setting for tftp, but it was not working so I tried 'tftp in dnsmasq' and reboote