Sunday, September 6, 2009

How to enable TFTP in Solaris

How to enable tftp in Solaris


Package need to be installed
Install this package using pkgadd command
pkgadd -d SUNWtftp

Configuration Steps:
uncomment this line to /etc/inetd.conf to configure tftpd:
tftp dgram udp6 wait root /usr/sbin/in.tftpd in.tftpd -s /tftpboot

Make your changes active:
root@badkitten:/# inetconv
root@badkitten:/# svcs | grep tftp
online 16:15:58 svc:/network/tftp/udp6:default

No comments:

Post a Comment