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
{
        disable = no
        socket_type             = dgram
        protocol                = udp
        wait                    = yes
        user                    = root
        server                  = /usr/sbin/in.tftpd
        server_args             = -l -c -s /var/tftp
                                  ~~~~~~~~~~~~~~~~~~
then I use kill -hup xinetd's PID,but I use tftp 192.168.1.1(my eth1 address,I've a 
eth0 with pub address),put or get don't work.
I created the directory /var/tftp and chmod to 777,the -l(log) never show anything 
wrong,somebody can help me??
����������������[EMAIL PROTECTED]
��������������������2002-04-29




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to