<?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: ASDM connects from one interface only. in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asdm-connects-from-one-interface-only/m-p/3204515#M1065249</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;No, there is no limit to only access asdm from one vlan.&lt;BR /&gt;I think we need some more information, can you provide interface config and route config?&lt;BR /&gt;&lt;BR /&gt;br, Micke&lt;BR /&gt;</description>
    <pubDate>Tue, 24 Oct 2017 20:34:39 GMT</pubDate>
    <dc:creator>mikael.lahtela</dc:creator>
    <dc:date>2017-10-24T20:34:39Z</dc:date>
    <item>
      <title>ASDM connects from one interface only.</title>
      <link>https://community.cisco.com/t5/network-security/asdm-connects-from-one-interface-only/m-p/3204505#M1065247</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can only connect to ASDM from hosts on192.168.1.0/24 (inside interfaces on VLAN2)&lt;/P&gt;
&lt;P&gt;Other hosts on other VLANs cant connect... Is&amp;nbsp;there&amp;nbsp;a limitation of the ASA to only have one VLAN allowed to access ASDM ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can`t&lt;U&gt; &lt;A href="https://192.168.1.1/admin/public/index.html" target="_blank"&gt;https://192.168.1.1/admin/public/index.html&lt;/A&gt;&lt;/U&gt; from 172.100.20.100. but it`s ok from 192.168.1.0/24&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can ping 192.168.1.0/24 from 172.100.20.0/24, so it`s not a connectivity or NAT issue&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;http server enable&lt;BR /&gt;http 192.168.1.0 255.255.255.0 inside (VLAN2)&lt;BR /&gt;http 172.100.20.0 255.255.255.0 test1(VLAN12)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help greatly appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 14:34:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asdm-connects-from-one-interface-only/m-p/3204505#M1065247</guid>
      <dc:creator>John Bachman</dc:creator>
      <dc:date>2020-02-21T14:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: ASDM connects from one interface only.</title>
      <link>https://community.cisco.com/t5/network-security/asdm-connects-from-one-interface-only/m-p/3204515#M1065249</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;No, there is no limit to only access asdm from one vlan.&lt;BR /&gt;I think we need some more information, can you provide interface config and route config?&lt;BR /&gt;&lt;BR /&gt;br, Micke&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Oct 2017 20:34:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asdm-connects-from-one-interface-only/m-p/3204515#M1065249</guid>
      <dc:creator>mikael.lahtela</dc:creator>
      <dc:date>2017-10-24T20:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: ASDM connects from one interface only.</title>
      <link>https://community.cisco.com/t5/network-security/asdm-connects-from-one-interface-only/m-p/3204523#M1065251</link>
      <description>&lt;P&gt;Thank you, as I said I can ping between VLAN 2 and VLAN12, so it is not a connectivity issue, it is more a security or access issue from VLAN 12 hosts.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ciscoasa# sh run&lt;BR /&gt;: Saved&lt;BR /&gt;:&lt;BR /&gt;ASA Version 8.2(1)&lt;BR /&gt;!&lt;BR /&gt;hostname ciscoasa&lt;BR /&gt;enable password 8Ry2YjIyt7RRXU24 encrypted&lt;BR /&gt;passwd 2KFQnbNIdI.2KYOU encrypted&lt;BR /&gt;names&lt;BR /&gt;name 172.100.30.0 test2-network&lt;BR /&gt;!&lt;BR /&gt;interface Vlan1&lt;BR /&gt;&amp;nbsp;nameif outside&lt;BR /&gt;&amp;nbsp;security-level 0&lt;BR /&gt;&amp;nbsp;ip address dhcp setroute&lt;BR /&gt;!&lt;BR /&gt;interface Vlan2&lt;BR /&gt;&amp;nbsp;nameif inside&lt;BR /&gt;&amp;nbsp;security-level 100&lt;BR /&gt;&amp;nbsp;ip address 192.168.1.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Vlan12&lt;BR /&gt;&amp;nbsp;nameif test1&lt;BR /&gt;&amp;nbsp;security-level 100&lt;BR /&gt;&amp;nbsp;ip address 172.100.20.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Vlan22&lt;BR /&gt;&amp;nbsp;nameif test172.100.30.0&lt;BR /&gt;&amp;nbsp;security-level 100&lt;BR /&gt;&amp;nbsp;ip address 172.100.30.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt;&amp;nbsp;switchport access vlan 2&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt;&amp;nbsp;switchport access vlan 12&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/3&lt;BR /&gt;&amp;nbsp;switchport access vlan 22&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/4&lt;BR /&gt;&amp;nbsp;switchport access vlan 32&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/5&lt;BR /&gt;&amp;nbsp;shutdown&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/6&lt;BR /&gt;&amp;nbsp;switchport access vlan 12&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/7&lt;BR /&gt;&amp;nbsp;switchport monitor Ethernet0/1&lt;BR /&gt;&amp;nbsp;switchport monitor Ethernet0/2&lt;BR /&gt;!&lt;BR /&gt;ftp mode passive&lt;BR /&gt;clock timezone EST -5&lt;BR /&gt;clock summer-time EDT recurring&lt;BR /&gt;same-security-traffic permit inter-interface&lt;BR /&gt;same-security-traffic permit intra-interface&lt;BR /&gt;access-list inside_nat0_outbound extended permit ip 10.100.10.0 255.255.255.0 172.100.20.0 255.255.255.0&lt;BR /&gt;access-list test172.100.30.0_nat0_outbound extended permit ip test2-network 255.255.255.0 172.100.20.0 255.255.255.0&lt;BR /&gt;access-list test172.100.30.0_nat0_outbound extended permit ip test2-network 255.255.255.0 10.100.10.0 255.255.255.0&lt;BR /&gt;access-list test172.100.30.0_nat0_outbound extended permit ip test2-network 255.255.255.0 192.168.1.0 255.255.255.0&lt;BR /&gt;access-list test1_nat0_outbound extended permit ip 172.100.20.0 255.255.255.0 test2-network 255.255.255.0&lt;BR /&gt;access-list test1_nat0_outbound extended permit ip 172.100.20.0 255.255.255.0 10.100.10.0 255.255.255.0&lt;BR /&gt;access-list test1_nat0_outbound extended permit ip 172.100.20.0 255.255.255.0 192.168.1.0 255.255.255.0&lt;BR /&gt;access-list inside_nat0_outbound_1 extended permit ip 192.168.1.0 255.255.255.0 172.100.20.0 255.255.255.0&lt;BR /&gt;access-list inside_nat0_outbound_1 extended permit ip 192.168.1.0 255.255.255.0 test2-network 255.255.255.0&lt;BR /&gt;pager lines 24&lt;BR /&gt;logging enable&lt;BR /&gt;logging asdm informational&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;mtu test1 1500&lt;BR /&gt;mtu test172.100.30.0 1500&lt;BR /&gt;no failover&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;global (outside) 1 interface&lt;BR /&gt;nat (inside) 0 access-list inside_nat0_outbound_1&lt;BR /&gt;nat (inside) 1 192.168.1.0 255.255.255.0&lt;BR /&gt;nat (test1) 0 access-list test1_nat0_outbound&lt;BR /&gt;nat (test1) 1 172.100.20.0 255.255.255.0&lt;BR /&gt;nat (test172.100.30.0) 0 access-list test172.100.30.0_nat0_outbound&lt;BR /&gt;nat (test172.100.30.0) 1 test2-network 255.255.255.0&lt;BR /&gt;route inside 10.100.10.0 255.255.255.0 192.168.1.2 1&lt;BR /&gt;timeout xlate 3:00:00&lt;BR /&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02&lt;BR /&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;BR /&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;BR /&gt;timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute&lt;BR /&gt;timeout tcp-proxy-reassembly 0:01:00&lt;BR /&gt;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;aaa authentication ssh console LOCAL&lt;BR /&gt;http server enable&lt;BR /&gt;http 192.168.1.0 255.255.255.0 inside&lt;BR /&gt;http 172.100.20.0 255.255.255.0 test1&lt;BR /&gt;no snmp-server location&lt;BR /&gt;no snmp-server contact&lt;BR /&gt;snmp-server enable traps snmp authentication linkup linkdown coldstart&lt;BR /&gt;crypto ipsec security-association lifetime seconds 28800&lt;BR /&gt;crypto ipsec security-association lifetime kilobytes 4608000&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;ssh 192.168.1.0 255.255.255.0 inside&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;ssh version 2&lt;BR /&gt;console timeout 0&lt;BR /&gt;dhcpd address 172.100.20.100-172.100.20.200 test1&lt;BR /&gt;dhcpd dns 24.200.241.37 interface test1&lt;BR /&gt;dhcpd domain connexion-ip.com interface test1&lt;BR /&gt;dhcpd enable test1&lt;BR /&gt;!&lt;/P&gt;
&lt;P&gt;threat-detection basic-threat&lt;BR /&gt;threat-detection statistics access-list&lt;BR /&gt;no threat-detection statistics tcp-intercept&lt;BR /&gt;ntp server 128.138.140.44 source outside&lt;BR /&gt;webvpn&lt;BR /&gt;username jbachman password h1blS.6LjJj5WYDw encrypted&lt;BR /&gt;!&lt;BR /&gt;class-map inspection_default&lt;BR /&gt;&amp;nbsp;match default-inspection-traffic&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map type inspect dns preset_dns_map&lt;BR /&gt;&amp;nbsp;parameters&lt;BR /&gt;&amp;nbsp; message-length maximum 512&lt;BR /&gt;policy-map global_policy&lt;BR /&gt;&amp;nbsp;class inspection_default&lt;BR /&gt;&amp;nbsp; inspect dns preset_dns_map&lt;BR /&gt;&amp;nbsp; inspect ftp&lt;BR /&gt;&amp;nbsp; inspect h323 h225&lt;BR /&gt;&amp;nbsp; inspect h323 ras&lt;BR /&gt;&amp;nbsp; inspect netbios&lt;BR /&gt;&amp;nbsp; inspect rsh&lt;BR /&gt;&amp;nbsp; inspect rtsp&lt;BR /&gt;&amp;nbsp; inspect skinny&lt;BR /&gt;&amp;nbsp; inspect esmtp&lt;BR /&gt;&amp;nbsp; inspect sqlnet&lt;BR /&gt;&amp;nbsp; inspect sunrpc&lt;BR /&gt;&amp;nbsp; inspect tftp&lt;BR /&gt;&amp;nbsp; inspect sip&lt;BR /&gt;&amp;nbsp; inspect xdmcp&lt;BR /&gt;&amp;nbsp; inspect icmp&lt;BR /&gt;&amp;nbsp; inspect pptp&lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;prompt hostname context&lt;BR /&gt;Cryptochecksum:75bc9c5ca876f746064ed26b267b3625&lt;BR /&gt;: end&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2017 20:41:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asdm-connects-from-one-interface-only/m-p/3204523#M1065251</guid>
      <dc:creator>John Bachman</dc:creator>
      <dc:date>2017-10-24T20:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: ASDM connects from one interface only.</title>
      <link>https://community.cisco.com/t5/network-security/asdm-connects-from-one-interface-only/m-p/3204525#M1065252</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;"I can`t &lt;A href="https://192.168.1.1/admin/public/index.html" target="_blank"&gt;https://192.168.1.1/admin/public/index.html&lt;/A&gt; from 172.100.20.100. but it`s ok from 192.168.1.0/24"&lt;BR /&gt;&lt;BR /&gt;Have you tried to access asdm with &lt;A href="https://172.100.20.1/" target="_blank"&gt;https://172.100.20.1/&lt;/A&gt; ?&lt;BR /&gt;As your traffic should come from there right?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are going to access 192.168.1.1 then you need to configure:&lt;/P&gt;
&lt;P&gt;http 172.100.20.0 255.255.255.0 inside&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;br, Micke&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2017 20:51:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asdm-connects-from-one-interface-only/m-p/3204525#M1065252</guid>
      <dc:creator>mikael.lahtela</dc:creator>
      <dc:date>2017-10-24T20:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: ASDM connects from one interface only.</title>
      <link>https://community.cisco.com/t5/network-security/asdm-connects-from-one-interface-only/m-p/3204536#M1065255</link>
      <description>&lt;P&gt;That worked. I cant believe the ASDM is attached to the local interface...&lt;/P&gt;
&lt;P&gt;Thanks so much !&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2017 21:02:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asdm-connects-from-one-interface-only/m-p/3204536#M1065255</guid>
      <dc:creator>John Bachman</dc:creator>
      <dc:date>2017-10-24T21:02:03Z</dc:date>
    </item>
  </channel>
</rss>

