/
TFTP
TFTP
Is done here:
https://github.com/schmto/nmsprime/blob/dev/modules/ProvBase/Install/files/tftp
# install yum install xinetd # edit tftp config file echo " service tftp { socket_type = dgram protocol = udp wait = yes user = root server = /usr/sbin/in.tftpd server_args = -s /tftpboot -v # changed root dir disable = no # enable per_source = 11 cps = 100 2 flags = IPv4 }" > /etc/xinetd.d/tftp # start server systemctl enable xinetd systemctl start xinetd # directory cd /tftpboot && mkdir cm mta cvc backup fw chown -R apache /tftpboot
Related content
DHCP
More like this
Setting up the network for the NMS Prime VM
Setting up the network for the NMS Prime VM
More like this
NMS PRIME
NMS PRIME
More like this
NMS Prime Installation
NMS Prime Installation
More like this
SNMP
More like this
Coding Manual
Coding Manual
More like this