Questions tagged [tftp]

132 questions
1
vote
2 answers

What's the equivalence of pxelinux.0 and pxelinux.cfg/default configration for UEFI?

I use Pxe to servers with BIOS(legacy mode), which works perfectly. Set Legacy mode and boot servers from PXE, it would load pxelinux.0 and read config menus via TFTP from /var/lib/tftpboot/pxelinux.cfg/default. Here is tcpdump for legacy one …
newbie
  • 43
  • 1
  • 6
1
vote
1 answer

Failing to PXE Boot UEFI Server

I've been having a lot of issues with UEFI boots lately. I have two VMs that I've been using for testing. One is running DHCP/TFTP (CentOS 7) and the other is a client set to UEFI boot. I have tested this with a Legacy boot and it is able to boot…
notsodev
  • 138
  • 1
  • 7
1
vote
0 answers

sendip IPv6 ICMP ff02::16

I would like to send the following packet out with the sendip program (or any other program): IPv6, destination address: FF02::16, source address: (mine) ICMPv6, type: 143 (Multicast Listener Report Message v2) The complete packet recorded with…
user12933
  • 111
  • 2
1
vote
1 answer

PXE Server Implementation Issues

I have an ESXi VM running a tftpd-hpa server on the latest version of Debian 9 for the network PXE environment. For testing purposes, I configured another VM to handle DHCP on Debian 9 using isc-dhcp-server (with next-server and bootfile…
SuperAdmin
  • 209
  • 3
  • 10
1
vote
4 answers

TFTP works localhost but not global

I have a TFTP server on Centos 7.4. The TFTP server is up and running and works well when trying to access a file, connecting on localhost. However, if I try to access the TFTP server from another server, I get a time out. The firewall is configured…
user440625
  • 19
  • 1
  • 3
1
vote
1 answer

TFTP-hpa not logging in a docker container

I'm running tftpd-hpa on the ubuntu:16.04 base image. When I run this on a full distro it logs fine but inside a docker container there aren't any logs. It seems to be trying to log to /var/log/syslog which is missing. Does anyone have any…
R Tweed
  • 13
  • 1
  • 5
1
vote
0 answers

TFTP Transfer Timed Out Centos7

I've been having an issue with any FTP in Linux since the dawn of its existence and everyone just tells me "Google it" or closes my thread because someone's already answered a "Similar Question" but no matter what version of Centos I use 6 or 7 i…
James
  • 11
  • 1
  • 2
1
vote
0 answers

Unable to mount root via NFS

I have an NFS server connected to a reconfigurable computer (with a BORPH system). I'm using minicom with "run netboot" to boot via DHCP+TFTP+NFS, and I see the following error: Sending DHCP requests .<6>eth0: link is up, 100 FDX, pause enabled .,…
user418751
  • 21
  • 1
1
vote
1 answer

pxe-e32 open timeout error

I'm trying to boot CoreOS on hp dl360 bare metal server. I've configured my PXE server similar to this link. Besides, My DHCP server is running on Cisco switch and I set next-server option to my PXE server, but I get "PXE-E32 open timeout" error on…
1
vote
1 answer

Catalyst 2960-X no xmodem or tftp transfer

I tried to upgrade the IOS on a Catalyst 2960-X stack with three members. The upgrade failed and left me with three switches without bootable files. So I connect to the rommon via console using TeraTerm and set the baud rate to 115200. I type copy…
1
vote
1 answer

TFTP boot file download aborted during PXE boot up

I'm using OpenDHCPServer together with OpenTFTPServer in order to try out network booting. My problem is after acquiring IP address client starts downloading the boot file and halts. Message in TFTP log file being: [20-Aug-15 14:35:32] Client…
Pyjong
  • 111
  • 1
  • 5
1
vote
1 answer

SLES 11 SP3 with Bootable Driver Kit - unable to fetch image error

I'm trying to install SLES 11 SP3 using Cobbler but it failed after downloading the NBP file. The error on the screen is "Unable to fetch TFTP image". I have a similiar setup for SLES 11 SP2 and it is working fine. The difference with this setup is…
gidot
  • 33
  • 7
1
vote
1 answer

TFTP (for PXE purposes) Server running Debian, problems with Samba

The way my network works, is my DHCP server (pfSense) is on another server at 192.168.1.1. My Mac server is at 192.168.1.2, and my TFTP server (latest version of Debian) is at 192.168.1.3. I've configured DHCP options 66 and 67 on the DHCP server,…
Thomas Jones
  • 111
  • 3
1
vote
1 answer

Retrieving kickstart and other .img file in pxe remote installation in CentOS

I am trying to installation CentOS through pxe tftp installation. Installation starts but it fails to download image files from the http server. but file are accessible on the http server. Logs from the installing system are following. Unable to…
gkhatri
  • 13
  • 1
  • 6
1
vote
0 answers

Use different thinstation network configuration files for diffrent OS booting through PXE

I want to use thinstation to boot to RDP client which connects to either Ubuntu or Windows server 2008 R2. The user should be able to choose which OS they want to connect to. I've added the following to labels in default file at pxelinux.cfg…
1 2 3
8 9