>
> 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?
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
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
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
4 matches
Mail list logo