[asterisk-users] tftp issue
Jerry Geis
geisj at pagestation.com
Mon Apr 28 11:33:27 CDT 2008
The netstat show 0.0.0.0
netstat -anp | grep :69
udp 0 0 0.0.0.0:69
0.0.0.0:* 4007/xinetd
----------------------
cat /etc/xinetd.d/tftp
# 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 configuration files to network-aware
printers, \
# and to start the installation process for some operating systems.
service tftp
{
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -v -v -v -v -s /tftpboot
disable = no
per_source = 11
cps = 100 2
flags = IPv4
}
I dont see any specific binding.
I have not been able to find a way to get tftp to work on both eth0 and
eth1.
Thanks,
Jerry
More information about the asterisk-users
mailing list