@josephchrz wrote:
Hello I’m running a old freepbx setup from years ago. Someone help me to setup the tftp server and oss end point manger. But I’m in the proccess of settuping up the latest freebpx. I saw how to enable the tftp from SkyKingOH he put
tftp server:
/etc/xinet/d/tftp - Modify as below:
[root@maieast xinetd.d]# cat 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 -s /tftpboot
disable = no
per_source = 11
cps = 100 2
flags = IPv4
}
[root@maieast xinetd.d]#Run the command ‘service xinetd restart’
You can tail the messages file to see the tftp requests tail -f /var/log/messages
I’m guessing to enable it. But i was wondering there is anything else i would i would need to get tftp server to work? One thing i remember something about DHCP 150? I don’t remember what is that for?Joseph
Posts: 3
Participants: 2