search for: tftp_server

Displaying 5 results from an estimated 5 matches for "tftp_server".

Did you mean: sftp_server
2013 Jan 19
3
Does a service resource autorequire its package resource?
...ould be an implicit or automatic require from a service object to the associate service object. Here''s an example class where I''ve seen this, although it only happens when I have this class as part of a larger overall manifest and I''m commissioning a new system. class tftp_server { package { ''tftpd-hpa'': ensure => installed, } service { ''tftpd-hpa'': ensure => running, enable => true, hasstatus => true, hasrestart => true, } file { ''/srv/tftp'': ensure =&...
2005 Sep 08
5
PXE/TFTP Transfer time out problems
...-tmout code 4 = unsigned integer 8; option PXE.mtftp-delay code 5 = unsigned integer 8; subnet 155.97.17.160 netmask 255.255.255.224 { option domain-name-servers ns.domain.com, ns1.domain.com; option routers routerIP; } group { next-server tftp_server; filename "pxelinux.0"; host PXE-Client { hardware ethernet 00:02:B3:EF:75:39; fixed-address 192.168.0.1; } } Here are is the tcpdump data being recieved when getting a pxelinux.0 13:52:42.837342 IP (tos 0x0, ttl 62, id 0, offset...
2007 Jan 12
2
syslinux et al misbehave severely when BOOT_IMAGE= is present on append-line already
Hello! SSIA - when syslinux sees 'BOOT_IMAGE=' on the append line, something seems to go terribly wrong (didn't investigate in detail). You don't even get to see a boot-prompt, even if you try to force it. pxelinux shows the same problem, so I figure it's something generic in the config parser ... Best regards, Andreas P.S: and thanks for this software ;) -- "The
2004 Jan 19
3
configuration to Grandstream via tftp
Hi, Anyone know how to set up tftp server for grandstream. I gues it should be somethink like <tftpserver-dir> <mac-address> firmware.bin config.txt Is this correct ? And how should the config-file look like. ? I had search sipphone.com but did'nt find anything. /HHA _________________________________________________________________ Rethink your
2005 Dec 15
3
menu.c32 - Return from sub-menu
I am new to SYSLINUX/PXELINUX and it is great! Thanks! Looking around the archives for uses/examples for the simple menu (menu.c32) for our implementation (DOS boot with networking support for various NICs), and it occurred to me that I might want to go back to the main menu if I ended up in the wrong sub-menu. Also would be useful if one needed to create multiple levels of menus and wanted to