<?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: Java Application to internet in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/java-application-to-internet/m-p/994782#M916540</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;Well first of all you  need to find out which ports and which IP address that application needs to communicate with.  Once you have those details  ..  it is just a matter of allowing that access on the PIX and you also need to create a PAT translation for the internal host to make it routable on the Internet. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example let's say that your internal host is 10.10.10.10; the public server is 203.203.203.203 and the port that the internal host needs to communicate is tcp/6200  ..  then you will need:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.-  create an access-list to allow this access&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list Inside-Out permit tcp host 10.10.10.10 host 203.203.203.203 eq 6200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.-  Apply that access-list to the inside interface of your firewall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group Inside-Out in interface inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.- Create a PAT to allow the host to be routable on the Internet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (inside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 1 access-list Inside-Out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above is just an example for your reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps   ..  please rate helpful posts  !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Jul 2008 22:31:12 GMT</pubDate>
    <dc:creator>Fernando_Meza</dc:creator>
    <dc:date>2008-07-17T22:31:12Z</dc:date>
    <item>
      <title>Java Application to internet</title>
      <link>https://community.cisco.com/t5/network-security/java-application-to-internet/m-p/994781#M916537</link>
      <description>&lt;P&gt;I have a Java Application that connect to some server over the internet. After i installed PIX 501 on my network i am unable to connect my application to its server.Without pix its works great.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In local computer log i can see the application connecting on&lt;/P&gt;&lt;P&gt; static.1.1.1.1.clients.your-server.de:https&lt;/P&gt;&lt;P&gt;( 1.1.1.1 is the ip of the server that i have changed)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea ?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 13:16:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/java-application-to-internet/m-p/994781#M916537</guid>
      <dc:creator>munawar.zeeshan</dc:creator>
      <dc:date>2019-03-11T13:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: Java Application to internet</title>
      <link>https://community.cisco.com/t5/network-security/java-application-to-internet/m-p/994782#M916540</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;Well first of all you  need to find out which ports and which IP address that application needs to communicate with.  Once you have those details  ..  it is just a matter of allowing that access on the PIX and you also need to create a PAT translation for the internal host to make it routable on the Internet. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example let's say that your internal host is 10.10.10.10; the public server is 203.203.203.203 and the port that the internal host needs to communicate is tcp/6200  ..  then you will need:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.-  create an access-list to allow this access&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list Inside-Out permit tcp host 10.10.10.10 host 203.203.203.203 eq 6200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.-  Apply that access-list to the inside interface of your firewall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group Inside-Out in interface inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.- Create a PAT to allow the host to be routable on the Internet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (inside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 1 access-list Inside-Out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above is just an example for your reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps   ..  please rate helpful posts  !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2008 22:31:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/java-application-to-internet/m-p/994782#M916540</guid>
      <dc:creator>Fernando_Meza</dc:creator>
      <dc:date>2008-07-17T22:31:12Z</dc:date>
    </item>
  </channel>
</rss>

