Setting up of tftp server on the macBook

I am trying to setup a tftp server on a macBook. I want to boot a Comcast device from the system by connecting it. Anybody knows the procedure how to get it working?
I can start the server by using the command.
sudo launchctl load -F /System/Library/LaunchDaemons/tftp.list
I want to know how to configure the IP address in the mac system.
Please let me know if you have any ideas. I think if I can setup the network, I can transfer the files using ftp commands.

Thanks for any suggestions.
Sreeni

Hello Sreeni

I don’t have experience with Mac devices nor do any of the lessons on the site involve the implementation of services on a Mac. However, one of the ways in which a lot of services can be deployed on a host (of any type) is to use a docker. Dockers will allow you to easily implement services of all types on any platform by simply downloading the container that contains the service you need to run. Take a look at this TFTP container and see if it will resolve your issue.

I hope this has been helpful!

Laz