Re: tftp question

2003-10-21 Thread Alan Peery
Jason Murray wrote: nobody:x:99:99:Nobody:/:/sbin/nologin 'nobody' entry from /etc/group: nobody:x:99: That tackles the top items on my list, and a small bit of investigation with "strings -a", "strace" and "grep" has proven to me that the error message is coming from in.tftp, and not from x

RE: tftp question

2003-10-21 Thread Jason Murray
did not have a comma-separated userlist, so I changed the line in /etc/group to: nobody:x:99:nobody I then set the tftp user back to nobody and restarted xinetd and tried out the TFTP server; still got the same errors in /var/log/messages. So, I think this all means that I have a properly define

Re: tftp question

2003-10-21 Thread Alan Peery
Jason Murray wrote: in.tftpd[2225]: cannot set groups for user nobody Sounds to me like there isn't a "nobody" group in /etc/group--or that the user's group as defined in /etc/passwd doesn't exist. Alan -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/m

RE: tftp question

2003-10-21 Thread Jason Murray
Sorry for the resubmit, but I never saw this hit the list -Original Message- From: Jason Murray [mailto:[EMAIL PROTECTED] Sent: Monday, October 20, 2003 4:52 PM To: [EMAIL PROTECTED] Subject: tftp question Hi all, I've had to set up a TFTP server on my RedHat 9 (fully up

tftp question

2003-10-20 Thread Jason Murray
Hi all, I've had to set up a TFTP server on my RedHat 9 (fully updated) machine. I got the server installed and running, but it was not answering any TFTP requests. I ran a packet sniffer, and found that the requests were arriving, but being ignored by the server. Finally, while checkin

Re: How to activate TFTP Server on XINETD...?

2003-06-24 Thread Edward Dekkers
Jonathan R Raon wrote: Hello to everyone, I am a new user of Linux and I found out that I can make many things out from this machine to our LAN/WAN network. But one thing I cannot make is activating TFTP server on XINETD. I already made it on INETD from RH6.2, But since I am using RH9 with

How to activate TFTP Server on XINETD...?

2003-06-24 Thread Jonathan R Raon
Hello to everyone, I am a new user of Linux and I found out that I can make many things out from this machine to our LAN/WAN network. But one thing I cannot make is activating TFTP server on XINETD. I already made it on INETD from RH6.2, But since I am using RH9 with XINETD content, I can&#

RE: understanding tftp

2003-03-25 Thread christopher cuse
Hi John Paul, Glad that it finally worked out -- but remember to isolate access to a writable tftp server as it can lead to very ugly security issues. I was a bit short on message concerning xinetd the other day -- I suppose that is somewhat synonymous to kernel modules, that is, that kernel

RE: understanding tftp

2003-03-25 Thread John-Paul Delaney
Bravo Christopher that did it! A big thanks... /j-p. "christopher cuse" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 24/03/2003 15:29 Please respond to redhat-list To: <[EMAIL PROTECTED]> cc: Subject:RE: understanding tftp Hi

RE: understanding tftp

2003-03-24 Thread christopher cuse
To: [EMAIL PROTECTED] Subject: Re: understanding tftp Thanks Gene... I completely mis-interpreted that output :( . This is the contents of the /etc/xinetd.d/tftp file: disable = no socket_type = dgram protocol= udp wait= yes user

RE: understanding tftp

2003-03-24 Thread christopher cuse
.. daemons such as httpd or smtp, typically are started individually and forked into the background and remain there whether or not there is activity. could you change "disable = yes" in your tftp file in /etc/xinetd, do a "service restart xinted", and try to tftp? I have a

Re: understanding tftp

2003-03-24 Thread John-Paul Delaney
Thanks Gene... I completely mis-interpreted that output :( . This is the contents of the /etc/xinetd.d/tftp file: disable = no socket_type = dgram protocol= udp wait= yes user= root server = /usr/sbin/in.tftpd

Re: understanding tftp

2003-03-21 Thread nate
Gene Yoo said: > John-Paul Delaney wrote: >> tftpd seems to be running ok: >> root 20212 0.0 0.3 3544 632 tty1 S07:50 0:00 grep >> tftpd > > if you did ps auxw | grep tftpd like above, that's all your > going to see. your tftpd is not up and running. tftpd is typically called fr

Re: understanding tftp

2003-03-21 Thread Gene Yoo
John-Paul Delaney wrote: tftpd seems to be running ok: root 20212 0.0 0.3 3544 632 tty1 S07:50 0:00 grep tftpd if you did ps auxw | grep tftpd like above, that's all your going to see. your tftpd is not up and running. run chkconfig --list tftpd -- <> -BEGIN PGP SIGNED MESS

Re: understanding tftp

2003-03-20 Thread John-Paul Delaney
running ok: root 20212 0.0 0.3 3544 632 tty1 S07:50 0:00 grep tftpd Logwatch email msg content: Connections (secure-log) Begin --- Connections: Service ftp: 10.11.35.16: 1 Time(s) 10.11.35.8: 3 Time(s) Service tftp: 10.11.41.254: 8092 Time(s

Re: understanding tftp

2003-03-20 Thread Gene Yoo
John-Paul Delaney wrote: Hello List... I'm having problems setting up a tftp server on my rh8.0 box. I want to use it to backup cisco router configurations. I've created a file called startup-config in the tftpboot directory with chmod 777 and chown nobody:nobody. The directory t

RE: understanding tftp

2003-03-20 Thread John-Paul Delaney
presuming that means all incoming packets are accepted). Following Nate's suggestion, I've stopped xinetd and then netstat doesn't show any listening on tftp/69 udp. I can telnet and ftp to the server without problems. Anyone with suggestions on how to troubleshoot/interpret

Re: understanding tftp (apologies if received as html)

2003-03-19 Thread nate
John-Paul Delaney said: > In /var/log/messages I find a long list of errors: > ..." in.tftpd[31383]: cannot bind to local socket: Address already in try stopping inetd/xinetd whichever your using, run netstat and check to be sure nothing is using the tftp port, perhaps theres a

RE: understanding tftp

2003-03-19 Thread christopher cuse
Hi John-Paul, Well it sure looks like from the syslog that something else is on your tftp port, so please verify. -- or -- tftpd hasn't been configured to allow the creation of files in your tftphome directory. Here's my /etc/xinetd.d/tftp file: # default: off # description: The t

understanding tftp (apologies if received as html)

2003-03-19 Thread John-Paul Delaney
I received a reply to my earlier message informing me I had sent it as html. Apologies - here it is (I hope!) as plain text. /j-p. __ Hello List... I'm having problems setting up a tftp server on my rh8.0 box. I want to use it to backup cisco router configurations.

understanding tftp

2003-03-19 Thread John-Paul Delaney
Hello List... I'm having problems setting up a tftp server on my rh8.0 box.  I want to use it to backup cisco router configurations. I've created a file called startup-config in the tftpboot directory with chmod 777 and chown nobody:nobody.  The directory tftpboot is also 777, nob

Re: tftp service was deactivated because of looping

2003-03-07 Thread Ed Wilts
On Fri, Mar 07, 2003 at 04:41:03AM -0500, [EMAIL PROTECTED] wrote: > I'm using a linux running kernel ver 2.4.2-7 as my tftp server. The server works > fine and is being used for tftp'ying files extensively. But once in a while, it > hangs and I need to restart xinetd. Wh

tftp service was deactivated because of looping

2003-03-07 Thread smusuvat
I'm using a linux running kernel ver 2.4.2-7 as my tftp server. The server works fine and is being used for tftp'ying files extensively. But once in a while, it hangs and I need to restart xinetd. When I check /var/log/messages, I see the following Mar 6 20:10:08 abc-tftp rsh(pam_u

Re: Problem with TFTP

2003-02-14 Thread Andrew Pasquale
On Fri, Feb 14, 2003 at 12:04:52PM -0800 or thereabouts, Raymundo M. Vega wrote: > I think it means that some program is using the port 69 (tftp), > as root try: > > ps -axu | grep 69 > Did you mean netstat --program --tcp --numeric --listening | grep 69? > see the result, it

Re: Problem with TFTP

2003-02-14 Thread Raymundo M. Vega
I think it means that some program is using the port 69 (tftp), as root try: ps -axu | grep 69 see the result, it shows the program listening on that port. raymundo Srini Amble wrote: Dear all, I have a host with RH 7.3 running and a client with RH 8.0 running. On the host I have two

Problem with TFTP

2003-02-14 Thread Srini Amble
Dear all, I have a host with RH 7.3 running and a client with RH 8.0 running. On the host I have two network devices (eth0 and eth1). eth0 has statically assigned IP address while eth1 has DHCP assigned IP address. When I try to do file transfer from the client over statically assigned IP addre

Problem with TFTP server

2003-02-07 Thread Srini Amble
Thanks to all those who responded to my earlier help request regarding TFTP server problem. Unfortunately, I have not come to a closure yet. Here is what I have done: 1. I have modified the "disable" to "no" in /etc/xinetd.d/tftp file. 2. I have modified /etc/sysconfig/ipcha

Re: HELP----TFTP server on RH Linux

2003-02-07 Thread manjunath
Have you completely taken off the firewall .. you can Check : 1) /etc/services Both tftp69/tcp & tftp 69/udp line should not be commented. 2) netstat -anp |grep 69 3) Try /sbin/setup and configuring FW for 69 port 3) http://www.siliconvalleyccie.com/xinetd.htm Hope

HELP----TFTP server on RH Linux

2003-02-07 Thread Srini Amble
I am struggling to get TFTP server working on RH Linux 8.0. I have set the "disable" field to "no" in /etc/xinetd.d/tftp file. Rebooted the machine and made sure tftpd is up and running. When I initiate tftp from a client then the server responds with "Destination po

Problem with tftp server

2003-01-29 Thread Srini Amble
My tftp server is not working on RH 8.0 and the log message in "/var/log/message" file reads like following. "localhost in.tftpd[3895]: cannot bind to local socket: Permission denied" What do I need to do to in.tftpd bind to local socket? Any help is very much appreciated

Re: TFTP server and Red Hat 8.0 (nate)

2003-01-28 Thread nate
Srini Amble said: > "udp0 0 0.0.0.0:69 0.0.0.0:*" > > I don't know what to make out of this. I would appreciate very much if you > shed some light on this. it means that your system is listening on UDP/69 for data, which means that you

Re: TFTP server and Red Hat 8.0

2003-01-28 Thread dbrett
Also make sure the access all rights are set to full access to the directory and the files. On Tue, 28 Jan 2003, nate wrote: > Srini Amble said: > > I am trying to set up the tftp server on my Pentium host running Red Hat > > 8.0. This is required to boot my target board. The

Re: TFTP server and Red Hat 8.0 (nate)

2003-01-28 Thread Srini Amble
> > Srini Amble said: > > I am trying to set up the tftp server on my Pentium host running Red Hat > > 8.0. This is required to boot my target board. The TFTP client is timing > > out. I have placed the boot file in /tftpboot directory on my host. So far > > I hav

Re: TFTP server and Red Hat 8.0

2003-01-28 Thread nate
Srini Amble said: > I am trying to set up the tftp server on my Pentium host running Red Hat > 8.0. This is required to boot my target board. The TFTP client is timing > out. I have placed the boot file in /tftpboot directory on my host. So far > I have not been successful. My /etc/x

TFTP server and Red Hat 8.0

2003-01-28 Thread Srini Amble
I am trying to set up the tftp server on my Pentium host running Red Hat 8.0. This is required to boot my target board. The TFTP client is timing out. I have placed the boot file in /tftpboot directory on my host. So far I have not been successful. My /etc/xinetd.d/tftp settings are: service tftp

tftp trouble when doing a netboot

2003-01-25 Thread Carl Smith
e ethernet XX:XX:XX:XX:XX:XX; // MAC same as above fixed-address 192.168.0.100; filename "vmlinuz.cutie"; } } /etc/xinetd.d/tftp is # default: off # description: The tftp server serves files using the t

Re: how to enable tftp on linux

2003-01-08 Thread gene
Julie Xu wrote: Greeting, I need enable tftp on linux, please help me. Any comments will be apprecated Thanks in advance man tftpd, i only run this when i need to work on our network, but otherwise, it shouldn't be left on, for obvious security reasons... -- ~«©¿©»~ -- r

Re: how to enable tftp on linux

2003-01-07 Thread David Busby
Also, If tftp is installed I think it starts from xinetd. /B - Original Message - From: "Julie Xu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 07, 2003 16:54 Subject: Re: how to enable tftp on linux > David, > > How can I ch

Re: how to enable tftp on linux

2003-01-07 Thread David Busby
Try this: http://www.rpmfind.net/linux/rpm2html/search.php?query=tftp&submit=Search+.. .&system=redhat&arch= - Original Message - From: "Julie Xu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 07, 2003 16:35 Subject: how to enable

how to enable tftp on linux

2003-01-07 Thread Julie Xu
Greeting, I need enable tftp on linux, please help me. Any comments will be apprecated Thanks in advance -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Re: PATH and TFTP daemon in RH8

2002-11-14 Thread Awuku Danso
Term won't hook up. Awuku Danso ([EMAIL PROTECTED]) >>> [EMAIL PROTECTED] 13/11/02 13:26:06 >>> tftp is controlled by xinetd. Check the /etc/xinetd.d/tftp file, to make sure that it's enabled, etc. On Wed, 13 Nov 2002, Awuku Danso wrote: > Hi all > I'

Re: PATH and TFTP daemon in RH8

2002-11-14 Thread Awuku Danso
There are no error messages with regard to the tftp daemon. With RH7.3 it did show up on the screen during boot time to be loading and as I said earlier worked fine. But I still don't understand why it doesn't work with RH8.0 given that all the files I have looked at seem to be the

Re: PATH and TFTP daemon in RH8

2002-11-13 Thread Mike Burger
tftp is controlled by xinetd. Check the /etc/xinetd.d/tftp file, to make sure that it's enabled, etc. On Wed, 13 Nov 2002, Awuku Danso wrote: > Hi all > I'm trying to hook up a diskless X-terminal to an RH8.0 box but can't get the tftp >daemon to run even though it

Re: PATH and TFTP daemon in RH8

2002-11-13 Thread Yoink!
On Wed, 13 Nov 2002, Awuku Danso wrote: > I'm trying to hook up a diskless X-terminal to an RH8.0 box but can't > get the tftp daemon to run even though it's supposed to start on boot. > Several attempts to manually start it have also failed. It had worked > fine on a

PATH and TFTP daemon in RH8

2002-11-13 Thread Awuku Danso
Hi all I'm trying to hook up a diskless X-terminal to an RH8.0 box but can't get the tftp daemon to run even though it's supposed to start on boot. Several attempts to manually start it have also failed. It had worked fine on a RH7.1 box previously. Does anyone know what has cha

Re: Installing w/ bootnet.img in 8.0 via dhcp/tftp/etherboot

2002-10-30 Thread Andrew MacKenzie
> I've got many machines here running redhat 7.2. When I set up a new > machine I put an ehterboot image on the boot prom and add the machine > into my dhcp table. Upon reboot etherboot acquires a boot image, > bootnet.img, from out install server and boots it. I then get prompted > with a readh

Installing w/ bootnet.img in 8.0 via dhcp/tftp/etherboot

2002-10-29 Thread Rob Emanuele
I've got many machines here running redhat 7.2. When I set up a new machine I put an ehterboot image on the boot prom and add the machine into my dhcp table. Upon reboot etherboot acquires a boot image, bootnet.img, from out install server and boots it. I then get prompted with a readhat install

Bootnet.img in 8.0 via dhcp/tftp/etherboot

2002-10-28 Thread Rob Emanuele
I've got many machines here running redhat 7.2. When I set up a new machine I put an ehterboot image on the boot prom and add the machine into my dhcp table. Upon reboot etherboot acquires a boot image, bootnet.img, from out install server and boots it. I then get prompted with a readhat install

Re: Custom nfs/tftp rescue image

2002-09-03 Thread Brian Ashe
work (nfs CJ> or tftp). I can start with the stock Red Hat 7.2 rescue image and add CJ> packages via rpm. But I'm unsure if I can retrive the new root image CJ> from the network. The Install and Custom guides on the RH site seem to CJ> say that it is possible. But I can't fin

Custom nfs/tftp rescue image

2002-09-03 Thread Chris Johnson
Hi Group, This is my first post to this group. Please let me know if this is the wrong list to post this question to. I'm attempting to make a Rescue image to boot from the network (nfs or tftp). I can start with the stock Red Hat 7.2 rescue image and add packages via rpm. Bu

Re: tftp

2002-05-30 Thread Mike Burger
We had this problem with RH 7.0 and 7.1. What you need to do is downgrade from tftp-server-0.17-5 to tftp-server-0.16-5. There's a bug in 0.17-5 that prevents uploading. You might also try getting a newer version...rpmfind.net has a number of updated tftp-server packages. On Thu, 3

tftp

2002-05-30 Thread madhvi
Hello   I have Redhat Seawolf 7.1 running on a fileserver.    Two Extreme switches are uploading their configuration daily onto a Windows server ( on which Pumpkin-TFTP server) has been installed.   I am working on the task of making the fileserver a tftp server .   On the Linux server

setup tftp server??

2002-05-03 Thread Huter.Liu
hi,everyone! I'm preparing CCNA,and I'd setup a tftp server to store router configure files,but something wrong: I use command rpm -ql tftp-server and found there's only 4 files,so I read the manual first and then modify the file /etc/xinetd.d/tftpd: service tftp {

Re: TFTP server

2002-01-17 Thread Mike Burger
The tftp server package is tftp-server. On Thu, 17 Jan 2002, Madhvi Nundalalee wrote: > rpm -q tftp gives answer below. > tftp-0.17-9 > > Is this the tftp server package? > how do i determine if it's working properly?

Re: TFTP server

2002-01-17 Thread Madhvi Nundalalee
rpm -q tftp gives answer below. tftp-0.17-9 Is this the tftp server package? how do i determine if it's working properly? Cheers Madhvi - Original Message - From: "Mike Burger" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 08, 200

RE: TFTP server

2002-01-08 Thread Mike Burger
-Original Message- > From: Madhvi Nundalalee [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 08, 2002 9:10 AM > To: [EMAIL PROTECTED] > Subject: TFTP server > > > Hello > > How can I make my Linux server act as a TFTP server ? > > Cheers > Madhvi >

Re: TFTP server

2002-01-08 Thread Mike Burger
Install the tftp-server package. On Tue, 8 Jan 2002, Madhvi Nundalalee wrote: > Hello > > How can I make my Linux server act as a TFTP server ? > > Cheers > Madhvi > ___ Redhat-list mailing list [EMAIL PROTECTED] https

RE: TFTP server

2002-01-08 Thread Brad Bonkoski
Title: RE: TFTP server turn it on as a service, in xinetd or inetd Depends on your distro, if you have it installed... Basically, the more complete the question, the more complete the answer. -Brad -Original Message- From: Madhvi Nundalalee [mailto:[EMAIL PROTECTED]] Sent: Tuesday

TFTP server

2002-01-08 Thread Madhvi Nundalalee
Hello   How can I make my Linux server act as a TFTP server ?   Cheers Madhvi

Re: Problem with TFTP server

2001-11-09 Thread Mike Burger
Yup...back/downgrading from teh 0.17-5 that came with 7.0 to 0.16-5 worked for me. On Fri, 9 Nov 2001, Rodolfo J. Paiz wrote: > At 11/9/2001 10:35 AM -0800, you wrote: > >Has anyone encountered this problem with RedHat 7.2? With RedHat 6.2 , I got > >my TFTP server working. &g

Re: Problem with TFTP server

2001-11-09 Thread Rodolfo J. Paiz
At 11/9/2001 10:35 AM -0800, you wrote: >Has anyone encountered this problem with RedHat 7.2? With RedHat 6.2 , I got >my TFTP server working. What version of tftp is it? The one included in 7.0 was broken, IIRC. -- Rodolfo J. Paiz [EMAIL PRO

Problem with TFTP server

2001-11-09 Thread Ranjeeta
Hi, I have installed RedHat 7.2 and have updated /etc/xinetd.d/tftp file. The file looks like this: # 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

Re: anyone had any problems setting up tftp server on RedHat 7.0?- Gabriel

2001-04-20 Thread Mike Burger
Happy to help. On Fri, 20 Apr 2001, gf b wrote: > thanks a million! > > > >From: Mike Burger <[EMAIL PROTECTED]> > >Reply-To: [EMAIL PROTECTED] > >To: <[EMAIL PROTECTED]> > >Subject: Re: anyone had any problems setting up tftp server on RedHat 7.0?

Re: anyone had any problems setting up tftp server on RedHat 7.0? - Gabriel

2001-04-20 Thread gf b
thanks a million! >From: Mike Burger <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]> >Subject: Re: anyone had any problems setting up tftp server on RedHat 7.0? >- Gabriel >Date: Fri, 20 Apr 2001 11:05:14 -0400 (EDT) > >The tftp se

Re: anyone had any problems setting up tftp server on RedHat 7.0?- Gabriel

2001-04-20 Thread Mike Burger
The tftp server version, 0.17-5, is broken, and doesn't allow uploads. Grab 0.16-5, or check the rawhide directory for a more recent version. On Fri, 20 Apr 2001, gf b wrote: > Hi there, > > I can't seem to get my tftp server running on RedHat 7.0. > As far as I

anyone had any problems setting up tftp server on RedHat 7.0? - Gabriel

2001-04-20 Thread gf b
Hi there, I can't seem to get my tftp server running on RedHat 7.0. As far as I know, I have set it up correctly as I can see the tftp port open on the box and a snoop proves traffic is going there from a cisco switch which I'm sending the config from. Any ideas?? Kind Regards

Re: TFTP on RH 7.0

2000-11-29 Thread Michael Burger
Wow...I just realized that this message was as old as it is...and my mailer thought it was new. Must have marked it unread, somehow. Sorry, folks... On Sat, 21 Oct 2000 19:11:41 -0700 (PDT), Todd A. Jacobs wrote: >When running tftpd out of xinetd, I get the following error whenever I try >to g

Re: TFTP on RH 7.0

2000-11-29 Thread Michael Burger
o the put problem, tftp 0.17-5 seems to be broken, though RedHat's folks have seemed to deny this fact. You should backlevel to 0.16-5, and your put problems should go away, too, as long as you have the right directory and file permissions set. On Sat, 21 Oct 2000 19:11:41 -0700 (PDT), Todd

Re: tftp with RH70

2000-11-22 Thread Michael Burger
That's fine, but it didn't quite work out with the TFTP-Server package 0.17. I had to back level to 0.16 in order to get uploads to work. On Wed, 22 Nov 2000 18:50:34 -0500 (EST), David Brett wrote: >Make all the files executable and make sure the file exists. > > >david

Re: tftp with RH70

2000-11-22 Thread David Brett
Make all the files executable and make sure the file exists. david On Wed, 22 Nov 2000 [EMAIL PROTECTED] wrote: > I'm trying to setup a tftp server to store some configs from our network > devices. I have created the /tftpboot directory and made sure that it is > publicly wri

tftp with RH70

2000-11-22 Thread Cory . Derrick
I'm trying to setup a tftp server to store some configs from our network devices. I have created the /tftpboot directory and made sure that it is publicly writable and also changed the /etc/xinetd.d/tftp file to enable tftpd. I also added an "only_from" line in the file to al

Re: specify source address with tftp?

2000-11-16 Thread Thornton Prime
On Thu, 16 Nov 2000, Charles Galpin wrote: > thanks, that makes sense. I liked Thornton's "virtual interface" better. I think the official term is 'alias interface'. thornton ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com

Re: specify source address with tftp?

2000-11-16 Thread Charles Galpin
is set up to bind a seperate server to each IP address, and to > spawn various processes as if each IP address were running on a seperate > machine. It works, except for the fact that tftp uses the "real" interface > instead of the IP address of the parent process

Re: specify source address with tftp?

2000-11-16 Thread Thornton Prime
On Thu, 16 Nov 2000, Todd A. Jacobs wrote: > The box is set up to bind a seperate server to each IP address, and to > spawn various processes as if each IP address were running on a seperate > machine. It works, except for the fact that tftp uses the "real" interface > ins

Re: specify source address with tftp?

2000-11-16 Thread Todd A. Jacobs
s if each IP address were running on a seperate machine. It works, except for the fact that tftp uses the "real" interface instead of the IP address of the parent process. (sigh) -- Todd A. Jacobs Senior Network Consultant ___ Re

Re: specify source address with tftp?

2000-11-16 Thread Charles Galpin
eal (as in routable) Ip's? Why is that called virtual? thanks charles On Thu, 16 Nov 2000, Todd A. Jacobs wrote: > I'm running a server with 250 virtual IP's. I frequently need to initiate > a tftp session from one of the virtual IP's, but the client always seems > to

specify source address with tftp?

2000-11-16 Thread Todd A. Jacobs
I'm running a server with 250 virtual IP's. I frequently need to initiate a tftp session from one of the virtual IP's, but the client always seems to use the "real" IP as the source address. Does anyone know of a tftp implementation that will let me specify the sou

Re: TFTP not responding

2000-11-02 Thread Todd A. Jacobs
On Wed, 1 Nov 2000, David Brett wrote: > I have a basic question. How do I setup the tftpboot directory, so > that when a file is created in tftpboot it picks up all the rights of > the Directory? Setting the sticky bit: chmod 1xxx directory_foo will keep group permissions. I don't k

Re: TFTP not responding

2000-11-02 Thread Mike Burger
The x isn't just "execute"...my understanding is that it's also akin to "file access" On Thu, 2 Nov 2000, David Brett wrote: > Hi SoloCDM > > I though 'w' gave acces to writing files. Why would 'x' access be > required to write a

Re: TFTP not responding

2000-11-02 Thread David Brett
Hi SoloCDM I though 'w' gave acces to writing files. Why would 'x' access be required to write a file via tftp? david On Wed, 1 Nov 2000, SoloCDM wrote: > > On Wed, 1 Nov 2000, David Brett wrote: > > > > > Hi Mike > > > > > >

Re: TFTP not responding

2000-11-01 Thread SoloCDM
> On Wed, 1 Nov 2000, David Brett wrote: > > > Hi Mike > > > > Here is the access rights of the directory: > > -rw-rw-rw-1 root root0 Nov 1 09:45 test.txt > > > > > > This is what the logs show when I attempt to write to the

Re: TFTP not responding

2000-11-01 Thread Mike Burger
ger wrote: > > > Well, the file has to exist in the directory before it can be written to, > > via tftp. As such, the permissions have to be set up on the file prior > > to trying to upload it. > > > > On Wed, 1 Nov 2000, David Brett wrote: > > > &g

Re: TFTP not responding

2000-11-01 Thread David Brett
Burger wrote: > Well, the file has to exist in the directory before it can be written to, > via tftp. As such, the permissions have to be set up on the file prior > to trying to upload it. > > On Wed, 1 Nov 2000, David Brett wrote: > > > Hi Mike > > > > I ha

RE: TFTP not responding

2000-11-01 Thread Scott
ember 01, 2000 10:47 AM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: TFTP not responding > > > Hi Mike > > Here is the access rights of the directory: > -rw-rw-rw-1 root root0 Nov 1 09:45 test.txt > > > This is what the l

Re: TFTP not responding

2000-11-01 Thread Mike Burger
Well, the file has to exist in the directory before it can be written to, via tftp. As such, the permissions have to be set up on the file prior to trying to upload it. On Wed, 1 Nov 2000, David Brett wrote: > Hi Mike > > I have a basic question. How do I setup the tftpboot dire

Re: TFTP not responding

2000-11-01 Thread Mike Burger
; > On Wed, 1 Nov 2000, David Brett wrote: > > > > > > > > > Hi Mike > > > > > > > > > > Here is the access rights of the directory: > > > > > -rw-rw-rw-1 root root0 Nov 1 09:45 test.txt > > >

Re: TFTP not responding

2000-11-01 Thread David Brett
re is the access rights of the directory: > > > > -rw-rw-rw-1 root root0 Nov 1 09:45 test.txt > > > > > > > > > > > > This is what the logs show when I attempt to write to the directory via > > > > tftp: > > &g

Re: TFTP not responding

2000-11-01 Thread David Brett
> > > > > > Here is the access rights of the directory: > > > > -rw-rw-rw-1 root root0 Nov 1 09:45 test.txt > > > > > > > > > > > > This is what the logs show when I attempt to write to the directory via >

Re: TFTP not responding

2000-11-01 Thread Mike Burger
1 root root 0 Nov 1 09:45 test.txt > > > > > > > > > This is what the logs show when I attempt to write to the directory via > > > tftp: > > > > > > Nov 1 09:49:29 mxw-monitor tftpd[24848]: tftpd: trying to get file:

Re: TFTP not responding

2000-11-01 Thread David Brett
s of the directory: > > -rw-rw-rw-1 root root0 Nov 1 09:45 test.txt > > > > > > This is what the logs show when I attempt to write to the directory via > > tftp: > > > > Nov 1 09:49:29 mxw-monitor tftpd[24848]: tftpd: trying to get

Re: TFTP not responding

2000-11-01 Thread Mike Burger
w-1 root root0 Nov 1 09:45 test.txt > > > This is what the logs show when I attempt to write to the directory via > tftp: > > Nov 1 09:49:29 mxw-monitor tftpd[24848]: tftpd: trying to get file: > test.txt > Nov 1 09:49:29 mxw-monitor tftpd[24848]:

Re: rarp/tftp for net install

2000-11-01 Thread Matt Housh
. You have to use BOTH ARP and RARP to netboot a sun via tftp, so add the rarp line, just as the arp line: [root@gaea /root] rarp -s pallas 08:00:20:1a:4a:92 That should get you going. There is no need for bootp whatsoever. Matt - Matt Housh ([EMAIL PRO

Re: TFTP not responding

2000-11-01 Thread David Brett
The the tftp server is using a static ip addressing? david On Tue, 31 Oct 2000, Mikkel L. Ellertson wrote: > On Tue, 31 Oct 2000, David Brett wrote: > > > I am trying to get tftp to work on 6.2. I can't figure out what I have > > incorrect. I created a directory &#x

Re: TFTP not responding

2000-11-01 Thread David Brett
Hi Mike Here is the access rights of the directory: -rw-rw-rw-1 root root0 Nov 1 09:45 test.txt This is what the logs show when I attempt to write to the directory via tftp: Nov 1 09:49:29 mxw-monitor tftpd[24848]: tftpd: trying to get file: test.txt Nov 1 09:49:29

rarp/tftp for net install

2000-10-31 Thread Michael Jinks
somewhere, but at this point I don't know what it is. I followed the instructions for a net installation in the online version of the 6.2/SPARC install guide. I have a Red Hat 7.0 machine which has tftp and bootp installed. In /tftpboot is a copy of the net boot image for 32-bit SPAR

Re: TFTP not responding

2000-10-31 Thread Mikkel L. Ellertson
On Tue, 31 Oct 2000, David Brett wrote: > I am trying to get tftp to work on 6.2. I can't figure out what I have > incorrect. I created a directory '/tftpboot'. I created an empty file > which I want to write too with tftp. I made the directory and the file. > rea

Re: TFTP not responding

2000-10-31 Thread Mike Burger
What are the ownership and properties on the /tftpboot directory? On Tue, 31 Oct 2000, David Brett wrote: > I am trying to get tftp to work on 6.2. I can't figure out what I have > incorrect. I created a directory '/tftpboot'. I created an empty file > which I want to

Re: TFTP not responding

2000-10-31 Thread David Brett
I am trying to get tftp to work on 6.2. I can't figure out what I have incorrect. I created a directory '/tftpboot'. I created an empty file which I want to write too with tftp. I made the directory and the file. read and writable by everybody. I uncommented the tftp lines in

TFTP not responding

2000-10-30 Thread David Brett
I am trying to get tftp to work on 6.2. I can't figure out what I have incorrect. I created a directory '/tftpboot'. I created an empty file which I want to write too with tftp. I made the directory and the file. read and writable by everybody. I uncommented the tftp lines in

Re: TFTP on RH 7.0

2000-10-22 Thread Michael Burger
Correction...this fixed my get problems, but put still doesn't seem to work. On Sun, 22 Oct 2000 07:41:49 -0400, Michael Burger wrote: >We've just been running through this one, actually. > >One thing to look at is the /etc/xinetd.d/tftp file. Make sure that >the

  1   2   >