Re: Debian 9 tftp issue

2017-11-23 Thread Catalin Soare
Thanks for the hints, however, I am trying to learn how to setup an iPXE boot menu with Debian, some utilities (maybe some .ISO) and possibly windows. To be honest, I've only setup a simple PXE server which worked before, but this seems very much uncharted territory for me. Pretty hard to find all

Re: Debian 9 tftp issue

2017-11-22 Thread deloptes
Catalin Soare wrote: > However, I can still not test to get a file, even with the tftp-hpa client > on the machine where I'm hosting the VM. > Anyway, thank you guys very much! Maybe with time and experiments I'll > figure it out :) I use few virtual and physical machines diskless and they boot

Re: Debian 9 tftp issue

2017-11-22 Thread Catalin Soare
Thank you for that! Now I can indeed see the files requested by my tests. Now the funny part is that I've decided to try a VM again, and boot a netboot.xyz.kpxe file. And that worked! However, I can still not test to get a file, even with the tftp-hpa client on the machine where I'm hosting the

Re: Debian 9 tftp issue

2017-11-22 Thread Ulf Volmer
On 22.11.2017 22:03, Catalin Soare wrote: > However, this means that even though tftpd-hpa is running, it's not > bound to the port 69? Or at least it's not "listening"; this seems to be > what the netstat output is saying (there's no "listening" on the line > with tftpd). That's normal behavior

Re: Debian 9 tftp issue

2017-11-22 Thread Catalin Soare
On Nov 22, 2017 22:42, "Ulf Volmer" wrote: On 22.11.2017 21:24, Catalin Soare wrote: > udp0 0 0.0.0.0:69 > 0.0.0.0:* 1117/in.tftpd > :~$ nc -vz lab 69 > lab.home.org [192.168.1.179] 69 (?) :

Re: Debian 9 tftp issue

2017-11-22 Thread Glenn English
On Wed, Nov 22, 2017 at 8:24 PM, Catalin Soare wrote: > Does anybody know what's happening here? What I should check? iptables?? -- Glenn English

Re: Debian 9 tftp issue

2017-11-22 Thread Ulf Volmer
On 22.11.2017 21:24, Catalin Soare wrote: > udp        0      0 0.0.0.0:69               > 0.0.0.0:*                           1117/in.tftpd        > :~$ nc -vz lab 69 > lab.home.org [192.168.1.179] 69 (?) : Connection > refused As you can see in the

Debian 9 tftp issue

2017-11-22 Thread Catalin Soare
Hello everyone, I am trying to setup a PXE server on a computer on which I've just installed Debian 9.2. So I've installed tftpd-hpa, and left the configuration as it was: TFTP_USERNAME="tftp" TFTP_DIRECTORY="/srv/tftp" TFTP_ADDRESS="0.0.0.0:69" TFTP_OPTIONS="--secure" But, I can't connect to