<?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: Accessing Management Interface from internal network in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/accessing-management-interface-from-internal-network/m-p/1542587#M599737</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Should be the same password. Are you using local username/passwords or do you use AAA?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Oct 2010 15:53:15 GMT</pubDate>
    <dc:creator>Collin Clark</dc:creator>
    <dc:date>2010-10-29T15:53:15Z</dc:date>
    <item>
      <title>Accessing Management Interface from internal network</title>
      <link>https://community.cisco.com/t5/network-security/accessing-management-interface-from-internal-network/m-p/1542579#M599713</link>
      <description>&lt;P&gt;We want to be able to access our firewall from our desks, rather than always from the server room.&amp;nbsp; (imagine that!)&amp;nbsp; However, we seem unable to make this work.&amp;nbsp; Our management interface is still the default 192.168.1.1.&amp;nbsp; We want to access it from our internal network of 192.168.204.0.&amp;nbsp; To make things more complicated, we have layer 2 switches on this network.&amp;nbsp; Any ideas on how we can get this to work?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 19:01:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/accessing-management-interface-from-internal-network/m-p/1542579#M599713</guid>
      <dc:creator>heather.burke</dc:creator>
      <dc:date>2019-03-11T19:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Management Interface from internal network</title>
      <link>https://community.cisco.com/t5/network-security/accessing-management-interface-from-internal-network/m-p/1542580#M599716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have a couple of options 1) Use the inside interface to manage the device 2) Change the IP of the management interface and put it in your 192.168.204.0 network 3) Create a new management network and leave the IP of the ASA management interface. Are you using ASDM or SSH (or both)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 20:55:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/accessing-management-interface-from-internal-network/m-p/1542580#M599716</guid>
      <dc:creator>Collin Clark</dc:creator>
      <dc:date>2010-10-28T20:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Management Interface from internal network</title>
      <link>https://community.cisco.com/t5/network-security/accessing-management-interface-from-internal-network/m-p/1542581#M599722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using kind of a hybrid of both.&amp;nbsp; I kind of prefer ASDM because I am more&lt;/P&gt;&lt;P&gt;visual, but I will do what works best.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried adding the management interface to my internal network as an experiment, but it told me I could not use a network address for an interface IP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The original thought was to leave it as it's own network, but I would then need a router to connect it to the internal switch, wouldn't I?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I manage it from the internal interface, what are the drawbacks of that?&amp;nbsp; (obviously less secure)&amp;nbsp; How would I set that up?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 21:00:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/accessing-management-interface-from-internal-network/m-p/1542581#M599722</guid>
      <dc:creator>heather.burke</dc:creator>
      <dc:date>2010-10-28T21:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Management Interface from internal network</title>
      <link>https://community.cisco.com/t5/network-security/accessing-management-interface-from-internal-network/m-p/1542582#M599727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;The original thought was to leave it as it's own network, but I would then need a router to connect it to the internal switch, wouldn't I?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Yup you would.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Managing on the inside is less secure but sometimes you have to use what you've got. You will need to permit management traffic to the inside interface. For example let's say your workstation IP is 192.168.204.5, in the ASA we grant your IP ASDM &amp;amp; SSH access to the inside interface-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ssh 192.168.204.5 255.255.255.255 inside&lt;/P&gt;&lt;P&gt;http 192.168.204.5 255.255.255.255 inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just do the same for other admin IPs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 21:17:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/accessing-management-interface-from-internal-network/m-p/1542582#M599727</guid>
      <dc:creator>Collin Clark</dc:creator>
      <dc:date>2010-10-28T21:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Management Interface from internal network</title>
      <link>https://community.cisco.com/t5/network-security/accessing-management-interface-from-internal-network/m-p/1542583#M599732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cool!&amp;nbsp; So what ip address would we use to access the management functions then?&amp;nbsp; Would you&lt;/P&gt;&lt;P&gt; use the internal interface IP? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do the commands you give generate an ACL for the traffic for the inside interface, or how does it know that you are using those addresses for management functions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 21:23:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/accessing-management-interface-from-internal-network/m-p/1542583#M599732</guid>
      <dc:creator>heather.burke</dc:creator>
      <dc:date>2010-10-28T21:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Management Interface from internal network</title>
      <link>https://community.cisco.com/t5/network-security/accessing-management-interface-from-internal-network/m-p/1542584#M599734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Heather,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well it is normal that you get an error message if you try to put an IP address on a interface if there is another interface on the same range, The L3 devices are meant to separate broadcast domains, not try to join them. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now going back to your original issue. Yes you will use the Inside IP address of the firewall to access the ASDM. Those commands for example the one below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 192.168.2.2 255.255.255.255 inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will allow the host 192.168.2.2 to access the ASDM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When working with ASA`s we need to differentiate 2 kinds of traffic, the one that is passing through him, and the one that is TO him. If you do a show asp table socket, you will be able to see in which ports the firewall itself is listening to. If you set this right, when you do the show asp table socket you will be able to see that the firewall is listening on SSL 443 on the interface inside, ready for you to manage it from the inside &lt;SPAN __jive_emoticon_name="grin" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/grin.gif"&gt;&lt;/SPAN&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;Mike.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 04:52:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/accessing-management-interface-from-internal-network/m-p/1542584#M599734</guid>
      <dc:creator>Maykol Rojas</dc:creator>
      <dc:date>2010-10-29T04:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Management Interface from internal network</title>
      <link>https://community.cisco.com/t5/network-security/accessing-management-interface-from-internal-network/m-p/1542585#M599735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you would use the IP assigned to the inside interface. Since the SSH and HTTPS traffic is destined to the box, the ASA knows it is for management. Traffic destined to the ASA is implicitly dropped and the two commands above are "opening" access to the ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that makes sense.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 13:37:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/accessing-management-interface-from-internal-network/m-p/1542585#M599735</guid>
      <dc:creator>Collin Clark</dc:creator>
      <dc:date>2010-10-29T13:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Management Interface from internal network</title>
      <link>https://community.cisco.com/t5/network-security/accessing-management-interface-from-internal-network/m-p/1542586#M599736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to now access the ASDM from my desk.&amp;nbsp; However, when I try to go through telnet or SSH, it won't accept the password.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas as to why this would be?&amp;nbsp; It should still be the same password that I use to connect via asdm and through the serial port in the server room, right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 15:44:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/accessing-management-interface-from-internal-network/m-p/1542586#M599736</guid>
      <dc:creator>heather.burke</dc:creator>
      <dc:date>2010-10-29T15:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Management Interface from internal network</title>
      <link>https://community.cisco.com/t5/network-security/accessing-management-interface-from-internal-network/m-p/1542587#M599737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Should be the same password. Are you using local username/passwords or do you use AAA?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 15:53:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/accessing-management-interface-from-internal-network/m-p/1542587#M599737</guid>
      <dc:creator>Collin Clark</dc:creator>
      <dc:date>2010-10-29T15:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Management Interface from internal network</title>
      <link>https://community.cisco.com/t5/network-security/accessing-management-interface-from-internal-network/m-p/1542588#M599738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Heather,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for letting us know the inputs on this. If you want to access the SSH with the same username and password as you do with ASDM, you will need the following command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication ssh console LOCAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try the command and if you need further assistance or you have any doubts please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 17:31:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/accessing-management-interface-from-internal-network/m-p/1542588#M599738</guid>
      <dc:creator>Maykol Rojas</dc:creator>
      <dc:date>2010-10-29T17:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Management Interface from internal network</title>
      <link>https://community.cisco.com/t5/network-security/accessing-management-interface-from-internal-network/m-p/1542589#M599739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks, it's working great now!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 18:34:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/accessing-management-interface-from-internal-network/m-p/1542589#M599739</guid>
      <dc:creator>heather.burke</dc:creator>
      <dc:date>2010-11-01T18:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Management Interface from internal network</title>
      <link>https://community.cisco.com/t5/network-security/accessing-management-interface-from-internal-network/m-p/1542590#M599740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Heather,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, would you please mark this post as aswered so other people can use it as reference? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 19:12:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/accessing-management-interface-from-internal-network/m-p/1542590#M599740</guid>
      <dc:creator>Maykol Rojas</dc:creator>
      <dc:date>2010-11-01T19:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Management Interface from internal network</title>
      <link>https://community.cisco.com/t5/network-security/accessing-management-interface-from-internal-network/m-p/1542591#M599741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Certainly!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 19:20:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/accessing-management-interface-from-internal-network/m-p/1542591#M599741</guid>
      <dc:creator>heather.burke</dc:creator>
      <dc:date>2010-11-01T19:20:03Z</dc:date>
    </item>
  </channel>
</rss>

