<?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 using one public ip for ssh`ing to different internal servers us in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/using-one-public-ip-for-ssh-ing-to-different-internal-servers/m-p/2415599#M270999</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sure will do, there is also another object with a different name but same ip- &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network websrv1&lt;/P&gt;&lt;P&gt;host 10.110.100.10&lt;/P&gt;&lt;P&gt; nat (inside,Outside) static 4.4.4.4 service tcp https 5676&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This Nat rule works. Could this be preventing it? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jan 2014 20:55:41 GMT</pubDate>
    <dc:creator>sandevsingh</dc:creator>
    <dc:date>2014-01-23T20:55:41Z</dc:date>
    <item>
      <title>using one public ip for ssh`ing to different internal servers using port-redirections</title>
      <link>https://community.cisco.com/t5/network-security/using-one-public-ip-for-ssh-ing-to-different-internal-servers/m-p/2415595#M270995</link>
      <description>&lt;P&gt;Hi, we are having a requirement to use the same public IP to ssh into different internal servers using port re-direction. So lets say from outside, if a user does &lt;SPAN style="text-decoration: underline;"&gt;ssh @ root 4.4.4.4 2222&lt;/SPAN&gt;, it should go to a sshsrv1 and then &lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;ssh @ root 4.4.4.4 2223&lt;/SPAN&gt; to sshsrv2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My config is like this:-&lt;/P&gt;&lt;P&gt;object network sshsrv1&lt;/P&gt;&lt;P&gt;host 10.110.100.10&lt;/P&gt;&lt;P&gt; nat (inside,Outside) static 4.4.4.4 service tcp 22 2222&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then i allowed the object "sshsrv1" in my inbound acl from outside. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It dosen`t seem to work. Is this doeable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions??&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 03:34:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/using-one-public-ip-for-ssh-ing-to-different-internal-servers/m-p/2415595#M270995</guid>
      <dc:creator>sandevsingh</dc:creator>
      <dc:date>2019-03-12T03:34:54Z</dc:date>
    </item>
    <item>
      <title>using one public ip for ssh`ing to different internal servers us</title>
      <link>https://community.cisco.com/t5/network-security/using-one-public-ip-for-ssh-ing-to-different-internal-servers/m-p/2415596#M270996</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;Did you allow the traffic using the real destination port of TCP/22?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You mentioned already that you allowed the traffic by using the created &lt;STRONG&gt;"object"&lt;/STRONG&gt; named &lt;STRONG&gt;"sshsrv1".&lt;/STRONG&gt; And since the new NAT configuration format and operation you will have to allow the traffic to the local IP address and also the local port.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 20:36:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/using-one-public-ip-for-ssh-ing-to-different-internal-servers/m-p/2415596#M270996</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2014-01-23T20:36:01Z</dc:date>
    </item>
    <item>
      <title>using one public ip for ssh`ing to different internal servers us</title>
      <link>https://community.cisco.com/t5/network-security/using-one-public-ip-for-ssh-ing-to-different-internal-servers/m-p/2415597#M270997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jouni, all traffic is allowed to "sshsrv1 and 2". &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 20:44:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/using-one-public-ip-for-ssh-ing-to-different-internal-servers/m-p/2415597#M270997</guid>
      <dc:creator>sandevsingh</dc:creator>
      <dc:date>2014-01-23T20:44:01Z</dc:date>
    </item>
    <item>
      <title>using one public ip for ssh`ing to different internal servers us</title>
      <link>https://community.cisco.com/t5/network-security/using-one-public-ip-for-ssh-ing-to-different-internal-servers/m-p/2415598#M270998</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;Would need to see your NAT configurations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a possibility that you have a NAT configuration that might be preventing this from working. Then again you are using an extra public IP address for this so it seems strange.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you try the &lt;STRONG&gt;"packet-tracer"&lt;/STRONG&gt; command &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;packet-tracer input outside tcp &lt;RANDOM source="" ip=""&gt; 12345 &lt;NAT ip=""&gt; 2222&lt;/NAT&gt;&lt;/RANDOM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should tell us if there is some problem in the ASA configurations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 20:47:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/using-one-public-ip-for-ssh-ing-to-different-internal-servers/m-p/2415598#M270998</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2014-01-23T20:47:25Z</dc:date>
    </item>
    <item>
      <title>using one public ip for ssh`ing to different internal servers us</title>
      <link>https://community.cisco.com/t5/network-security/using-one-public-ip-for-ssh-ing-to-different-internal-servers/m-p/2415599#M270999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sure will do, there is also another object with a different name but same ip- &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network websrv1&lt;/P&gt;&lt;P&gt;host 10.110.100.10&lt;/P&gt;&lt;P&gt; nat (inside,Outside) static 4.4.4.4 service tcp https 5676&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This Nat rule works. Could this be preventing it? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 20:55:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/using-one-public-ip-for-ssh-ing-to-different-internal-servers/m-p/2415599#M270999</guid>
      <dc:creator>sandevsingh</dc:creator>
      <dc:date>2014-01-23T20:55:41Z</dc:date>
    </item>
    <item>
      <title>using one public ip for ssh`ing to different internal servers us</title>
      <link>https://community.cisco.com/t5/network-security/using-one-public-ip-for-ssh-ing-to-different-internal-servers/m-p/2415600#M271000</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;That NAT configuration should cause no problems. Its just a Static PAT for another port so there should be no problem with that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 21:09:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/using-one-public-ip-for-ssh-ing-to-different-internal-servers/m-p/2415600#M271000</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2014-01-23T21:09:52Z</dc:date>
    </item>
  </channel>
</rss>

