<?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 Static NAT - make my ip address appear as something else in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/static-nat-make-my-ip-address-appear-as-something-else/m-p/1863974#M491971</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a firewall which is conntect to a Cisco 870 router. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The router only allows one ip address to ssh into and it which is 7.7.7.7 but the interface which is connected to the router is on the firewall is a 2.2.2.2 and the router interface is a 2.2.2.1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can ping the router from the inside of my firewall, but I can't ssh into it at is has a access list which will only allow ssh from the ip address 7.7.7.7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would it be possible to do a static NAT which can translate the 2.2.2.2 to a 7.7.7.7 when I ssh into the router when coming from the inside?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 21:58:12 GMT</pubDate>
    <dc:creator>John Peterson</dc:creator>
    <dc:date>2019-03-11T21:58:12Z</dc:date>
    <item>
      <title>Static NAT - make my ip address appear as something else</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-make-my-ip-address-appear-as-something-else/m-p/1863974#M491971</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a firewall which is conntect to a Cisco 870 router. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The router only allows one ip address to ssh into and it which is 7.7.7.7 but the interface which is connected to the router is on the firewall is a 2.2.2.2 and the router interface is a 2.2.2.1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can ping the router from the inside of my firewall, but I can't ssh into it at is has a access list which will only allow ssh from the ip address 7.7.7.7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would it be possible to do a static NAT which can translate the 2.2.2.2 to a 7.7.7.7 when I ssh into the router when coming from the inside?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 21:58:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-make-my-ip-address-appear-as-something-else/m-p/1863974#M491971</guid>
      <dc:creator>John Peterson</dc:creator>
      <dc:date>2019-03-11T21:58:12Z</dc:date>
    </item>
    <item>
      <title>Static NAT - make my ip address appear as something else</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-make-my-ip-address-appear-as-something-else/m-p/1863975#M491972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would recoomend to instead use a host on the inside or dmz ( if you have one) interface, natted into 7.7.7.7, then get access into the router and allow ssh communications from 2.2.2.2 as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2011 21:50:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-make-my-ip-address-appear-as-something-else/m-p/1863975#M491972</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2011-12-01T21:50:46Z</dc:date>
    </item>
    <item>
      <title>Static NAT - make my ip address appear as something else</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-make-my-ip-address-appear-as-something-else/m-p/1863976#M491973</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;Thanks I can use a host with the ip address of 192.168.10.1 which is the inside of my LAN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem I have is i'm not sure my cmd is correct:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static(inside,outside) 7.7.7.7 eq 22 192.168.10.1 eq 22 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would this be correct, I ONLY want the ssh traffic to be applied in the static nat hence the port 25?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2011 21:58:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-make-my-ip-address-appear-as-something-else/m-p/1863976#M491973</guid>
      <dc:creator>John Peterson</dc:creator>
      <dc:date>2011-12-01T21:58:13Z</dc:date>
    </item>
    <item>
      <title>Static NAT - make my ip address appear as something else</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-make-my-ip-address-appear-as-something-else/m-p/1863977#M491976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The router its on the outside of your network right ?Inside-ASA-----Outside--Router---Internet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In fact you do not need a static, because static is a permanent biderectional translation and in this case all you need is to nat the internal host to a specific IP address when it reaches the Router on the outside so lest use a&amp;nbsp; Global Policy Nat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So lets make this works:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list TEST permit tcp host 192.168.10.1 host 2.2.2.1 eq 22&lt;/P&gt;&lt;P&gt;Nat (inside) 17 access-list TEST&lt;/P&gt;&lt;P&gt;Global (outside) 17 7.7.7.7&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rate helpful posts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2011 22:27:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-make-my-ip-address-appear-as-something-else/m-p/1863977#M491976</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2011-12-01T22:27:53Z</dc:date>
    </item>
    <item>
      <title>Static NAT - make my ip address appear as something else</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-make-my-ip-address-appear-as-something-else/m-p/1863978#M491978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats correct,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not able to use a global nat as its already in use, I guess a static nat was take pressedance over global nat.&lt;/P&gt;&lt;P&gt;I also have a failover interface which is currently being used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way where i can use a static nat?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2011 22:31:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-make-my-ip-address-appear-as-something-else/m-p/1863978#M491978</guid>
      <dc:creator>John Peterson</dc:creator>
      <dc:date>2011-12-01T22:31:40Z</dc:date>
    </item>
    <item>
      <title>Static NAT - make my ip address appear as something else</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-make-my-ip-address-appear-as-something-else/m-p/1863979#M491980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course you can use the static nat in this situation, that was just an advise, Also remember that it does not matter if you are using a globat nat already, the more specific nat entry of the globals will take precedence , in our case this one will take it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but do not worry lets use a static if you want.but that will make the host to use that ip address on all of his connections.&lt;/P&gt;&lt;P&gt;NOTE:(Port-forwarding is just for inbound connections)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style-type: none; font-family: Arial, verdana, sans-serif;"&gt;access-list TEST permit tcp host 192.168.10.1 host 2.2.2.1 eq 22&lt;/P&gt;&lt;P&gt;static (inside,outside)&amp;nbsp; 7.7.7.7 access-list TEST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rate helpful posts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2011 22:47:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-make-my-ip-address-appear-as-something-else/m-p/1863979#M491980</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2011-12-01T22:47:55Z</dc:date>
    </item>
    <item>
      <title>Static NAT - make my ip address appear as something else</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-make-my-ip-address-appear-as-something-else/m-p/1863980#M491982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Julio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What this static nat be applied for all the connection of the host?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I only want the nat to be applied when i ssh into the 7.7.7.7 address?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2011 23:07:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-make-my-ip-address-appear-as-something-else/m-p/1863980#M491982</guid>
      <dc:creator>John Peterson</dc:creator>
      <dc:date>2011-12-01T23:07:05Z</dc:date>
    </item>
    <item>
      <title>Static NAT - make my ip address appear as something else</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-make-my-ip-address-appear-as-something-else/m-p/1863981#M491984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you take a look at the ACL, there is your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only for the destination 2.2.2.2 on port 22 (Static Policy&amp;nbsp; Nat)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2011 23:17:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-make-my-ip-address-appear-as-something-else/m-p/1863981#M491984</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2011-12-01T23:17:44Z</dc:date>
    </item>
    <item>
      <title>Static NAT - make my ip address appear as something else</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-make-my-ip-address-appear-as-something-else/m-p/1863982#M491986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Julio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try and post back.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2011 23:18:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-make-my-ip-address-appear-as-something-else/m-p/1863982#M491986</guid>
      <dc:creator>John Peterson</dc:creator>
      <dc:date>2011-12-01T23:18:56Z</dc:date>
    </item>
    <item>
      <title>Static NAT - make my ip address appear as something else</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-make-my-ip-address-appear-as-something-else/m-p/1863983#M491988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello John&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sure, I will be waiting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2011 23:24:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-make-my-ip-address-appear-as-something-else/m-p/1863983#M491988</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2011-12-01T23:24:04Z</dc:date>
    </item>
    <item>
      <title>Static NAT - make my ip address appear as something else</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-make-my-ip-address-appear-as-something-else/m-p/1863984#M491989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I meant, I will try it in the morning and let you know 2morr night.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Quick question, How do you learn so much, I want to be like you and be very good and firewall, can you help me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2011 23:31:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-make-my-ip-address-appear-as-something-else/m-p/1863984#M491989</guid>
      <dc:creator>John Peterson</dc:creator>
      <dc:date>2011-12-01T23:31:40Z</dc:date>
    </item>
    <item>
      <title>Static NAT - make my ip address appear as something else</title>
      <link>https://community.cisco.com/t5/network-security/static-nat-make-my-ip-address-appear-as-something-else/m-p/1863985#M491992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for that comments, its all about love what you do, research on every topic and going for certifications that will improve your performance as a Security Tech.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See ya tomorrow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2011 23:37:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-nat-make-my-ip-address-appear-as-something-else/m-p/1863985#M491992</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2011-12-01T23:37:58Z</dc:date>
    </item>
  </channel>
</rss>

