Hi,
i've download tftp and convert it to Porteus module, but i don't know how to setup, can anyone help me?
I'm using TFTPD32 in windows to restore images with clonezilla and run some tools like Gparted.
I want to make the same in porteus so i can have my PXE Server portable?
is it possible?
thank you
Setup tftp server in Porteus
- fanthom
- Moderator Team
- Posts: 5667
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: Setup tftp server in Porteus
dnsmasq is included in Porteus ISO by default and has tftp daemon. please have a look on its man page:
http://www.thekelleys.org.uk/dnsmasq/do ... q-man.html
havent checked but this command should work:
http://www.thekelleys.org.uk/dnsmasq/do ... q-man.html
havent checked but this command should work:
Code: Select all
dnsmasq --enable-tftp --tftp-root=/some/path
Please add [Solved] to your thread title if the solution was found.