|
after re-create tftp dir, tftp doesn't work anymore
Hi, Thanks for help and I think this may be a general problem.
1. My tftp used to works on two Fedora 6, my cfg files are:
$ cat /etc/xinetd.d/tftp
service tftp
{
disable = no
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -m /etc/tftpremap /tftpboot -c
per_source = 11
cps = 100 2
flags = IPv4
}
2. My colleague mv /tftpboot /tftpboot_backup, re-mkdir /tftpboot on one Fedora 6, then tftp doesn't work or we can't use another embedded linux to get file from it. Then he found Fedora 6 uses ipv6 from ifconfig and disabled it (In fact in system service ipv6 is disabled, but he used to see such problem). As no help, I then follows what on a web told us completely to disable ipv6. no luck.
Now I get one Failed msg as below:
$ sudo service network restart
Shutting down interface eth0: [ OK ]
Shutting down loopback interface: [ OK ]
Bringing up loopback interface: [ OK ]
Bringing up interface eth0:
Determining IP information for eth0... failed.
[ FAILED ]
3. My question is why recreate a /tftpboot can lead to failture of tftp? may be Fedora uses a link internally that is not dynamically updated? How can I get it back?
thanks alot. waiting.
|