Questions tagged [tftp]
132 questions
2
votes
4 answers
TFTP requests Not being serviced
This may look like a duplicate question but I did my share of searching, but could not find any solution.
I have created a tftp server, this server when accessed from a local tftp client, over a loopback gets and puts the file just fine.
When I try…

ArunMKumar
- 181
- 2
- 2
- 9
2
votes
1 answer
How to diagnose/troubleshoot tftp timeout
I have 2 VMs. One is setup as a pxe server (dhcpd with a specific subnet and a tftpserver). The second VM is networked with 'vboxnet2' to first VM and it is able to get the DHCP IP as specified my VM1's DHCPD, but fails to download the specified…

Victor
- 71
- 2
- 8
2
votes
1 answer
Getting "Connection timed out" on a tftp server though it seems everything is configured correctly, what could be the reason?
I've just installed a cobbler (with tftp/dhcp) server on a CentOS 6.6 machine at work.
I've configured tftp to run under xinetd and the conf file looks like so:
service tftp
{
disable = no
socket_type =…

Itai Ganot
- 10,644
- 29
- 93
- 146
2
votes
1 answer
Fedora 17 tftp not sending files on requests
My Issue is I am attempting to set up tftp on a server, Everything appers to be running correctly exept when I try to download a file from tftp it never responds, There are not any error's that I see, Just silence, When I sniff the trafic from the…

Tim Holum
- 125
- 1
- 6
2
votes
1 answer
DHCP Option 66 ignored?
Im trying to setup a PXE boot server to deploy CloneZilla images easily, using pxelinux.0.
I have a tftp-hpa server running on a server, I tested it with a client and it works fine.
We are using a FortiNet router as the DHCP server, so I added that…

Ulrar
- 387
- 6
- 23
2
votes
2 answers
CentOS tftp server is broken
I'm trying to run tftpd from xinetd on CentOS 6; however, I can only tftp from localhost.
I have a file in /opt/tftpboot/fw.test.conf that I can retrieve if I tftp to localhost:
[mpenning@localhost ~]$ tftp localhost
tftp> get fw.test.conf
tftp>…

Mike Pennington
- 8,305
- 9
- 44
- 87
2
votes
2 answers
Boot and/or synchronise linux image from network
I'm looking for a solution (or at least for some guide/pathway/manual) to boot AND SYNCHRONISE Linux images from network. I already understand how network boot (PXE, DHCP, TFTP) works.
In my organisation we have many PC's with the same (or different…

Andrey Sapegin
- 1,201
- 2
- 12
- 27
2
votes
3 answers
Running TFTP Server on specified port
I have a tftp server running in fedora platform.
And from tftp client i tried to connect to the tftp-server on port:69 and tried to get a file from server.
After read request from client the server port is changed to random.
Is there any…

Webrsk
- 133
- 2
- 4
2
votes
1 answer
2
votes
2 answers
Sonicwall settings for Polycom TFTP
I'm switching our VoIP phones (Polycom 301s and 501s) to our data network. They were previously segmented to their own network. This means disabling the DHCP on the Trixbox (Asterisk) server and configuring the Sonicwall TZ 210 DHCP to indicate that…

Michael Glenn
- 651
- 9
- 13
2
votes
2 answers
Windows TFTP Server Recomendations?
I am finding myself in need of a tftp server for a project. Can anyone recommend a good server for windows?
Thanks much,
D

Digital ink
- 500
- 1
- 10
- 23
2
votes
7 answers
Cisco "copy startup-config tftp" results in a 0 byte file on the server?
I'm pulling my hair out figuring this out. My startup-config is good, I can view it with a show command. I'm trying to copy it to a tftp server:
asa5505# copy startup-config tftp
Address or name of remote host []? ipaddress
Destination filename…

Geoffrey
- 273
- 1
- 4
- 12
2
votes
1 answer
PXE booting / TFTP/DHCP issue (using Cobbler 2.0)
I'm using Cobbler 2.x from the EPEL repositories. Have used 1.6 for ages.
I've imported the CentOS 5.5 DVD (also tried this with 5.4). The DVD imports with no apparent issue, and sets up the standard and xen kernel distros. If I build a system…

jduncan
- 131
- 1
- 5
1
vote
0 answers
SG500 Boot Code Upgrade
I am trying to upgrade one of my switches it is an SG500 boot code 1.3.0.03. I have tried to tftp boot code 1.3.5 up to the switch but the tftp keeps giving me server aborted file not found. File is there.
is there a boot code before that version I…

Brill
- 45
- 1
- 4
1
vote
1 answer
dnsmasq pxe boot not working
Maybe someone can point me into the right direction here
I have a dnsmasq DHCP Server in a separate Subnet (10.17.131.42)
and another Network that has NO local DHCP Server (10.33.0.0/16)
The Switch in this Network forwards the DHCP requests properly…

Daywalker
- 495
- 5
- 25