<?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: Secure communication between 2 Solaris Via PIX in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/secure-communication-between-2-solaris-via-pix/m-p/402459#M555805</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SSH uses a encrypted tunnel as GRE !&lt;/P&gt;&lt;P&gt;SSH support xDES, AES, blowfish .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sincerely&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Oct 2004 17:44:16 GMT</pubDate>
    <dc:creator>Patrick Iseli</dc:creator>
    <dc:date>2004-10-27T17:44:16Z</dc:date>
    <item>
      <title>Secure communication between 2 Solaris Via PIX</title>
      <link>https://community.cisco.com/t5/network-security/secure-communication-between-2-solaris-via-pix/m-p/402456#M555795</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a scenario where I have 2 Solaris boxes (one on the inside and one on the outside) attached to a PIX. I am looking to secure a portion of traffic between the two Solaris machines irrespective of which one initiates the connection and without manual intervention.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been looking at the Cisco VPN client for this but it looks like this will not be a very elegant solution as firstly the "Auto-Initialisation" feature does not work with the Solaris client and also the Solaris machines would both in effect be initiators of VPN tunnels and also terminators (at times I would require that the PIX initiates a VPN connection to the VPN client as a result of traffic destined for the client. I&amp;#146;m pretty sure I can&amp;#146;t do this).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions would be appreciated. Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 07:42:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/secure-communication-between-2-solaris-via-pix/m-p/402456#M555795</guid>
      <dc:creator>srowles</dc:creator>
      <dc:date>2020-02-21T07:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Secure communication between 2 Solaris Via PIX</title>
      <link>https://community.cisco.com/t5/network-security/secure-communication-between-2-solaris-via-pix/m-p/402457#M555797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about SSH tunnel from the outside to the inside. Both SUN boxes have ssh implemented and could even use the port forwarding feature to tunnel other protocols. And finaly should not forget all scripting features that could be used. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SSH-Public = NAT address, public IP, of inside SUN Host&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX(config)# access-list acl-outside permit tcp host SunOutsideHost host SSH-Public eq 22&lt;/P&gt;&lt;P&gt;PIX(config)# access-group acl-outside in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) SSH-Public SSH-LAN netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the SUN Whitepapers for the SSH implementation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Configure SSH&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.sun.com/bigadmin/features/articles/sec_shell_1.html" target="_blank"&gt;http://www.sun.com/bigadmin/features/articles/sec_shell_1.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Deployment and Installation&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.sun.com/blueprints/0701/openSSH.pdf" target="_blank"&gt;http://www.sun.com/blueprints/0701/openSSH.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sincerely&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Oct 2004 11:43:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/secure-communication-between-2-solaris-via-pix/m-p/402457#M555797</guid>
      <dc:creator>Patrick Iseli</dc:creator>
      <dc:date>2004-10-27T11:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Secure communication between 2 Solaris Via PIX</title>
      <link>https://community.cisco.com/t5/network-security/secure-communication-between-2-solaris-via-pix/m-p/402458#M555802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Patrick&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the information. It has certainly given me something to think about. I am now also looking at the possibility of a GRE tunnel as my problem is not specifically one of security but more of a solution to avoid opening many ports on a firewall. I´m therefore looking for a suitable tunneling solution. Unfortunately I´m not a Unix person at all and I am trying to help someone else out with this problem from the perspective of being a Cisco bod.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Oct 2004 13:57:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/secure-communication-between-2-solaris-via-pix/m-p/402458#M555802</guid>
      <dc:creator>srowles</dc:creator>
      <dc:date>2004-10-27T13:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Secure communication between 2 Solaris Via PIX</title>
      <link>https://community.cisco.com/t5/network-security/secure-communication-between-2-solaris-via-pix/m-p/402459#M555805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SSH uses a encrypted tunnel as GRE !&lt;/P&gt;&lt;P&gt;SSH support xDES, AES, blowfish .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sincerely&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Oct 2004 17:44:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/secure-communication-between-2-solaris-via-pix/m-p/402459#M555805</guid>
      <dc:creator>Patrick Iseli</dc:creator>
      <dc:date>2004-10-27T17:44:16Z</dc:date>
    </item>
  </channel>
</rss>

