falko, I've just done about everything i can be told to do... Had a linux system admin walk me through it today and after 4 hours still couldn't find the problem. when I do tftp -v localhost -c get test, I get
[root@localhost ~]# tftp -v localhost -c get test
Connected to localhost.localdomain (127.0.0.1), port 69
getting from localhost.localdomain:test to test [netascii]
Transfer timed out.
[root@localhost ~]#
And my system logs say
Jul 9 07:53:51 localhost xinetd[9350]: FAIL: tftp address from=127.0.0.1
Jul 9 07:53:51 localhost xinetd[9175]: START: tftp pid=9350 from=127.0.0.1
Jul 9 07:53:51 localhost xinetd[9175]: EXIT: tftp status=0 pid=9350 duration=0(sec)
So i've edited just about everything and anything I can do. BTW your message before didnt do anything and the system admin told me to change it back to udp. Here's what my tftp file looks like
service tftp
{
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -s /tftpboot -vv
disable = no
per_source = 11
cps = 100 2
flags = IPv4
}
Any help?
Last edited by hunter123; 9th July 2008 at 20:57.
|
Recent comments
7 hours 9 min ago
13 hours 50 min ago
17 hours 41 min ago
19 hours 19 min ago
1 day 3 hours ago
1 day 13 hours ago
1 day 14 hours ago
1 day 17 hours ago
1 day 22 hours ago
1 day 22 hours ago