Re: PXE, automatic installation and reboot

2013-07-29 Thread Iain M Conochie
> > You also have a default file in your pxelinux.cfg file with the > following in it: This should read pxelinux.cfg Directory not file. And the default file is called default Ta Iain -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble?

Re: PXE, automatic installation and reboot

2013-07-29 Thread Iain M Conochie
On Thu, 2013-07-25 at 17:30 +0200, Jimmy Thrasibule wrote: > Hi, > > I've setup and environment to automatically install some Debian boxes > via the network using PXE, TFTP and Preseed. If this part is working > fine, I'm facing a little issue when the installation is done. > > I'm trying to make

Re: PXE, automatic installation and reboot

2013-07-26 Thread Jimmy Thrasibule
Hi, I finally opted for some iptables rules: -A INPUT -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT -A INPUT -m recent --name tftp --update --reap --seconds 5 -j ACCEPT -A INPUT -m conntrack -m set --match-set tftp_hosts src -p udp --dport 69 --ctstate NEW -j REJECT -A INPUT -m conntrack

Re: PXE, automatic installation and reboot

2013-07-25 Thread Karl E. Jorgensen
Hi On Thu, Jul 25, 2013 at 04:30:04PM +0100, Jimmy Thrasibule wrote: > Hi, > > I've setup and environment to automatically install some Debian boxes > via the network using PXE, TFTP and Preseed. If this part is working > fine, I'm facing a little issue when the installation is done. > > I'm try