Re: [CentOS] tftp server different from dhcp one

2020-02-23 Thread Lars Seipel
On Sun, Feb 23, 2020 at 09:10:18PM -0500, Mauricio Tavares wrote: if option architecture-type = 00:07 { filename "shim.efi"; } else { filename "pxelinux/pxelinux.0"; } } } If the server is a different one, how would the option architecture-type{} change to reflect the file location? It wo

[CentOS] tftp server different from dhcp one

2020-02-23 Thread Mauricio Tavares
In https://docs.centos.org/en-US/centos/install-guide/pxe-server/#chap-installation-server-setup they show the following example for setting dhcpd.conf to point to the tftp server for pxe booting: option space pxelinux; option pxelinux.magic code 208 = string; option pxelinux.configfile code 209

Re: [CentOS] tftp-server

2007-11-04 Thread Bazy
Radek Bursztynowski wrote: > Hello, > > I have just installed Centos 5 and I have some problem with tftp-server. > I use the same configuration like with Centos 4.4. With Centos 4.4 > everything works properly. > > With Centos 5 DHCP server sends IP address to the client and client is > booting.

[CentOS] tftp-server

2007-11-03 Thread Radek Bursztynowski
Hello, I have just installed Centos 5 and I have some problem with tftp-server. I use the same configuration like with Centos 4.4. With Centos 4.4 everything works properly. With Centos 5 DHCP server sends IP address to the client and client is booting. I can see: TFTP prefix: /lts/2.6.20.9-lts

Re: [CentOS] TFTP server not working as expected when run from xinetd

2007-10-25 Thread Matt Arnilo S. Baluyos (Mailing Lists)
On 10/25/07, Alain Spineux <[EMAIL PROTECTED]> wrote: > On 10/25/07, Matt Arnilo S. Baluyos (Mailing Lists) > <[EMAIL PROTECTED]> wrote: > > Here's the dump of /etc/xinetd.d/tftp: > > > > [EMAIL PROTECTED] xinetd.d]# cat tftp > > # default: off > > # description: The tftp server serves files using

Re: [CentOS] TFTP server not working as expected when run from xinetd

2007-10-25 Thread Alain Spineux
On 10/25/07, Matt Arnilo S. Baluyos (Mailing Lists) <[EMAIL PROTECTED]> wrote: > Hi, > > Here's the dump of /etc/xinetd.d/tftp: > > [EMAIL PROTECTED] xinetd.d]# cat tftp > # default: off > # description: The tftp server serves files using the trivial file > transfer protocol. The tftp protocol is o

Re: [CentOS] TFTP server not working as expected when run from xinetd

2007-10-25 Thread Kai Schaetzl
Matt Arnilo S. Baluyos (Mailing Lists) wrote on Thu, 25 Oct 2007 13:27:37 +0800: > service tftp > { > disable = no > socket_type = dgram > protocol= udp > wait= yes > user= root > s

Re: [CentOS] TFTP server not working as expected when run from xinetd

2007-10-24 Thread Matt Arnilo S. Baluyos (Mailing Lists)
Hi, Here's the dump of /etc/xinetd.d/tftp: [EMAIL PROTECTED] xinetd.d]# cat tftp # default: off # description: The tftp server serves files using the trivial file transfer protocol. The tftp protocol is often used to boot diskless workstations, download configuration files to network-aware printe

Re: [CentOS] TFTP server not working as expected when run from xinetd

2007-10-24 Thread Alain Spineux
Did you check any of the option in /etc/xinetd.d/tftp file ? Can you make a dump of it ? On 10/25/07, Matt Arnilo S. Baluyos (Mailing Lists) <[EMAIL PROTECTED]> wrote: > Hi All, > > I have a Trixbox server (CentOS derivative) from which our Cisco IP > phones get their config files via TFTP. > > I

[CentOS] TFTP server not working as expected when run from xinetd

2007-10-24 Thread Matt Arnilo S. Baluyos (Mailing Lists)
Hi All, I have a Trixbox server (CentOS derivative) from which our Cisco IP phones get their config files via TFTP. I have noticed that when I run the TFTP server via "service xinetd start", I am not able to get files via TFTP. I have tested it by doing a manual transfer via a TFTP client from an

Re: [CentOS] tftp-server, unable to create new files (even with '-c'option)

2007-09-14 Thread William Hooper
Davide Grandis wrote: [snip] > So, xinetd is start tftpd ON-DEMAND (?!?!?!?) That's the whole point of using xinetd. $ man xinetd NAME xinetd - the extended Internet services daemon SYNOPSIS xinetd [options] DESCRIPTION xinetd performs the same function as inetd: it start

Re: [CentOS] tftp-server, unable to create new files (even with "-c"option)

2007-09-13 Thread Davide Grandis
Hi Guys, I got the error, now it's working like a charm :-) It was my (huge) mistake. I realized that only checking the list of services activated by xinetd with "chkconfig --list". There I found an interesting thing, that I lucklily noted: xinetd based services: chargen-dgram

Re: [CentOS] tftp-server, unable to create new files (even with "-c"option)

2007-09-13 Thread Les Mikesell
Davide Grandis wrote: Yes, those are good controls on tftp and sound like best practices. For initial population of /tftpboot though one may want to use -c and then once it is populated remove the -c switch, check it all into cvs/subversion and make sure the permissions are sane. Let me tell

Re: [CentOS] tftp-server, unable to create new files (even with "-c"option)

2007-09-13 Thread Davide Grandis
Hi Ross, Ok, try adding -vv to the tftpd options and look in the messages to see if an exact error is reported. Tried but with no success. Updated /etc/xinetd.d/tftp as follows: [EMAIL PROTECTED] ~]# cat /etc/xinetd.d/tftp # default: off # description: The tftp server serves files using the

RE: [CentOS] tftp-server, unable to create new files (even with "-c"option)

2007-09-13 Thread Ross S. W. Walker
Davide Grandis wrote: > > Hi Les, Ross, all > > Thanks to all who responded - btw, the issue is still open. > > Concerning: > > >> The usual approach is to create the filename yourself (ssh in > >> and "touch > >> devicename-confg") and chmod it to 666 before doing the tftp. > >> That way > >>

Re: [CentOS] tftp-server, unable to create new files (even with "-c"option)

2007-09-13 Thread Davide Grandis
Hi Les, Ross, all Thanks to all who responded - btw, the issue is still open. Concerning: The usual approach is to create the filename yourself (ssh in and "touch devicename-confg") and chmod it to 666 before doing the tftp. That way you don't have to let tftp create any files and its lack of

RE: [CentOS] tftp-server, unable to create new files (even with "-c"option)

2007-09-13 Thread Ross S. W. Walker
Les Mikesell wrote: > > Ross S. W. Walker wrote: > > >>> Just to make sure, is the /tftpboot directory set to perms 777? > >> Not that that parent directory (/tftpboot) requires (or should > >> ever have) anything like that to work > >> > >> -- why the voodoo suggestion? > > > > Because if yo

Re: [CentOS] tftp-server, unable to create new files (even with "-c" option)

2007-09-13 Thread Les Mikesell
Ross S. W. Walker wrote: Just to make sure, is the /tftpboot directory set to perms 777? Not that that parent directory (/tftpboot) requires (or should ever have) anything like that to work -- why the voodoo suggestion? Because if you are allowing any old anonymous user to write to that d

RE: [CentOS] tftp-server, unable to create new files (even with "-c" option)

2007-09-13 Thread Ross S. W. Walker
R P Herrold wrote: > > On Thu, 13 Sep 2007, Ross S. W. Walker wrote: > > > Just to make sure, is the /tftpboot directory set to perms 777? > > Not that that parent directory (/tftpboot) requires (or should > ever have) anything like that to work > > -- why the voodoo suggestion? Because if

[CentOS] tftp-server, unable to create new files (even with "-c" option)

2007-09-13 Thread R P Herrold
On Thu, 13 Sep 2007, Ross S. W. Walker wrote: Just to make sure, is the /tftpboot directory set to perms 777? Not that that parent directory (/tftpboot) requires (or should ever have) anything like that to work -- why the voodoo suggestion? -- Russ Herrold