<?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: virtual http from outside to inside not working. urgent help in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/virtual-http-from-outside-to-inside-not-working-urgent-help/m-p/648034#M1036855</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 look like you're missing a 'match' statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your interface access-list only tells you what traffic is allowed through - you then need an authentication access-list to allow you to say which traffic needs to authenticate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this access list, permits mean you have to authenticate, whereas denies mean you don't have to authenticate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your example above, you'd want something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list inbound-auth permit tcp any host 1.1.1.5 eq 23&lt;/P&gt;&lt;P&gt;access-list inbound-auth permit tcp any host 1.1.1.4 eq 80&lt;/P&gt;&lt;P&gt;aaa authentication match inbound-auth outside cisco&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, that means anything going to those IP addresses has to authenticate.  Everything else doesn't - but your interface access-list doesn't allow any other traffic through.  So effectively, if they don't telnet or http to that IP address, or are using 3389 to host 1.1.1.3, they won't get through.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Jason&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rate this message if it solved all or some of your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Dec 2006 14:23:21 GMT</pubDate>
    <dc:creator>jgervia_2</dc:creator>
    <dc:date>2006-12-04T14:23:21Z</dc:date>
    <item>
      <title>virtual http from outside to inside not working. urgent help required pls</title>
      <link>https://community.cisco.com/t5/network-security/virtual-http-from-outside-to-inside-not-working-urgent-help/m-p/648031#M1036805</link>
      <description>&lt;P&gt;hi all can someone pls help me. i am able to authenticate rdp and all other kinds of trafic with the help of virtual http and virtual telnet from inside to outside. but i am unable to achieve the same from outside to inside. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;int e0 &lt;/P&gt;&lt;P&gt;no sh &lt;/P&gt;&lt;P&gt;nameif outside&lt;/P&gt;&lt;P&gt;ip add 1.1.1.1/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;int e1&lt;/P&gt;&lt;P&gt;no sh &lt;/P&gt;&lt;P&gt;nameif inside&lt;/P&gt;&lt;P&gt;ip add 10.1.1.1/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;acs server is on 10.1.1.3 and rdp server is on 10.1.1.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;host is connected on the outside with 1.1.1.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa-server cisco protocol tacacs+&lt;/P&gt;&lt;P&gt;aaa-server cisco (inside) host 10.1.1.3&lt;/P&gt;&lt;P&gt;key cisco&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static(inside,outside) 1.1.1.3 10.1.1.2 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 101 per tcp any host 1.1.1.3 eq 3389&lt;/P&gt;&lt;P&gt;access-list 101 per tcp any host 1.1.1.4 eq 80&lt;/P&gt;&lt;P&gt;access-list 101 per tcp any host 1.1.1.5 eq 23&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group 101 in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;virtual-telnet 1.1.1.5&lt;/P&gt;&lt;P&gt;virtual-http 1.1.1.4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i am trying to telnet or do http to this virtual ip;s i am not getting triggered for authentication. what could be the problem. so i have to do a static nat for virtual http and virtual telnet servers. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what am i missing. can someone pls help me. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; on the acs server also i have permitted http 1.1.1.4 and telnet to 1.1.1.5. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls urgent help required. &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;sebastan&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 09:04:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/virtual-http-from-outside-to-inside-not-working-urgent-help/m-p/648031#M1036805</guid>
      <dc:creator>sebastan_bach</dc:creator>
      <dc:date>2019-03-11T09:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: virtual http from outside to inside not working. urgent help</title>
      <link>https://community.cisco.com/t5/network-security/virtual-http-from-outside-to-inside-not-working-urgent-help/m-p/648032#M1036826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try to add 1.1.1.3 as virtual-telnet IP and auth proxy?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication any outbound 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.0 tacacs+&lt;/P&gt;&lt;P&gt;virtual-http 1.1.1.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Existing:&lt;/P&gt;&lt;P&gt;static(inside,outside) 1.1.1.3 10.1.1.2 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 101 per tcp any host 1.1.1.3 eq 3389&lt;/P&gt;&lt;P&gt;access-list 101 per tcp any host 1.1.1.4 eq 80&lt;/P&gt;&lt;P&gt;access-list 101 per tcp any host 1.1.1.5 eq 23&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group 101 in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;virtual-telnet 1.1.1.5&lt;/P&gt;&lt;P&gt;virtual-http 1.1.1.4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a0080093f3f.shtml#virt1" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a0080093f3f.shtml#virt1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;*replace conduit with ACL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;AK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 13:44:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/virtual-http-from-outside-to-inside-not-working-urgent-help/m-p/648032#M1036826</guid>
      <dc:creator>a.kiprawih</dc:creator>
      <dc:date>2006-12-04T13:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: virtual http from outside to inside not working. urgent help</title>
      <link>https://community.cisco.com/t5/network-security/virtual-http-from-outside-to-inside-not-working-urgent-help/m-p/648033#M1036843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some newer ref - PIX 7.2:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/customer/products/ps6120/products_command_reference_chapter09186a008063f188.html#wp1410788" target="_blank"&gt;http://www.cisco.com/en/US/customer/products/ps6120/products_command_reference_chapter09186a008063f188.html#wp1410788&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You definitely need authentication proxy to intercept the incoming access traffic, and get authentication page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA(config)# access-list AUTH extended permit tcp 10.1.1.0 host 10.1.2.1 eq telnet&lt;/P&gt;&lt;P&gt;ASA(config)# access-list AUTH extended permit tcp 10.1.1.0 host 209.165.200.225 eq &lt;/P&gt;&lt;P&gt;smtp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA(config)# aaa authentication match AUTH inside tacacs+&lt;/P&gt;&lt;P&gt;ASA(config)# virtual telnet 10.1.2.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 13:55:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/virtual-http-from-outside-to-inside-not-working-urgent-help/m-p/648033#M1036843</guid>
      <dc:creator>a.kiprawih</dc:creator>
      <dc:date>2006-12-04T13:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: virtual http from outside to inside not working. urgent help</title>
      <link>https://community.cisco.com/t5/network-security/virtual-http-from-outside-to-inside-not-working-urgent-help/m-p/648034#M1036855</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 look like you're missing a 'match' statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your interface access-list only tells you what traffic is allowed through - you then need an authentication access-list to allow you to say which traffic needs to authenticate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this access list, permits mean you have to authenticate, whereas denies mean you don't have to authenticate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your example above, you'd want something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list inbound-auth permit tcp any host 1.1.1.5 eq 23&lt;/P&gt;&lt;P&gt;access-list inbound-auth permit tcp any host 1.1.1.4 eq 80&lt;/P&gt;&lt;P&gt;aaa authentication match inbound-auth outside cisco&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, that means anything going to those IP addresses has to authenticate.  Everything else doesn't - but your interface access-list doesn't allow any other traffic through.  So effectively, if they don't telnet or http to that IP address, or are using 3389 to host 1.1.1.3, they won't get through.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Jason&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rate this message if it solved all or some of your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 14:23:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/virtual-http-from-outside-to-inside-not-working-urgent-help/m-p/648034#M1036855</guid>
      <dc:creator>jgervia_2</dc:creator>
      <dc:date>2006-12-04T14:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: virtual http from outside to inside not working. urgent help</title>
      <link>https://community.cisco.com/t5/network-security/virtual-http-from-outside-to-inside-not-working-urgent-help/m-p/648035#M1036859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi jason here;s my config buddy. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;int e0 &lt;/P&gt;&lt;P&gt;nameif outside &lt;/P&gt;&lt;P&gt;ip add 1.1.1.1/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;int e1&lt;/P&gt;&lt;P&gt;nameif inside&lt;/P&gt;&lt;P&gt;ip add 10.1.1.1/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;acs server on 10.1.1.3 and server on 10.1.1.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have done a static entry for the server to be reachable from the outside. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 1.1.1.3 10.1.1.2 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 101 permit tcp any host 1.1.1.3 eq 3389&lt;/P&gt;&lt;P&gt;access-list 101 permit tcp any host 1.1.1.4 eq 80&lt;/P&gt;&lt;P&gt;access-group 101 in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 102 permit tcp any host 1.1.1.3 eq 3389 &lt;/P&gt;&lt;P&gt;access-list 102 permit tcp any host 1.1.1.4 eq 80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication match 102 outside cisco&lt;/P&gt;&lt;P&gt;aaa authorization match 102 outside cisco&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa-server cisco protocol tacacs+&lt;/P&gt;&lt;P&gt;aaa-server cisco (inside) host 10.1.1.3&lt;/P&gt;&lt;P&gt;key cisco&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;virtual http 1.1.1.4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;jason as far i can see my configuration is right. but i don;t get the authentication promt when i type the ip address &lt;A class="jive-link-custom" href="http://1.1.1.4" target="_blank"&gt;http://1.1.1.4&lt;/A&gt; in the web browser. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u pls help me man. i am really stuck with this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;waiting for ur reply. &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;sebastan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 17:30:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/virtual-http-from-outside-to-inside-not-working-urgent-help/m-p/648035#M1036859</guid>
      <dc:creator>sebastan_bach</dc:creator>
      <dc:date>2006-12-04T17:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: virtual http from outside to inside not working. urgent help</title>
      <link>https://community.cisco.com/t5/network-security/virtual-http-from-outside-to-inside-not-working-urgent-help/m-p/648036#M1036864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sebastan, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did some more checking on virtual http.  If you are doing it inbound (low to high security level) , you are *required* to have a static.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would add something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 1.1.1.4 172.16.3.1 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then do a clear xlate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that works, great, you don't have to use up your real IP addresses on the inside to accomodate it virtual telnet/http.  If it doesn't, try a static pointed to an unused IP address on your inside interface and see if that works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Jason&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rate this message if it solved some or all of your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 20:31:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/virtual-http-from-outside-to-inside-not-working-urgent-help/m-p/648036#M1036864</guid>
      <dc:creator>jgervia_2</dc:creator>
      <dc:date>2006-12-04T20:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: virtual http from outside to inside not working. urgent help</title>
      <link>https://community.cisco.com/t5/network-security/virtual-http-from-outside-to-inside-not-working-urgent-help/m-p/648037#M1036871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi jason i tried using the static for the virtual ip;s but noting worked out. then finally i used the virtual ip which is the same natted ip for the inside server and it worked. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using a different virtual ip didn;t work at all man. and that too only virtual http worked . virtual telnet i get the user prompt and get authenticated also. but the sad part is the other traffic doesn;t get authorised like rdp in my scenario. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the debug says authentication required for this service. when i did virtual telnet from inside to outside i get authentication successful. but when i do from outside to inside i get authorization failed. it;s sick man. i hope i don;t get such problems in my ccie lab man.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i guess it;s a bug. i tried every other means. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what do u say. &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;sebastan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 21:09:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/virtual-http-from-outside-to-inside-not-working-urgent-help/m-p/648037#M1036871</guid>
      <dc:creator>sebastan_bach</dc:creator>
      <dc:date>2006-12-04T21:09:30Z</dc:date>
    </item>
  </channel>
</rss>

