<?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 ASA5510 problems with NAT &amp; ssh &amp; RDP &amp; ACl's in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa5510-problems-with-nat-ssh-rdp-acl-s/m-p/822939#M960621</link>
    <description>&lt;P&gt;so we have an inside network (172) and an outside network (11) and we want to install a 5510 in between.&lt;/P&gt;&lt;P&gt;basically, I would want to be able to &lt;/P&gt;&lt;P&gt;#1) ssh into the 5510 from the outside network.&lt;/P&gt;&lt;P&gt;#2) I want outside users to be able to use RDC remote desktop connection from the outside to a couple of devices on the inside.&lt;/P&gt;&lt;P&gt;#3) couple of devices on the inside should be able to print to a networked printer on the outside network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with these requirements, i set out to configure the 5510.&lt;/P&gt;&lt;P&gt;however, I cannot get anything to work.&lt;/P&gt;&lt;P&gt;no ssh, no telnet, no pings, and certainly no RDP.&lt;/P&gt;&lt;P&gt;my guess is that problems abound with the way my acl's are set.&lt;/P&gt;&lt;P&gt;i'm attaching my sh run.&lt;/P&gt;&lt;P&gt;I took off the ssh from the configs and try to atleast get telnet working, but I was unsuccessful.&lt;/P&gt;&lt;P&gt;anyone have any suggestions, I would be so very thankful and appreciative!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also, 11.1.55.1 is the outside router(gateway).&lt;/P&gt;&lt;P&gt;11.1.55.100 is the IP of 5510 (outside)&lt;/P&gt;&lt;P&gt;172.16.4.231 is the IP of 5510 (inside)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;some of the inside devices have IP's starting with 172.16.4.1 and I have static NAT configured so some of the inside devices can access the web and maybe print?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 11:31:24 GMT</pubDate>
    <dc:creator>vgoradia</dc:creator>
    <dc:date>2019-03-11T11:31:24Z</dc:date>
    <item>
      <title>ASA5510 problems with NAT &amp; ssh &amp; RDP &amp; ACl's</title>
      <link>https://community.cisco.com/t5/network-security/asa5510-problems-with-nat-ssh-rdp-acl-s/m-p/822939#M960621</link>
      <description>&lt;P&gt;so we have an inside network (172) and an outside network (11) and we want to install a 5510 in between.&lt;/P&gt;&lt;P&gt;basically, I would want to be able to &lt;/P&gt;&lt;P&gt;#1) ssh into the 5510 from the outside network.&lt;/P&gt;&lt;P&gt;#2) I want outside users to be able to use RDC remote desktop connection from the outside to a couple of devices on the inside.&lt;/P&gt;&lt;P&gt;#3) couple of devices on the inside should be able to print to a networked printer on the outside network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with these requirements, i set out to configure the 5510.&lt;/P&gt;&lt;P&gt;however, I cannot get anything to work.&lt;/P&gt;&lt;P&gt;no ssh, no telnet, no pings, and certainly no RDP.&lt;/P&gt;&lt;P&gt;my guess is that problems abound with the way my acl's are set.&lt;/P&gt;&lt;P&gt;i'm attaching my sh run.&lt;/P&gt;&lt;P&gt;I took off the ssh from the configs and try to atleast get telnet working, but I was unsuccessful.&lt;/P&gt;&lt;P&gt;anyone have any suggestions, I would be so very thankful and appreciative!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also, 11.1.55.1 is the outside router(gateway).&lt;/P&gt;&lt;P&gt;11.1.55.100 is the IP of 5510 (outside)&lt;/P&gt;&lt;P&gt;172.16.4.231 is the IP of 5510 (inside)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;some of the inside devices have IP's starting with 172.16.4.1 and I have static NAT configured so some of the inside devices can access the web and maybe print?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 11:31:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5510-problems-with-nat-ssh-rdp-acl-s/m-p/822939#M960621</guid>
      <dc:creator>vgoradia</dc:creator>
      <dc:date>2019-03-11T11:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5510 problems with NAT &amp; ssh &amp; RDP &amp; ACl's</title>
      <link>https://community.cisco.com/t5/network-security/asa5510-problems-with-nat-ssh-rdp-acl-s/m-p/822940#M960622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First off do you really need to limit access from your inside network to your outside network?  Second for your internet users you should probably not do static NAT unless you only have 1 or 2 machines using the internet.  You will also need to add the command "no nat-control", without this command anything that isnt getting NAT'd will not be allowed to pass the firewall.  If you dont want to add it you need to NAT every address to itself for them to pass.  That could be your biggest problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rate if this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 19:48:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5510-problems-with-nat-ssh-rdp-acl-s/m-p/822940#M960622</guid>
      <dc:creator>thefindjack</dc:creator>
      <dc:date>2007-11-14T19:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5510 problems with NAT &amp; ssh &amp; RDP &amp; ACl's</title>
      <link>https://community.cisco.com/t5/network-security/asa5510-problems-with-nat-ssh-rdp-acl-s/m-p/822941#M960623</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;You can't even ping the outside address of the ASA? You should, based on the configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With regards to SSH access to the ASA, you need to explicitly permit SSH access. You do this with the "ssh" command, as in:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ssh &lt;IP address=""&gt; &lt;NETWORK mask=""&gt; &lt;IFACE name=""&gt;&lt;/IFACE&gt;&lt;/NETWORK&gt;&lt;/IP&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ssh 1.2.3.0 255.255.255.0 outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You also need to set the telnet password (which is also used for SSH if no AAA config.) via the command "password". You will then SSH in using the username "pix" and that password. You can also use "aaa authentication ssh console &lt;SERVER name=""&gt;" to set up other authentication methods.&lt;/SERVER&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The statics for your Windows machines (which you'll access via RDP) look fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A potential problem I see is the ACL applied to the inside interface - it's too restrictive. If that is what you need that is okay, of course, but I recommend that you set the logging level to debug ("logging console debug" if you are at the console) and try to connect - you'll see the debugging messages indicating what traffic has been denied.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the inside host to get out you need to configure NAT if your printers on the outside can't talk to the RFC 1918 address you are currently using on the inside. You can start with a simple NAT configuration. For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 1 0 0&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will allow your internal hosts to go out using PAT and the outside interface of the ASA.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 19:54:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5510-problems-with-nat-ssh-rdp-acl-s/m-p/822941#M960623</guid>
      <dc:creator>elparis</dc:creator>
      <dc:date>2007-11-14T19:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5510 problems with NAT &amp; ssh &amp; RDP &amp; ACl's</title>
      <link>https://community.cisco.com/t5/network-security/asa5510-problems-with-nat-ssh-rdp-acl-s/m-p/822942#M960624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, I only have about 5 inside machines that need to access the web and an outside server to dump data. so NAT'ing the 5 devices should be ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my biggest concern is my ability to ssh into the firewall and for all outside users to be able to RDC into the inside machines. how do I set those two things up?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 20:09:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5510-problems-with-nat-ssh-rdp-acl-s/m-p/822942#M960624</guid>
      <dc:creator>vgoradia</dc:creator>
      <dc:date>2007-11-14T20:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5510 problems with NAT &amp; ssh &amp; RDP &amp; ACl's</title>
      <link>https://community.cisco.com/t5/network-security/asa5510-problems-with-nat-ssh-rdp-acl-s/m-p/822943#M960625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good point about "no nat-control", thefindjack. Remember that "no nat-control" is the default, though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NAT control used to be the default in older versions, though, so "nat-control" can show up in the configuration if the device was upgraded from an older version of the software.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eloy.-&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 20:11:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5510-problems-with-nat-ssh-rdp-acl-s/m-p/822943#M960625</guid>
      <dc:creator>elparis</dc:creator>
      <dc:date>2007-11-14T20:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5510 problems with NAT &amp; ssh &amp; RDP &amp; ACl's</title>
      <link>https://community.cisco.com/t5/network-security/asa5510-problems-with-nat-ssh-rdp-acl-s/m-p/822944#M960626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i consoled into the firewall and tried to ping my 11.1.55.1 gateway router from the 5510's outside interface, i was not able to ping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, I proceeded to ping one of the inside machines using the 5510 inside interface IP, again, I was not able to ping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regarding ssh, yes, I had it configured as&lt;/P&gt;&lt;P&gt;ssh 1.2.3.0 255.255.255.0 outside&lt;/P&gt;&lt;P&gt;but this did not work.&lt;/P&gt;&lt;P&gt;i double and triple checked my connections at the back of the 5510.&lt;/P&gt;&lt;P&gt;also, tried all the above via asdm but did not work.&lt;/P&gt;&lt;P&gt;I do remember inserting the no nat control command and then taking it off.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, how can I make my acl's the least restrictive so I can atleast get the ssh/telnet working since the 5510 is in another bldg on my campus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm just at a loss of ideas...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 20:18:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5510-problems-with-nat-ssh-rdp-acl-s/m-p/822944#M960626</guid>
      <dc:creator>vgoradia</dc:creator>
      <dc:date>2007-11-14T20:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5510 problems with NAT &amp; ssh &amp; RDP &amp; ACl's</title>
      <link>https://community.cisco.com/t5/network-security/asa5510-problems-with-nat-ssh-rdp-acl-s/m-p/822945#M960627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does "sh int" on the ASA show the interfaces as up/up? And what about "sh int" on the switch the ASA is connected to? If the ASA is directly connected to a router or cable modem, are you using a crossover cable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can enable a packet capture and see what is going on. For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;capture mycapture interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then try to ping and then run "show capture mycapture" to see what the ASA is seeing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nothing will work if you don't have basic IP connectivity first, so you need to fix that before you can move on to configuring SSH, NAT, etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 21:36:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5510-problems-with-nat-ssh-rdp-acl-s/m-p/822945#M960627</guid>
      <dc:creator>elparis</dc:creator>
      <dc:date>2007-11-14T21:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5510 problems with NAT &amp; ssh &amp; RDP &amp; ACl's</title>
      <link>https://community.cisco.com/t5/network-security/asa5510-problems-with-nat-ssh-rdp-acl-s/m-p/822946#M960628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok. this is way too embarassing.&lt;/P&gt;&lt;P&gt;I had the cables plugged incorrectly into the 5510.&lt;/P&gt;&lt;P&gt;i don't know what to say...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now, ssh from outside works fine.&lt;/P&gt;&lt;P&gt;inside the 5510, all devices can ping the 5510.&lt;/P&gt;&lt;P&gt;how to enable asdm from outside?&lt;/P&gt;&lt;P&gt;when I try to launch the asdm, it gives me an error saying the device manager cannot be launched from the IP address 11.1.55.100 (this is the 5510's outside interface IP).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 21:52:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5510-problems-with-nat-ssh-rdp-acl-s/m-p/822946#M960628</guid>
      <dc:creator>vgoradia</dc:creator>
      <dc:date>2007-11-14T21:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5510 problems with NAT &amp; ssh &amp; RDP &amp; ACl's</title>
      <link>https://community.cisco.com/t5/network-security/asa5510-problems-with-nat-ssh-rdp-acl-s/m-p/822947#M960629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok. I finally got the asdm to work on the outside interface also.&lt;/P&gt;&lt;P&gt;but, i'm still stuck with the core problem of RDC.&lt;/P&gt;&lt;P&gt;i'm able to get to the logon screen of the inside devices but cannot successfully RDC in.&lt;/P&gt;&lt;P&gt;my access list 110 is applied to the ingress of interface outside.&lt;/P&gt;&lt;P&gt;maybe I need an access list on the interface inside also? ingress or egress?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is my sh run&lt;/P&gt;&lt;P&gt;ASA Version 8.0(3) &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;hostname Cisco-5510&lt;/P&gt;&lt;P&gt;enable password xxx&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/0&lt;/P&gt;&lt;P&gt; nameif outside&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; ip address 11.x.x.100 255.255.255.0 &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/1&lt;/P&gt;&lt;P&gt; description XYZ Network&lt;/P&gt;&lt;P&gt; nameif inside&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 172.16.4.231 255.255.252.0 &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Management0/0&lt;/P&gt;&lt;P&gt; nameif management&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 192.168.1.1 255.255.255.0 &lt;/P&gt;&lt;P&gt; management-only&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;passwd xxx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;boot system disk0:/asa803-k8.bin&lt;/P&gt;&lt;P&gt;ftp mode passive&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;same-security-traffic permit inter-interface&lt;/P&gt;&lt;P&gt;same-security-traffic permit intra-interface&lt;/P&gt;&lt;P&gt;access-list 110 extended permit tcp any host 11.1.55.85 eq 3389 &lt;/P&gt;&lt;P&gt;access-list 110 extended permit tcp any host 11.1.55.86 eq 3389 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;logging enable&lt;/P&gt;&lt;P&gt;logging asdm informational&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;icmp unreachable rate-limit 1 burst-size 1&lt;/P&gt;&lt;P&gt;icmp permit any inside&lt;/P&gt;&lt;P&gt;asdm image disk0:/asdm-603.bin&lt;/P&gt;&lt;P&gt;static (inside,outside) 11.1.55.85 172.16.4.53 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;static (inside,outside) 11.1.55.86 172.16.4.1 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group 110 in interface outside&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 11.1.55.1 1&lt;/P&gt;&lt;P&gt;timeout xlate 3:00:00&lt;/P&gt;&lt;P&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02&lt;/P&gt;&lt;P&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;/P&gt;&lt;P&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;/P&gt;&lt;P&gt;timeout uauth 0:05:00 absolute&lt;/P&gt;&lt;P&gt;dynamic-access-policy-record DfltAccessPolicy&lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 11.1.55.0 255.255.255.0 outside&lt;/P&gt;&lt;P&gt;http 192.168.1.0 255.255.255.0 management&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no crypto isakmp nat-traversal&lt;/P&gt;&lt;P&gt;telnet timeout 30&lt;/P&gt;&lt;P&gt;ssh 11.1.55.0 255.255.255.0 outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ssh 172.16.4.0 255.255.252.0 inside&lt;/P&gt;&lt;P&gt;ssh timeout 15&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;: end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 22:23:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5510-problems-with-nat-ssh-rdp-acl-s/m-p/822947#M960629</guid>
      <dc:creator>vgoradia</dc:creator>
      <dc:date>2007-11-14T22:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5510 problems with NAT &amp; ssh &amp; RDP &amp; ACl's</title>
      <link>https://community.cisco.com/t5/network-security/asa5510-problems-with-nat-ssh-rdp-acl-s/m-p/822948#M960630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to enable the HTTPS server and configure HTTP access:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 0.0.0.0 0.0.0.0 inside&lt;/P&gt;&lt;P&gt;http 1.2.3.0 255.255.0 outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This enables the HTTPS server and then provides access from anywhere on the inside, and only from 1.2.3.0/24 on the outside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you need to specify the ASDM image, like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;asdm image flash:/asdm-523.bin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(based on the config. you provided you already have this, so you're good to go there.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 22:28:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5510-problems-with-nat-ssh-rdp-acl-s/m-p/822948#M960630</guid>
      <dc:creator>elparis</dc:creator>
      <dc:date>2007-11-14T22:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5510 problems with NAT &amp; ssh &amp; RDP &amp; ACl's</title>
      <link>https://community.cisco.com/t5/network-security/asa5510-problems-with-nat-ssh-rdp-acl-s/m-p/822949#M960631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't need an ACL applied to the inside interface unless you want to prevent some inside host from going out. This is because traffic from a high security interface (interface inside has a security level of 100) going to a low security interface (interface outside has a security level of 0) is permitted by default. The opposite (from low to high) is not permitted by default, which is why you need an ACL applied to the outside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, back to the problem at hand - if you get the Windows logon screen things should work just fine. I can't see anything at layer 3 or 4 (on the ASA) that would prevent things from working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you say "cannot successfully RDC in", does the RDC window suddenly disappear, or you get some error message there? Can you RDC in successfully from 172.16.4.53 to 172.16.4.1, for example? Any errors in the Windows event log?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 22:55:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5510-problems-with-nat-ssh-rdp-acl-s/m-p/822949#M960631</guid>
      <dc:creator>elparis</dc:creator>
      <dc:date>2007-11-14T22:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5510 problems with NAT &amp; ssh &amp; RDP &amp; ACl's</title>
      <link>https://community.cisco.com/t5/network-security/asa5510-problems-with-nat-ssh-rdp-acl-s/m-p/822950#M960633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yeah, the rdp is still an issue.&lt;/P&gt;&lt;P&gt;when I try a RDC from an outside device, I get a screen to enter my credentials. This screen DOES NOT mean that there is a valid IP transport present to the inside machine. I verified this with another machine that was switched off and I still got the credential screen.&lt;/P&gt;&lt;P&gt;anyways, once I enter the credentials (i verified that I had the correct username/passwd), the RDC is still blocked.&lt;/P&gt;&lt;P&gt;I fired up my asdm and enabled logging.&lt;/P&gt;&lt;P&gt;I see one error as shown below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6	Nov 15 2007	11:38:45	302014	11.25.4.70	172.16.4.1	 Teardown TCP connection 261 for outside:11.252.4.70/1692 to inside:172.16.4.1/3389 duration 0:00:30 bytes 0 SYN Timeout&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, yes, i can successfully RDC from 172.16.4.53 to 172.16.4.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 17:19:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5510-problems-with-nat-ssh-rdp-acl-s/m-p/822950#M960633</guid>
      <dc:creator>vgoradia</dc:creator>
      <dc:date>2007-11-15T17:19:14Z</dc:date>
    </item>
  </channel>
</rss>

