<?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: PS3 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/ps3/m-p/842593#M955136</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All traffic from the PS3 going out is not blocked, but the outside (internet) can not see the PS3. You will need to create a static NAT and add ACL rules to permit the traffic in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will need to know the ports the PS3 game uses or you could open the entire IP (not suggested). Here is a link that explains what you need to do as far as creating the statics and ACL for limited ports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://kb.packetpros.com/?View=entry&amp;amp;EntryID=22" target="_blank"&gt;http://kb.packetpros.com/?View=entry&amp;amp;EntryID=22&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you wish to open all ports.&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) interface 10.9.2.206 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;access-list acl_home permit ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will break all remote connectivity to your firewall sourced from the outside (ie telnet/SSH for remote management).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Feb 2008 18:48:09 GMT</pubDate>
    <dc:creator>Collin Clark</dc:creator>
    <dc:date>2008-02-13T18:48:09Z</dc:date>
    <item>
      <title>PS3</title>
      <link>https://community.cisco.com/t5/network-security/ps3/m-p/842592#M955135</link>
      <description>&lt;P&gt;I have a PS3 on my network... How do i tell my pix506e that all traffic to and from that PS3 is ok! I don;t want the pix to block anything to and from that PS3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as you can guess people are having problems connecting to play games over the internet!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the configuration if attached!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 12:02:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ps3/m-p/842592#M955135</guid>
      <dc:creator>Danny Guillory Jr</dc:creator>
      <dc:date>2019-03-11T12:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: PS3</title>
      <link>https://community.cisco.com/t5/network-security/ps3/m-p/842593#M955136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All traffic from the PS3 going out is not blocked, but the outside (internet) can not see the PS3. You will need to create a static NAT and add ACL rules to permit the traffic in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will need to know the ports the PS3 game uses or you could open the entire IP (not suggested). Here is a link that explains what you need to do as far as creating the statics and ACL for limited ports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://kb.packetpros.com/?View=entry&amp;amp;EntryID=22" target="_blank"&gt;http://kb.packetpros.com/?View=entry&amp;amp;EntryID=22&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you wish to open all ports.&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) interface 10.9.2.206 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;access-list acl_home permit ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will break all remote connectivity to your firewall sourced from the outside (ie telnet/SSH for remote management).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2008 18:48:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ps3/m-p/842593#M955136</guid>
      <dc:creator>Collin Clark</dc:creator>
      <dc:date>2008-02-13T18:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: PS3</title>
      <link>https://community.cisco.com/t5/network-security/ps3/m-p/842594#M955137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As long as the communication starts from the inside you don't have to worry about opening ports because inside interface has a "permit ip any any" ACL by default and there's no need to open ports for returning traffic due to stateful connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the other hand, if communication starts from the outside you need to create an static translation as well as to open the ports needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other person recommended to do a static translation using the IP address of the outside interface. You may do so but bear in mind that no one else will be able to go out but the PS3 as the latter will use the only IP address you have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may contact Sony about requirements through NAT devices, there are some equipments out there that don't support PAT such as videoconference devices so port forwarding is not an option in those cases.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2008 03:51:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ps3/m-p/842594#M955137</guid>
      <dc:creator>jojuarez</dc:creator>
      <dc:date>2008-02-14T03:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: PS3</title>
      <link>https://community.cisco.com/t5/network-security/ps3/m-p/842595#M955138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, one more thing. I noticed you're inspecting several protocols... are you really using those??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fixup protocol dns maximum-length 512&lt;/P&gt;&lt;P&gt;fixup protocol ftp 21&lt;/P&gt;&lt;P&gt;fixup protocol h323 h225 1720&lt;/P&gt;&lt;P&gt;fixup protocol h323 ras 1718-1719&lt;/P&gt;&lt;P&gt;fixup protocol http 80&lt;/P&gt;&lt;P&gt;fixup protocol rsh 514&lt;/P&gt;&lt;P&gt;fixup protocol rtsp 554&lt;/P&gt;&lt;P&gt;fixup protocol sip 5060&lt;/P&gt;&lt;P&gt;fixup protocol sip udp 5060&lt;/P&gt;&lt;P&gt;fixup protocol skinny 2000&lt;/P&gt;&lt;P&gt;fixup protocol smtp 25&lt;/P&gt;&lt;P&gt;fixup protocol sqlnet 1521&lt;/P&gt;&lt;P&gt;fixup protocol tftp 69&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not recommended to have inspections for protocols that you're not using.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2008 03:53:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ps3/m-p/842595#M955138</guid>
      <dc:creator>jojuarez</dc:creator>
      <dc:date>2008-02-14T03:53:58Z</dc:date>
    </item>
  </channel>
</rss>

