<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Wingdings;
        panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Verdana;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:"\@SimSun";
        panose-1:2 1 6 0 3 1 1 1 1 1;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
        {mso-style-priority:34;
        margin-top:0in;
        margin-right:0in;
        margin-bottom:0in;
        margin-left:.5in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.klink
        {mso-style-name:klink;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
/* List Definitions */
@list l0
        {mso-list-id:1977368300;
        mso-list-type:hybrid;
        mso-list-template-ids:-939357368 67698689 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;}
@list l0:level1
        {mso-level-number-format:bullet;
        mso-level-text:\F0B7;
        mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-.25in;
        font-family:Symbol;}
ol
        {margin-bottom:0in;}
ul
        {margin-bottom:0in;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-size:14.0pt'>Hi all,<br><br>I am trying to setup TFTP server (155.101.90.32) on RHEL 6. To test, I am running the TFTP client  on the same machine.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:14.0pt'><o:p> </o:p></span></p><p class=MsoListParagraph style='text-indent:-.25in;mso-list:l0 level1 lfo1'><![if !supportLists]><span style='font-size:14.0pt;font-family:Symbol'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>        </span></span></span><![endif]><span style='font-size:14.0pt'>Following is the content of the /etc/xinetd.d/tftp <o:p></o:p></span></p><p class=MsoNormal style='margin-left:1.0in'><span style='font-size:14.0pt;font-family:"Arial","sans-serif"'>service tftp<o:p></o:p></span></p><p class=MsoNormal style='margin-left:1.0in'><span style='font-size:14.0pt;font-family:"Arial","sans-serif"'>{<o:p></o:p></span></p><p class=MsoNormal style='margin-left:1.0in'><span style='font-size:14.0pt;font-family:"Arial","sans-serif"'>          disable                 = no<o:p></o:p></span></p><p class=MsoNormal style='margin-left:1.0in'><span style='font-size:14.0pt;font-family:"Arial","sans-serif"'>          socket_type        = dgram<o:p></o:p></span></p><p class=MsoNormal style='margin-left:1.0in'><span style='font-size:14.0pt;font-family:"Arial","sans-serif"'>          protocol               = udp<o:p></o:p></span></p><p class=MsoNormal style='margin-left:1.0in'><span style='font-size:14.0pt;font-family:"Arial","sans-serif"'>          wait                      = yes<o:p></o:p></span></p><p class=MsoNormal style='margin-left:1.0in'><span style='font-size:14.0pt;font-family:"Arial","sans-serif"'>          user                     = root<o:p></o:p></span></p><p class=MsoNormal style='margin-left:1.0in'><span style='font-size:14.0pt;font-family:"Arial","sans-serif"'>          server                  = /usr/sbin/in.tftpd<o:p></o:p></span></p><p class=MsoNormal style='margin-left:1.0in'><span style='font-size:14.0pt;font-family:"Arial","sans-serif"'>          server_args        = -s /tftpboot<o:p></o:p></span></p><p class=MsoNormal style='margin-left:1.0in'><span style='font-size:14.0pt;font-family:"Arial","sans-serif"'>          per_source         = 11<o:p></o:p></span></p><p class=MsoNormal style='margin-left:1.0in'><span style='font-size:14.0pt;font-family:"Arial","sans-serif"'>          cps                       = 100 2<o:p></o:p></span></p><p class=MsoNormal style='margin-left:1.0in'><span style='font-size:14.0pt;font-family:"Arial","sans-serif"'>          flags                    = IPv4<o:p></o:p></span></p><p class=MsoNormal style='margin-left:1.0in'><span style='font-size:14.0pt;font-family:"Arial","sans-serif"'>}<o:p></o:p></span></p><p class=MsoListParagraph style='text-indent:-.25in;mso-list:l0 level1 lfo1'><![if !supportLists]><span style='font-size:14.0pt;font-family:Symbol'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>        </span></span></span><![endif]><span style='font-size:14.0pt'>Firewall is disabled<o:p></o:p></span></p><p class=MsoListParagraph style='text-indent:-.25in;mso-list:l0 level1 lfo1'><![if !supportLists]><span style='font-size:14.0pt;font-family:Symbol'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>        </span></span></span><![endif]><span style='font-size:14.0pt'>To make sure TFTP server  is running, following commands executed “service xinetd restart“ and “chkconfig tftp on”<o:p></o:p></span></p><p class=MsoListParagraph style='text-indent:-.25in;mso-list:l0 level1 lfo1'><![if !supportLists]><span style='font-size:14.0pt;font-family:Symbol'><span style='mso-list:Ignore'>·<span style='font:7.0pt "Times New Roman"'>        </span></span></span><![endif]><span style='font-size:14.0pt'>Following is the screen output when transferred using TFTP client<o:p></o:p></span></p><p class=MsoNormal style='margin-left:1.5in'><span style='font-size:14.0pt;font-family:"Arial","sans-serif"'> [root@localhost tftpboot]# ls -la<o:p></o:p></span></p><p class=MsoNormal style='margin-left:1.5in'><span style='font-size:14.0pt;font-family:"Arial","sans-serif"'>total 1988<o:p></o:p></span></p><p class=MsoNormal style='margin-left:1.5in'><span style='font-size:14.0pt;font-family:"Arial","sans-serif"'>drwxrwxrwx.  2 root root    4096 Jul 20 16:04 .<o:p></o:p></span></p><p class=MsoNormal style='margin-left:1.5in'><span style='font-size:14.0pt;font-family:"Arial","sans-serif"'>dr-xr-xr-x. 31 root root    4096 Jul 20 16:04 ..<o:p></o:p></span></p><p class=MsoNormal style='margin-left:1.5in'><span style='font-size:14.0pt;font-family:"Arial","sans-serif"'>-rwxrwxrwx.  1 root root 2025772 Jul 20 16:05 uImage<o:p></o:p></span></p><p class=MsoListParagraph style='margin-left:1.5in'><span style='font-size:14.0pt'><br></span><span style='font-size:14.0pt;font-family:"Arial","sans-serif"'>[root@localhost tftpboot]# tftp -v 155.101.90.32 -c get uImage uImage2<o:p></o:p></span></p><p class=MsoNormal style='margin-left:1.5in'><span style='font-size:14.0pt;font-family:"Arial","sans-serif"'>Connected to 155.101.90.32 (155.101.90.32), port 69<o:p></o:p></span></p><p class=MsoNormal style='margin-left:1.5in'><span style='font-size:14.0pt;font-family:"Arial","sans-serif"'>getting from 155.101.90.32:uImage to uImage2 [netascii]<o:p></o:p></span></p><p class=MsoNormal style='margin-left:1.5in'><span style='font-size:14.0pt;font-family:"Arial","sans-serif"'>Transfer timed out.<o:p></o:p></span></p><p class=MsoNormal style='margin-left:1.5in'><span style='font-size:14.0pt;font-family:"Arial","sans-serif"'><o:p> </o:p></span></p><p class=MsoNormal style='margin-left:1.5in'><span style='font-size:14.0pt;font-family:"Arial","sans-serif"'>[root@localhost tftpboot]# ls -la<o:p></o:p></span></p><p class=MsoNormal style='margin-left:1.5in'><span style='font-size:14.0pt;font-family:"Arial","sans-serif"'>total 1988<o:p></o:p></span></p><p class=MsoNormal style='margin-left:1.5in'><span style='font-size:14.0pt;font-family:"Arial","sans-serif"'>drwxrwxrwx.  2 root root    4096 Jul 20 16:05 .<o:p></o:p></span></p><p class=MsoNormal style='margin-left:1.5in'><span style='font-size:14.0pt;font-family:"Arial","sans-serif"'>dr-xr-xr-x. 31 root root    4096 Jul 20 16:04 ..<o:p></o:p></span></p><p class=MsoNormal style='margin-left:1.5in'><span style='font-size:14.0pt;font-family:"Arial","sans-serif"'>-rwxrwxrwx.  1 root root 2025772 Jul 20 16:05 uImage<o:p></o:p></span></p><p class=MsoNormal style='margin-left:1.5in'><span style='font-size:14.0pt;font-family:"Arial","sans-serif"'>-rw-r--r--.  1 root root       0 Jul 20 16:06 uImage2<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:14.0pt'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:14.0pt'>For testing, I did successful file transfer between TFTP Server running on Windows machine and TFTP client running on RHEL6 machine.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:14.0pt'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:14.0pt'>Appreciate all the help in advance…<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:14.0pt'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:14.0pt;font-family:"Verdana","sans-serif";color:blue'>Best Regards,</span><span style='font-size:14.0pt;font-family:SimSun;color:blue'><o:p></o:p></span></p><p class=MsoNormal><span style='font-size:14.0pt;font-family:"Verdana","sans-serif";color:blue'>Jignesh Shah</span><span style='font-size:14.0pt;font-family:SimSun;color:blue'><o:p></o:p></span></p><p class=MsoNormal><o:p> </o:p></p></div></body></html>