mainstreetexpress
Technical User
Hi
I have just installed tftp-server-0.29-3.i386.rpm on Red Hat 7.2. I have restarted xinet.d and modified the tftp.conf file to:
{
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -s /tftpboot
disable = no
per_source = 11
cps = 100 2
}
Using netstat -a
udp 0 0 *:netbios-dgm *:*
udp 0 0 *:tftp *:*
udp 0 0 *:sunrpc *:*
tftp seems to be there but I can't seem to file transfer for some reason, can anyone help?
I also have this box running as an FTP server with no problems so I'm a bit stuck as to this problem
I have just installed tftp-server-0.29-3.i386.rpm on Red Hat 7.2. I have restarted xinet.d and modified the tftp.conf file to:
{
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -s /tftpboot
disable = no
per_source = 11
cps = 100 2
}
Using netstat -a
udp 0 0 *:netbios-dgm *:*
udp 0 0 *:tftp *:*
udp 0 0 *:sunrpc *:*
tftp seems to be there but I can't seem to file transfer for some reason, can anyone help?
I also have this box running as an FTP server with no problems so I'm a bit stuck as to this problem