<?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 Re: How to let Plex media server pass through Cisco ASA in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/how-to-let-plex-media-server-pass-through-cisco-asa/m-p/4870510#M1102445</link>
    <description>&lt;P&gt;Oh sorry! I forgot to update the config since I've made changes through more research and forums. I now have my isp router set to bridge mode so the asa is getting a dhcp public ip directly now to avoid double NAT-ing. Im still having issues port forwarding it seems though. The updated config is posted below.&lt;/P&gt;</description>
    <pubDate>Sun, 09 Jul 2023 23:10:18 GMT</pubDate>
    <dc:creator>tater0214</dc:creator>
    <dc:date>2023-07-09T23:10:18Z</dc:date>
    <item>
      <title>How to let Plex media server pass through Cisco ASA</title>
      <link>https://community.cisco.com/t5/network-security/how-to-let-plex-media-server-pass-through-cisco-asa/m-p/4870222#M1102434</link>
      <description>&lt;P&gt;Hi all! I have an ASA 5510 at home hosting anyconnect vpn and I have my plex media server behind the ASA on the inside. Currently I am able to connect to my plex but the the quality is limited to 360p which isn't ideal. On the plex control panel it also says plex is not accessible to the outside world. I know its not an isp bandwidth issue because if connect to the vpn and watch plex I get full res streaming. My question is how do I allow plex traffic to just pass through the asa completely? I am fairly new to all this so I may need a little more walkthrough then normal. Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 08 Jul 2023 17:59:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-let-plex-media-server-pass-through-cisco-asa/m-p/4870222#M1102434</guid>
      <dc:creator>tater0214</dc:creator>
      <dc:date>2023-07-08T17:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to let Plex media server pass through Cisco ASA</title>
      <link>https://community.cisco.com/t5/network-security/how-to-let-plex-media-server-pass-through-cisco-asa/m-p/4870232#M1102435</link>
      <description>&lt;P&gt;Here is the config&lt;/P&gt;</description>
      <pubDate>Sat, 08 Jul 2023 19:45:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-let-plex-media-server-pass-through-cisco-asa/m-p/4870232#M1102435</guid>
      <dc:creator>tater0214</dc:creator>
      <dc:date>2023-07-08T19:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to let Plex media server pass through Cisco ASA</title>
      <link>https://community.cisco.com/t5/network-security/how-to-let-plex-media-server-pass-through-cisco-asa/m-p/4870501#M1102440</link>
      <description>&lt;P&gt;I'm not sure about which ports need to be opened, however, as you mentioned connecting through the VPN provides full resolution it suggests that there are additional ports that needs to be opened on the firewall. An easy way to find out which ports would be via running packet capture on the firewall outside interface of the traffic destined to the plex server.&lt;/P&gt;</description>
      <pubDate>Sun, 09 Jul 2023 22:27:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-let-plex-media-server-pass-through-cisco-asa/m-p/4870501#M1102440</guid>
      <dc:creator>Aref Alsouqi</dc:creator>
      <dc:date>2023-07-09T22:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to let Plex media server pass through Cisco ASA</title>
      <link>https://community.cisco.com/t5/network-security/how-to-let-plex-media-server-pass-through-cisco-asa/m-p/4870502#M1102441</link>
      <description>&lt;P&gt;Yes, I know I need to open port 32400 I'm just not sure how to do that. I've tried a couple things on my own but nothing has worked so far.&lt;/P&gt;</description>
      <pubDate>Sun, 09 Jul 2023 22:34:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-let-plex-media-server-pass-through-cisco-asa/m-p/4870502#M1102441</guid>
      <dc:creator>tater0214</dc:creator>
      <dc:date>2023-07-09T22:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to let Plex media server pass through Cisco ASA</title>
      <link>https://community.cisco.com/t5/network-security/how-to-let-plex-media-server-pass-through-cisco-asa/m-p/4870506#M1102444</link>
      <description>&lt;P&gt;I think you just need to replace the IP in the "plexport" access list from 192.168.0.50 to 192.168.3.50. Essentially, the IP on the access list needs to be the plex server real IP.&lt;/P&gt;</description>
      <pubDate>Sun, 09 Jul 2023 22:59:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-let-plex-media-server-pass-through-cisco-asa/m-p/4870506#M1102444</guid>
      <dc:creator>Aref Alsouqi</dc:creator>
      <dc:date>2023-07-09T22:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to let Plex media server pass through Cisco ASA</title>
      <link>https://community.cisco.com/t5/network-security/how-to-let-plex-media-server-pass-through-cisco-asa/m-p/4870510#M1102445</link>
      <description>&lt;P&gt;Oh sorry! I forgot to update the config since I've made changes through more research and forums. I now have my isp router set to bridge mode so the asa is getting a dhcp public ip directly now to avoid double NAT-ing. Im still having issues port forwarding it seems though. The updated config is posted below.&lt;/P&gt;</description>
      <pubDate>Sun, 09 Jul 2023 23:10:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-let-plex-media-server-pass-through-cisco-asa/m-p/4870510#M1102445</guid>
      <dc:creator>tater0214</dc:creator>
      <dc:date>2023-07-09T23:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to let Plex media server pass through Cisco ASA</title>
      <link>https://community.cisco.com/t5/network-security/how-to-let-plex-media-server-pass-through-cisco-asa/m-p/4870513#M1102447</link>
      <description>&lt;P&gt;Is there any NAT rule applied to the edge router? Also, if you packet capture on the firewall outside interface, do you see any traffic destined to the plex server?&lt;/P&gt;</description>
      <pubDate>Sun, 09 Jul 2023 23:21:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-let-plex-media-server-pass-through-cisco-asa/m-p/4870513#M1102447</guid>
      <dc:creator>Aref Alsouqi</dc:creator>
      <dc:date>2023-07-09T23:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to let Plex media server pass through Cisco ASA</title>
      <link>https://community.cisco.com/t5/network-security/how-to-let-plex-media-server-pass-through-cisco-asa/m-p/4870518#M1102448</link>
      <description>&lt;P&gt;There shouldn't be any NAT going on in the router anymore. Whenever I try packet capture I get an error. Settings are: Ingress interface-outside ingress access list-plexport(32400) egress interface-inside egress access list-plexport.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="error.PNG" style="width: 513px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/189886i544703D54E44977E/image-size/large?v=v2&amp;amp;px=999" role="button" title="error.PNG" alt="error.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Jul 2023 23:47:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-let-plex-media-server-pass-through-cisco-asa/m-p/4870518#M1102448</guid>
      <dc:creator>tater0214</dc:creator>
      <dc:date>2023-07-09T23:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to let Plex media server pass through Cisco ASA</title>
      <link>https://community.cisco.com/t5/network-security/how-to-let-plex-media-server-pass-through-cisco-asa/m-p/4870759#M1102451</link>
      <description>&lt;P&gt;Please try the following from the CLI while you are generating some traffic from outside destined to the plex server:&lt;/P&gt;
&lt;P&gt;capture PLEX interface outside match tcp any host 192.168.0.50 eq 32400&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2023 08:44:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-let-plex-media-server-pass-through-cisco-asa/m-p/4870759#M1102451</guid>
      <dc:creator>Aref Alsouqi</dc:creator>
      <dc:date>2023-07-10T08:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to let Plex media server pass through Cisco ASA</title>
      <link>https://community.cisco.com/t5/network-security/how-to-let-plex-media-server-pass-through-cisco-asa/m-p/4870866#M1102466</link>
      <description>&lt;P&gt;I have little info. about this server so&amp;nbsp;&lt;BR /&gt;client -&amp;gt;ASA -&amp;gt; Server -&amp;gt;ASA -&amp;gt; internet&amp;nbsp;&lt;BR /&gt;this is flow of traffic ?&lt;BR /&gt;If Yes&amp;nbsp;&lt;BR /&gt;then you need&amp;nbsp;&lt;BR /&gt;static NATing server IP to ASA OUTside with specific port 32400&amp;nbsp;&lt;BR /&gt;no need ACL since the client will use OUTside public IP to access Server&amp;nbsp;&lt;BR /&gt;also you need&amp;nbsp;&lt;BR /&gt;dynamic NATing the Server subnet to OUTside ASA interface&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2023 10:54:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-let-plex-media-server-pass-through-cisco-asa/m-p/4870866#M1102466</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-07-10T10:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to let Plex media server pass through Cisco ASA</title>
      <link>https://community.cisco.com/t5/network-security/how-to-let-plex-media-server-pass-through-cisco-asa/m-p/4871173#M1102494</link>
      <description>&lt;P&gt;Ok so I got it. Turns out my firewall config was correct or at least functional but the issue was a plex glitch. Theres a button to manually specify the port you use. I left this unchecked because I wanted to use the default port of 32400 but just to try I checked the box and entered the port 32400 again and it worked so I'm not sure why plex was doing this but it shouldn't have and I'm quite frustrated with plex right now. I will mark MHM's as solution because that was what I had to do but my config already had that from before but hopefully it helps others.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2023 15:49:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-let-plex-media-server-pass-through-cisco-asa/m-p/4871173#M1102494</guid>
      <dc:creator>tater0214</dc:creator>
      <dc:date>2023-07-10T15:49:24Z</dc:date>
    </item>
  </channel>
</rss>

