Configuring tftpd in linux is really a pain in my neck...lol... Thanks Andrey for helping me to rectify the problem remotely. The main problem with my linux configuration was the credential denied my router from executing commands to linux tftpd. Understanding chmod change mode is the command that change the rights of user, group and/or … Continue reading Linux: Setting up tftp server
Tag: tftpd
Linux: Start tftp-server
Find the tftp file in /etc/xinetd.d/ [root@cyruslab ~]# cd / [root@cyruslab /]# ls bin boot cgroup dev etc home lib lost+found media mnt null opt proc root sbin selinux srv sys tmp usr var Use a text editor to edit the configuration [root@cyruslab /]# gedit /etc/xinetd.d/tftp Change from disable = yes to disable = no … Continue reading Linux: Start tftp-server
Fedora Linux: Installing tftp client and server
Installing tftp client: [root@cyruslab ~]# yum install tftp Installing the tftp daemon: [root@cyruslab ~]# yum install tftp-server Installation is a pain without yum...:D