<?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 Cisco ASA 5505 IPv6 Configuration in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/cisco-asa-5505-ipv6-configuration/m-p/3704750#M12352</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have the following interfaces on the firewall:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;!&lt;BR /&gt;interface Vlan2&lt;BR /&gt; nameif outside&lt;BR /&gt; security-level 0&lt;BR /&gt; ip address&amp;nbsp;PublicIPaddress&amp;nbsp;255.255.255.248&lt;BR /&gt;!&lt;BR /&gt;interface Vlan717&lt;BR /&gt; nameif inside&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 192.168.X.1 255.255.255.0&lt;BR /&gt;!&lt;/P&gt;
&lt;P&gt;object network RDPtoPTSRV00&lt;BR /&gt; nat (inside,outside) static interface service tcp 3389 50010&lt;BR /&gt;object network RDPtoPTSRV01&lt;BR /&gt; nat (inside,outside) static interface service tcp 3389 50020&lt;BR /&gt;object network SSHtoPTSRV02&lt;BR /&gt; nat (inside,outside) static interface service tcp ssh 50021&lt;BR /&gt;object network SSHtoINSRV01&lt;BR /&gt; nat (inside,outside) static interface service tcp ssh 50030&lt;BR /&gt;object network tmp_50044toPTSRV01&lt;BR /&gt; nat (inside,outside) static interface service tcp 4444 50044&lt;BR /&gt;!&lt;BR /&gt;nat (inside,outside) after-auto source dynamic any interface&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are some internal web servers which are NATed to the Public IPv4 of the firewall as above.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The requirement now is to enable IPv6 on the ASA so that these internal servers can be accessed using the ports as mentioned above externally using their IPv6 address.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have received an IPv6 block from the ISP as below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;IPV6 Network Address : XXXX:XXXX:XXXX:D00:: &lt;BR /&gt;IPV6 Network Mask : /64 &lt;BR /&gt;IPV6 NTE Router LAN Address : XXXX:XXXX:XXXX:D00::1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want the internal servers to have public IPv6 routable addresses from the above range.&amp;nbsp;Now as I understand, I can assign an IPv6 IP address on the Outside interface of the firewall as below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;!&lt;BR /&gt;interface Vlan2&lt;BR /&gt; nameif outside&lt;BR /&gt; security-level 0&lt;BR /&gt; ip address&amp;nbsp;PublicIPAddress 255.255.255.248&lt;/P&gt;
&lt;P&gt;ipv6 enable&lt;/P&gt;
&lt;P&gt;ipv6 address&amp;nbsp;&lt;SPAN&gt;XXXX&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;XXXX&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;XXXX&lt;/SPAN&gt;&lt;SPAN&gt;:D00::2&lt;/SPAN&gt;&lt;BR /&gt;!&lt;/P&gt;
&lt;P&gt;add an IPv6 route on the firewall to point to the ISP gateway&amp;nbsp;&lt;SPAN&gt;XXXX&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;XXXX&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;XXXX&lt;/SPAN&gt;&lt;SPAN&gt;:D00::1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and then give an individual IPv6 address to each internal server from the above range i-e&amp;nbsp;&lt;SPAN&gt;XXXX&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;XXXX&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;XXXX&lt;/SPAN&gt;&lt;SPAN&gt;:D00::10 - 20 - 30 etc&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;My question is, do I have to give an IPv6 on the inside interface of the firewall i-e VLAN 717?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;What will be the IPv6 default gateway on the internal servers?&amp;nbsp;XXXX:XXXX:XXXX:D00::1?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I tried the above by emulating through GNS3 but it does not work.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I am a bit lost or possibly missing something, any advise/guidance will be much appreciated.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Ahmed&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 16:13:29 GMT</pubDate>
    <dc:creator>ahmed-ejaz</dc:creator>
    <dc:date>2020-02-21T16:13:29Z</dc:date>
    <item>
      <title>Cisco ASA 5505 IPv6 Configuration</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-5505-ipv6-configuration/m-p/3704750#M12352</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have the following interfaces on the firewall:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;!&lt;BR /&gt;interface Vlan2&lt;BR /&gt; nameif outside&lt;BR /&gt; security-level 0&lt;BR /&gt; ip address&amp;nbsp;PublicIPaddress&amp;nbsp;255.255.255.248&lt;BR /&gt;!&lt;BR /&gt;interface Vlan717&lt;BR /&gt; nameif inside&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 192.168.X.1 255.255.255.0&lt;BR /&gt;!&lt;/P&gt;
&lt;P&gt;object network RDPtoPTSRV00&lt;BR /&gt; nat (inside,outside) static interface service tcp 3389 50010&lt;BR /&gt;object network RDPtoPTSRV01&lt;BR /&gt; nat (inside,outside) static interface service tcp 3389 50020&lt;BR /&gt;object network SSHtoPTSRV02&lt;BR /&gt; nat (inside,outside) static interface service tcp ssh 50021&lt;BR /&gt;object network SSHtoINSRV01&lt;BR /&gt; nat (inside,outside) static interface service tcp ssh 50030&lt;BR /&gt;object network tmp_50044toPTSRV01&lt;BR /&gt; nat (inside,outside) static interface service tcp 4444 50044&lt;BR /&gt;!&lt;BR /&gt;nat (inside,outside) after-auto source dynamic any interface&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are some internal web servers which are NATed to the Public IPv4 of the firewall as above.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The requirement now is to enable IPv6 on the ASA so that these internal servers can be accessed using the ports as mentioned above externally using their IPv6 address.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have received an IPv6 block from the ISP as below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;IPV6 Network Address : XXXX:XXXX:XXXX:D00:: &lt;BR /&gt;IPV6 Network Mask : /64 &lt;BR /&gt;IPV6 NTE Router LAN Address : XXXX:XXXX:XXXX:D00::1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want the internal servers to have public IPv6 routable addresses from the above range.&amp;nbsp;Now as I understand, I can assign an IPv6 IP address on the Outside interface of the firewall as below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;!&lt;BR /&gt;interface Vlan2&lt;BR /&gt; nameif outside&lt;BR /&gt; security-level 0&lt;BR /&gt; ip address&amp;nbsp;PublicIPAddress 255.255.255.248&lt;/P&gt;
&lt;P&gt;ipv6 enable&lt;/P&gt;
&lt;P&gt;ipv6 address&amp;nbsp;&lt;SPAN&gt;XXXX&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;XXXX&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;XXXX&lt;/SPAN&gt;&lt;SPAN&gt;:D00::2&lt;/SPAN&gt;&lt;BR /&gt;!&lt;/P&gt;
&lt;P&gt;add an IPv6 route on the firewall to point to the ISP gateway&amp;nbsp;&lt;SPAN&gt;XXXX&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;XXXX&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;XXXX&lt;/SPAN&gt;&lt;SPAN&gt;:D00::1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and then give an individual IPv6 address to each internal server from the above range i-e&amp;nbsp;&lt;SPAN&gt;XXXX&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;XXXX&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;XXXX&lt;/SPAN&gt;&lt;SPAN&gt;:D00::10 - 20 - 30 etc&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;My question is, do I have to give an IPv6 on the inside interface of the firewall i-e VLAN 717?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;What will be the IPv6 default gateway on the internal servers?&amp;nbsp;XXXX:XXXX:XXXX:D00::1?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I tried the above by emulating through GNS3 but it does not work.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I am a bit lost or possibly missing something, any advise/guidance will be much appreciated.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Ahmed&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 16:13:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-5505-ipv6-configuration/m-p/3704750#M12352</guid>
      <dc:creator>ahmed-ejaz</dc:creator>
      <dc:date>2020-02-21T16:13:29Z</dc:date>
    </item>
  </channel>
</rss>

