<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RTMP Server fw rules in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/rtmp-server-fw-rules/m-p/1408334#M694250</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm hosting a Flash Media Server on tcp port 1935, but my Cisco 857 seems to refusing to forward packets from the external interface to the internal server. I swapped out the 857 for a Speedtouch ST510 and it fowarded the packets fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The rule I have on the 857 is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source static tcp 192.168.0.2 1935 interface Dialer0 1935&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which I assume is sufficient? Any handy debug statements to help me figure out why packets are being dropped?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rich.&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 17:26:35 GMT</pubDate>
    <dc:creator>CombinedEffort</dc:creator>
    <dc:date>2019-03-11T17:26:35Z</dc:date>
    <item>
      <title>RTMP Server fw rules</title>
      <link>https://community.cisco.com/t5/network-security/rtmp-server-fw-rules/m-p/1408334#M694250</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm hosting a Flash Media Server on tcp port 1935, but my Cisco 857 seems to refusing to forward packets from the external interface to the internal server. I swapped out the 857 for a Speedtouch ST510 and it fowarded the packets fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The rule I have on the 857 is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source static tcp 192.168.0.2 1935 interface Dialer0 1935&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which I assume is sufficient? Any handy debug statements to help me figure out why packets are being dropped?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rich.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 17:26:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/rtmp-server-fw-rules/m-p/1408334#M694250</guid>
      <dc:creator>CombinedEffort</dc:creator>
      <dc:date>2019-03-11T17:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: RTMP Server fw rules</title>
      <link>https://community.cisco.com/t5/network-security/rtmp-server-fw-rules/m-p/1408335#M694251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume you already have "ip nat inside" on your internal interface, and "ip nat outside" on Dialer0 interface?&lt;/P&gt;&lt;P&gt;What about ACL, do you have any configured on the Dialer0 interface?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Mar 2010 01:33:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/rtmp-server-fw-rules/m-p/1408335#M694251</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2010-03-28T01:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: RTMP Server fw rules</title>
      <link>https://community.cisco.com/t5/network-security/rtmp-server-fw-rules/m-p/1408336#M694252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank for taking the time to reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following configured:&lt;/P&gt;&lt;PRE&gt;&lt;P&gt;&lt;BR /&gt;interface Vlan1&lt;BR /&gt; ip nat inside&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;interface Dialer0&lt;BR /&gt; ip nat outside&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;ip nat inside source static tcp 192.168.0.2 25 interface Dialer0 25&lt;BR /&gt;ip nat inside source static tcp 192.168.0.2 80 interface Dialer0 80&lt;BR /&gt;ip nat inside source static tcp 192.168.0.2 110 interface Dialer0 110&lt;BR /&gt;ip nat inside source static tcp 192.168.0.2 993 interface Dialer0 993&lt;BR /&gt;ip nat inside source static tcp 192.168.0.2 443 interface Dialer0 443&lt;BR /&gt;ip nat inside source static tcp 192.168.0.2 1935 interface Dialer0 1935&lt;BR /&gt;ip nat inside source static tcp 192.168.0.2 6881 interface Dialer0 6881&lt;BR /&gt;ip nat inside source static udp 192.168.0.2 4444 interface Dialer0 4444&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;access-list 1 remark INSIDE_IF=Vlan1&lt;BR /&gt;access-list 1 remark SDM_ACL Category=2&lt;BR /&gt;access-list 1 permit 192.168.0.0 0.0.0.255&lt;BR /&gt;access-list 100 remark SDM_ACL Category=128&lt;BR /&gt;access-list 100 permit ip host 255.255.255.255 any&lt;BR /&gt;access-list 100 permit ip 127.0.0.0 0.255.255.255 any&lt;BR /&gt;access-list 101 remark SDM_ACL Category=128&lt;BR /&gt;access-list 101 permit ip host 255.255.255.255 any&lt;BR /&gt;access-list 101 permit ip 127.0.0.0 0.255.255.255 any&lt;BR /&gt;access-list 102 remark auto generated by Cisco SDM Express firewall configuration&lt;BR /&gt;access-list 102 remark SDM_ACL Category=1&lt;BR /&gt;access-list 102 deny&amp;nbsp;&amp;nbsp; ip host 255.255.255.255 any&lt;BR /&gt;access-list 102 deny&amp;nbsp;&amp;nbsp; ip 127.0.0.0 0.255.255.255 any&lt;BR /&gt;access-list 102 permit ip any any&lt;BR /&gt;access-list 103 remark auto generated by Cisco SDM Express firewall configuration&lt;BR /&gt;access-list 103 remark SDM_ACL Category=1&lt;BR /&gt;access-list 103 permit tcp any any eq 443&lt;BR /&gt;access-list 103 permit tcp any any eq 993&lt;BR /&gt;access-list 103 permit tcp any any eq pop3&lt;BR /&gt;access-list 103 permit tcp any any eq www&lt;BR /&gt;access-list 103 permit tcp any any eq smtp&lt;BR /&gt;access-list 103 deny&amp;nbsp;&amp;nbsp; ip 192.168.0.0 0.0.0.255 any&lt;BR /&gt;access-list 103 permit icmp any any echo-reply&lt;BR /&gt;access-list 103 permit icmp any any time-exceeded&lt;BR /&gt;access-list 103 permit icmp any any unreachable&lt;BR /&gt;access-list 103 deny&amp;nbsp;&amp;nbsp; ip 10.0.0.0 0.255.255.255 any&lt;BR /&gt;access-list 103 deny&amp;nbsp;&amp;nbsp; ip 172.16.0.0 0.15.255.255 any&lt;BR /&gt;access-list 103 deny&amp;nbsp;&amp;nbsp; ip 192.168.0.0 0.0.255.255 any&lt;BR /&gt;access-list 103 deny&amp;nbsp;&amp;nbsp; ip 127.0.0.0 0.255.255.255 any&lt;BR /&gt;access-list 103 deny&amp;nbsp;&amp;nbsp; ip host 255.255.255.255 any&lt;BR /&gt;access-list 103 deny&amp;nbsp;&amp;nbsp; ip host 0.0.0.0 any&lt;BR /&gt;access-list 103 deny&amp;nbsp;&amp;nbsp; ip any any&lt;BR /&gt;access-list 103 permit tcp any any eq 1935&lt;BR /&gt;dialer-list 1 protocol ip permit&lt;BR /&gt;no cdp run&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 'first' lot of fw rules (ports 80,25,??) where configured via SDM Express (I'm learning, alright!) and I hoped by merely adding&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;ip nat inside source static tcp 192.168.0.2 1935 interface Dialer0 1935&lt;BR /&gt;access-list 103 permit tcp any any eq 1935&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would allow 1935 through - maybe there is more to it than that... Also, I did this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;cisco#debug ip packet detail&lt;BR /&gt;IP packet debugging is on (detailed)&lt;BR /&gt;cisco#&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;000170: *Mar 19 01:17:45.918: IP: s=82.132.248.155 (Dialer0), d=62.49.68.200, len 52, access denied&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;000171: *Mar 19 01:17:45.918:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TCP src=44766, dst=1935, seq=568284441, ack=0, win=49640 SYN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;000172: *Mar 19 01:17:46.370: IP: s=194.159.169.245 (Dialer0), d=224.0.0.5, len 76, access denied, proto=89&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;000173: *Mar 19 01:17:49.299: IP: s=82.132.248.155 (Dialer0), d=62.49.68.200, len 52, access denied&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;000174: *Mar 19 01:17:49.299:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TCP src=44766, dst=1935, seq=568284441, ack=0, win=49640 SYN&amp;nbsp; &lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;82.132.248.155 is my client and 62.49.68.200 is my server - you can see an access denied message in the above log - is there any way of getting *what* rule caused that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rich.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Mar 2010 17:26:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/rtmp-server-fw-rules/m-p/1408336#M694252</guid>
      <dc:creator>CombinedEffort</dc:creator>
      <dc:date>2010-03-28T17:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: RTMP Server fw rules</title>
      <link>https://community.cisco.com/t5/network-security/rtmp-server-fw-rules/m-p/1408337#M694253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you post router config as it is unclear which acls are applied to which interfaces ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Mar 2010 18:47:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/rtmp-server-fw-rules/m-p/1408337#M694253</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2010-03-28T18:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: RTMP Server fw rules</title>
      <link>https://community.cisco.com/t5/network-security/rtmp-server-fw-rules/m-p/1408338#M694254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Richard,&lt;/P&gt;&lt;P&gt;Seems like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 1 is tied to the nat overload&lt;/P&gt;&lt;P&gt;access-list 103 looks like it is applied IN on the outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;access-list 103 deny&amp;nbsp;&amp;nbsp; ip host 255.255.255.255 any&lt;BR /&gt;access-list 103 deny&amp;nbsp;&amp;nbsp; ip host 0.0.0.0 any&lt;BR /&gt;access-list 103 deny&amp;nbsp;&amp;nbsp; ip any any&lt;BR /&gt;access-list 103 permit tcp any any eq 1935&amp;nbsp; -----------&amp;gt; (the "deny ip any any" above this line will not permit this line)&lt;BR /&gt;&lt;BR /&gt;The permit that you added, is below the deny so this flow is getting denied.&lt;BR /&gt;&lt;BR /&gt;You need to remove the deny, add this line and then add the explicit deny or insert the permit for port 1935 above &lt;BR /&gt;the deny.&lt;BR /&gt;&lt;BR /&gt;You can do the following&lt;BR /&gt;&lt;BR /&gt;config t&lt;BR /&gt;ip access-list ext 103&lt;BR /&gt; 1 permit tcp any any eq 1935&lt;BR /&gt;&lt;BR /&gt;issue a sh access-list 103 and note down the sequence number for the last line after the "deny ip any any" &lt;BR /&gt;and you can remove that &lt;BR /&gt;&lt;BR /&gt;conf t&lt;BR /&gt;ip access-list ext 103&lt;BR /&gt; no &lt;SEQUENCE_NO&gt;&lt;BR /&gt;&lt;BR /&gt;-KS&lt;/SEQUENCE_NO&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Mar 2010 22:44:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/rtmp-server-fw-rules/m-p/1408338#M694254</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2010-03-28T22:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: RTMP Server fw rules</title>
      <link>https://community.cisco.com/t5/network-security/rtmp-server-fw-rules/m-p/1408339#M694255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The permit statement for port 1935 should be above the deny any any statement, as the access-list is processed from top to bottom.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what you can add:&lt;/P&gt;&lt;P&gt;ip access-list extended 103&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 permit tcp any any eq 1935&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Mar 2010 23:47:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/rtmp-server-fw-rules/m-p/1408339#M694255</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2010-03-28T23:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: RTMP Server fw rules</title>
      <link>https://community.cisco.com/t5/network-security/rtmp-server-fw-rules/m-p/1408340#M694256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all - working now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I should've realised fw rules were applied sequentially, like in good 'ole ipchains / iptables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had to remove the offending 1935 rule before I was able to add it again with a lower sequence number, but that's to be expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just need to remember to do a copy running-config startup-config...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rich.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Mar 2010 09:20:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/rtmp-server-fw-rules/m-p/1408340#M694256</guid>
      <dc:creator>CombinedEffort</dc:creator>
      <dc:date>2010-03-29T09:20:56Z</dc:date>
    </item>
  </channel>
</rss>

