similar to: pxechn.c32 does not do TFTP

Displaying 20 results from an estimated 1000 matches similar to: "pxechn.c32 does not do TFTP"

2013 Jul 12
2
pxechn.c32 does not do TFTP
Gene Cumm wrote: > > > > I am attempting to chainload a file from TFTP. I have the following > > lines in the configuration file: > > > > LABEL WDS1 > > Menu LABEL WDS1 > > kernel pxechn.c32 > > append 10.14.141.150::boot\x86\wdsnbp.com -W -o 66.x=0a:0e:8d:96 -S > > > > The TFTP server at 10.14.141.150 is operational and wdsnbp.com is
2013 Jul 12
2
pxechn.c32 does not do TFTP
Gene Cumm wrote: > >> > > >> > I am attempting to chainload a file from TFTP. I have the following > >> > lines in the configuration file: > >> > > >> > LABEL WDS1 > >> > Menu LABEL WDS1 > >> > kernel pxechn.c32 > >> > append 10.14.141.150::boot\x86\wdsnbp.com -W -o 66.x=0a:0e:8d:96 -S > >>
2013 Jul 12
1
pxechn.c32 does not do TFTP
On Fri, Jul 12, 2013 at 8:14 AM, Gene Cumm <gene.cumm at gmail.com> wrote: > On Fri, Jul 12, 2013 at 5:14 AM, Victor Sudakov <vas at mpeks.tomsk.su> wrote: >> Colleagues, >> >> I am attempting to chainload a file from TFTP. I have the following >> lines in the configuration file: >> >> LABEL WDS1 >> Menu LABEL WDS1 >> kernel
2013 Jul 12
2
pxechn.c32 does not do TFTP
Gene Cumm wrote: [dd] > >> >> > >> >> LABEL WDS1 > >> >> MENU LABEL WDS1 > >> >> COM32 pxechn.c32 > >> >> APPEND 10.14.141.150::boot\x86\wdsnbp.com -W > >> > > >> > Did it send a packet to 10.14.141.150? > >> > >> Sorry, that was "Have you tried just the following:"
2013 Jul 15
2
pxechn.c32 does not do TFTP
On Jul 14, 2013 10:02 PM, "Victor Sudakov" <vas at mpeks.tomsk.su> wrote: > > I have tried replacing the IP address with a DNS name like this: > > LABEL WDS1 > Menu LABEL WDS1 > com32 pxechn.c32 > append ws150.sibptus.transneft.ru::boot\x86\wdsnbp.com -W -o 66.x=0a:0e:8d:96 Did you try without "-o 66..."? Any chance for a packet capture from a
2013 Jul 13
2
pxechn.c32 does not do TFTP
On Sat, Jul 13, 2013 at 5:30 PM, Gene Cumm <gene.cumm at gmail.com> wrote: > On Sat, Jul 13, 2013 at 10:34 AM, Gene Cumm <gene.cumm at gmail.com> wrote: >> Digging more, loadfile("192.0.2.1::pxe.0", &file.data, &file.size), >> queries DNS, which sounds like it doesn't follow the same call path as >> a COM32 calling pxe_dns(). If the DNS
2013 Jul 16
2
pxechn.c32 does not do TFTP
On Tue, Jul 16, 2013 at 12:51 AM, Victor Sudakov <vas at mpeks.tomsk.su> wrote: > Gene Cumm wrote: >> >> Did you try without "-o 66..."? Any chance for a packet capture from a >> mirrored port or the dhcpd+tftpd-old+tftpd-new+dnsd? > > OK, I have tried the following: > > label WDS > menu LABEL ^4. Windows Deployment Service > com32
2013 Jul 26
4
pxechn.c32 does not do TFTP
On Jul 22, 2013 5:27 PM, "Gene Cumm" <gene.cumm at gmail.com> wrote: > > On Mon, Jul 22, 2013 at 11:36 AM, Matt Fleming <matt at console-pimps.org> wrote: > > On Sat, 20 Jul, at 09:48:38AM, Victor Sudakov wrote: > >> Negative. > >> > >> I have changed the stanza into > >> > >> label WDS > >> menu LABEL ^4.
2013 Jul 12
0
pxechn.c32 does not do TFTP
On Fri, Jul 12, 2013 at 10:11 AM, Victor Sudakov <vas at mpeks.tomsk.su> wrote: > Gene Cumm wrote: >> >> > >> >> > I am attempting to chainload a file from TFTP. I have the following >> >> > lines in the configuration file: >> >> > >> >> > LABEL WDS1 >> >> > Menu LABEL WDS1 >> >> >
2013 Jul 12
0
pxechn.c32 does not do TFTP
On Fri, Jul 12, 2013 at 9:09 AM, Victor Sudakov <vas at mpeks.tomsk.su> wrote: > Gene Cumm wrote: >> > >> > I am attempting to chainload a file from TFTP. I have the following >> > lines in the configuration file: >> > >> > LABEL WDS1 >> > Menu LABEL WDS1 >> > kernel pxechn.c32 >> > append
2013 Jul 12
0
pxechn.c32 does not do TFTP
On Fri, Jul 12, 2013 at 5:14 AM, Victor Sudakov <vas at mpeks.tomsk.su> wrote: > Colleagues, > > I am attempting to chainload a file from TFTP. I have the following > lines in the configuration file: > > LABEL WDS1 > Menu LABEL WDS1 > kernel pxechn.c32 > append 10.14.141.150::boot\x86\wdsnbp.com -W -o 66.x=0a:0e:8d:96 -S > > The TFTP server at
2013 Jul 12
0
pxechn.c32 does not do TFTP
On Fri, Jul 12, 2013 at 11:31 AM, Victor Sudakov <vas at mpeks.tomsk.su> wrote: > Gene Cumm wrote: > > [dd] > >> >> >> >> >> >> LABEL WDS1 >> >> >> MENU LABEL WDS1 >> >> >> COM32 pxechn.c32 >> >> >> APPEND 10.14.141.150::boot\x86\wdsnbp.com -W >> >> > >> >> >
2013 Jul 19
2
pxechn.c32 does not do TFTP
On Fri, 19 Jul, at 04:24:52PM, Victor Sudakov wrote: > Gene Cumm wrote: > > > > The big thing I notice is just that since 5.10, the > > > > code in pxelinux.0 does DNS queries for specific calls rather than a > > > > dotted quad conversion first. > > > > > > That *was* relevant. It did not work until I replaced the dotted quad > > >
2013 Jul 22
2
pxechn.c32 does not do TFTP
On Sat, 20 Jul, at 09:48:38AM, Victor Sudakov wrote: > Negative. > > I have changed the stanza into > > label WDS > menu LABEL ^4. Windows Deployment Service > com32 pxechn.c32 > append 10.14.140.128::boot\x86\wdsnbp.com -W > > and got the following result on VirtualBox: > > pxechn.c32: Attempting to load '10.14.140.128::boot\x86\wdsnbp.com':
2013 Jul 12
2
pxechn.c32 does not do TFTP
On Fri, Jul 12, 2013 at 2:14 PM, Victor Sudakov <vas at mpeks.tomsk.su> wrote: > Gene Cumm wrote: >> pxelinux.0 since Syslinux-5.10 won't return the IP of a string like >> "192.0.2.1" (which is the source of the issue). > > Which means the correct syntax for the pxechn.c32 command line > should be like what? > > The example in doc/pxechn.txt is
2013 Jul 12
2
pxechn.c32 does not do TFTP
pxelinux.0 since Syslinux-5.10 won't return the IP of a string like "192.0.2.1" (which is the source of the issue). -- -Gene
2013 Jul 15
0
pxechn.c32 does not do TFTP
I have tried replacing the IP address with a DNS name like this: LABEL WDS1 Menu LABEL WDS1 com32 pxechn.c32 append ws150.sibptus.transneft.ru::boot\x86\wdsnbp.com -W -o 66.x=0a:0e:8d:96 It did not help. pxechn.c32 still does not seem to understand that ws150.sibptus.transneft.ru is a host: pxechn.c32: Attempting to load 'ws150.sibptus.transneft.ru::boot\x86\wdsnbp.com': 2:No such
2013 Jul 16
2
pxechn.c32 does not do TFTP
On Jul 16, 2013 8:13 AM, "Victor Sudakov" <vas at mpeks.tomsk.su> wrote: > > Gene Cumm wrote: > > >> > > >> Did you try without "-o 66..."? Any chance for a packet capture from a > > >> mirrored port or the dhcpd+tftpd-old+tftpd-new+dnsd? > > > > > > OK, I have tried the following: > > > > > >
2013 Jul 13
2
pxechn.c32 does not do TFTP
On Jul 13, 2013 9:00 AM, "Victor Sudakov" <vas at mpeks.tomsk.su> wrote: > > Gene Cumm wrote: > > >> pxelinux.0 since Syslinux-5.10 won't return the IP of a string like > > >> "192.0.2.1" (which is the source of the issue). > > > > > > Which means the correct syntax for the pxechn.c32 command line > > > should
2012 May 31
1
Pxechn.c32
On May 31, 2012 5:23 AM, "Arends, R.R." <r.r.arends at hr.nl> wrote: > > Hello Genec, > > Got a question regarding pxechn.c32 in combination with wds (2k8r2). > > We got (i)pxelinux as our main pxe system, and want to chain to wds with a vesamenu option. > > I tried the latest pxechn.c32 from git. But somehow wds still tries to contact the next-server (main