<?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: enable an external acces to server on DMZ in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/enable-an-external-acces-to-server-on-dmz/m-p/1670367#M558481</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank u IAN ..i' ll do it like this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Apr 2011 08:46:49 GMT</pubDate>
    <dc:creator>Junior Mateus</dc:creator>
    <dc:date>2011-04-07T08:46:49Z</dc:date>
    <item>
      <title>enable an external acces to server on DMZ</title>
      <link>https://community.cisco.com/t5/network-security/enable-an-external-acces-to-server-on-dmz/m-p/1670363#M558473</link>
      <description>&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i' m a new on administration of ASA, i'' ve one appliance ASA 5510, v8.X and asdm 6X&lt;/P&gt;&lt;P&gt;here u have my configuration :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Ethernet0/0&lt;BR /&gt; description Link To WAN&lt;BR /&gt; nameif outside&lt;BR /&gt; security-level 0&lt;BR /&gt; ip address 212.96.23.186 255.255.255.252&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt; description Link to LAN(forefront)&lt;BR /&gt; nameif inside&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 10.20.80.1 255.255.255.252&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt; description Link to CoreSW (DMZ)&lt;BR /&gt; nameif DMZ&lt;BR /&gt; security-level 50&lt;BR /&gt; ip address 10.70.70.254 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have on server ssh (10.70.70.10) on my DMZ .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wan to enable my external user, i mean outside user to be able to acces to this server wich is in my DMZ for this port ( ssh)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need&amp;nbsp; some propositions Script wich can permit me to do this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank u in advance&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 20:17:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/enable-an-external-acces-to-server-on-dmz/m-p/1670363#M558473</guid>
      <dc:creator>Junior Mateus</dc:creator>
      <dc:date>2019-03-11T20:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: enable an external acces to server on DMZ</title>
      <link>https://community.cisco.com/t5/network-security/enable-an-external-acces-to-server-on-dmz/m-p/1670364#M558475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well the simplest form is to use a static nat and then allow ssh in your ACL. Normally you would "publish" your server on the internet. First you need to reserve and assign a public IP address in your range (if you have one free).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For exmaple:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (DMZ, outside) 212.96.23.x 10.70.70.10 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then allow ssh in your outside access-list (depending on the name of your access-list):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside permit tcp any host 10.70.70.10 eq ssh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course if your "public" user has a fixed IP address then it would be better to change "any" for his address to be more secure. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't have any spare public IP addresses you can always use port redirection instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;Ian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2011 11:10:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/enable-an-external-acces-to-server-on-dmz/m-p/1670364#M558475</guid>
      <dc:creator>IAN WHITMORE</dc:creator>
      <dc:date>2011-04-06T11:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: enable an external acces to server on DMZ</title>
      <link>https://community.cisco.com/t5/network-security/enable-an-external-acces-to-server-on-dmz/m-p/1670365#M558477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you IAN&amp;nbsp; for&lt;/P&gt;&lt;P&gt;you answer is true.. suppose that i have just one public Ip wich is in my outside interface&lt;/P&gt;&lt;P&gt;how can i use the PAR ( Port address Redirection) for ssh, because the ASA also use ssh .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I test the script you give me it working but .. is the ASA which respond me on SSH&lt;/P&gt;&lt;P&gt;i change the server port of ssh on 1080 for don't have this conflict port.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think you second idea it's better for port redirection , how can i used it if my server is 1080 for example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2011 14:24:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/enable-an-external-acces-to-server-on-dmz/m-p/1670365#M558477</guid>
      <dc:creator>Junior Mateus</dc:creator>
      <dc:date>2011-04-06T14:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: enable an external acces to server on DMZ</title>
      <link>https://community.cisco.com/t5/network-security/enable-an-external-acces-to-server-on-dmz/m-p/1670366#M558479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't need to change the server port. It should be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;static (DMZ, outside) tcp 212.96.23.x 2022 10.70.70.10 22 netmask 255.255.255.255&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you are saying here is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take the tcp connections to ip 212.96.23.x port 2022 and translate them to ip 10.70.70.10 port 22.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, the external user should try to ssh obviously to the non-standard port 2022 from the public network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2011 07:24:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/enable-an-external-acces-to-server-on-dmz/m-p/1670366#M558479</guid>
      <dc:creator>IAN WHITMORE</dc:creator>
      <dc:date>2011-04-07T07:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: enable an external acces to server on DMZ</title>
      <link>https://community.cisco.com/t5/network-security/enable-an-external-acces-to-server-on-dmz/m-p/1670367#M558481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank u IAN ..i' ll do it like this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2011 08:46:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/enable-an-external-acces-to-server-on-dmz/m-p/1670367#M558481</guid>
      <dc:creator>Junior Mateus</dc:creator>
      <dc:date>2011-04-07T08:46:49Z</dc:date>
    </item>
  </channel>
</rss>

