<div dir="ltr"><div><div><div><div>Hi, Jerry,<br><br></div>I don't know what S.O. you have in the Server, but you can check the man page (<a href="https://linux.die.net/man/8/in.tftpd">https://linux.die.net/man/8/in.tftpd</a>) for tftpd and use the options --address, so you can tell tftp from what interface/port this service listen request.<br><br></div>From the IP in your logs (69.64.57.18) the request came from a web hosting provider (<a href="http://www.heg.com/">http://www.heg.com/</a>). So, the request came from Internet, so your server listen TFTP request from outside, what is bad.<br><br></div>You can use iptables in any Linux distro to block incoming TFTP traffic. TFTP is a UDP protocol at port 69.<br><br></div>Example:<br><br><pre style="font-family:monospace" class="gmail-bash"><span style="color:rgb(0,0,0);font-weight:bold">/</span>sbin<span style="color:rgb(0,0,0);font-weight:bold">/</span>iptables <span style="color:rgb(102,0,51)">-A</span> INPUT <span style="color:rgb(102,0,51)">-i</span> eth0 <span style="color:rgb(102,0,51)">-p</span> udp <span style="color:rgb(102,0,51)">--destination-port</span> <span style="color:rgb(122,8,116);font-weight:bold">69</span><span style="color:rgb(122,8,116);font-weight:bold"></span> <span style="color:rgb(102,0,51)">-j</span> DROP<br><br></pre><pre style="font-family:monospace" class="gmail-bash"><span style="font-family:arial,helvetica,sans-serif">Change eth0 to the correct name of your public internet server interface.</span><br></pre><br></div><div class="gmail_extra"><br><div class="gmail_quote">2017-04-21 13:27 GMT-03:00 Jerry Geis <span dir="ltr"><<a href="mailto:jerry.geis@gmail.com" target="_blank">jerry.geis@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I "justed" happened to look at /var/log/messages...<div><br></div><div>I saw:</div><div><div>Apr 21 12:18:40 in.tftpd[22719]: RRQ from 69.64.57.18 filename 0004f2034f6b.cfg</div><div>Apr 21 12:18:40 in.tftpd[22719]: Client 69.64.57.18 File not found 0004f2034f6b.cfg</div><div>Apr 21 12:18:40 in.tftpd[22720]: RRQ from 69.64.57.18 filename 0004f2034f6c.cfg</div><div>Apr 21 12:18:40 in.tftpd[22720]: Client 69.64.57.18 File not found 0004f2034f6c.cfg</div><div>Apr 21 12:18:40 in.tftpd[22721]: RRQ from 69.64.57.18 filename 0004f2034f6d.cfg</div><div>Apr 21 12:18:40 in.tftpd[22721]: Client 69.64.57.18 File not found 0004f2034f6d.cfg</div><div>Apr 21 12:18:40 in.tftpd[22722]: RRQ from 69.64.57.18 filename 0004f2034f6e.cfg</div></div><div><br></div><div>so basically an sequential read of polycom MAC address config files.</div><div>Some is trying to read to determine if I have any polycom files just sequential read after read.</div><div>And if so - it would get any extension and password at that time.</div><div>Luckily I have none.</div><div><br></div><div>However - how does one block attempts like this ?</div><div><br></div><div>Thanks!</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>Jerry</div></font></span></div>
<br>--<br>
______________________________<wbr>______________________________<wbr>_________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" rel="noreferrer" target="_blank">http://www.api-digital.com</a> --<br>
<br>
Check out the new Asterisk community forum at: <a href="https://community.asterisk.org/" rel="noreferrer" target="_blank">https://community.asterisk.<wbr>org/</a><br>
<br>
New to Asterisk? Start here:<br>
      <a href="https://wiki.asterisk.org/wiki/display/AST/Getting+Started" rel="noreferrer" target="_blank">https://wiki.asterisk.org/<wbr>wiki/display/AST/Getting+<wbr>Started</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" rel="noreferrer" target="_blank">http://lists.digium.com/<wbr>mailman/listinfo/asterisk-<wbr>users</a><br></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">GnuPG Key ID: 0x39BCA9D8<br><a href="https://www.github.com/mefhigoseth" target="_blank">https://www.github.com/mefhigoseth</a><br>...:::[ God Rulz ! ]:::...</div>
</div>