Just edit your tftp file for xinetd like this:
*Change the IP to be the IP of the interface you want to listen on.
To test if your tftp is available on a certain IP range use nc -u yourip 69
to see if you can still connect (/var/log/messages or /var/log/syslog) should show the connection if it is open.
Oct 13 23:20:34 01 xinetd[26631]: Started working: 1 available service
Oct 13 23:20:40 01 xinetd[26631]: START: tftp pid=26634 from=192.5.9.1
service tftp
{
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -s /tftpboot
disable = no
bind = 10.10.10.1
per_source = 11
cps = 100 2
flags = IPv4
}
linux, tftp, listens, interfaces, ips, default, solutionjust, edit, xinetd, ip, interface, nc, yourip, var, syslog, oct, pid, socket_type, dgram, protocol, udp, user, server, usr, sbin, tftpd, server_args, tftpboot, disable, bind, per_source, cps, flags, ipv,