Jump to content

slomblobov

Forum Members
  • Posts

    1421
  • Joined

  • Last visited

  • Days Won

    52

Posts posted by slomblobov

  1. Dear Alasedo,

    Thank you for your feedback. We sincerely apologize for any inconvenience caused by the new web interface.
    In version 4.1, we will be introducing a choice of interfaces, which we hope will help to mitigate any issues you have encountered.
    Rest assured that we will carefully consider all of the detailed comments you have provided.

    Thank you once again for your kind notes.

    • Thanks 4
  2. By the way, I tried to use 464xlat on the router side to workaround the IPv6 only issue , but it doesn't work.

    Quote

    (config)> show interface CdcEthernet0/Clat0

                   id: CdcEthernet0/Clat0
                index: 0
       interface-name: CdcEthernet0/Clat0
                 type: Clat
          description:

               traits: Ip
               traits: Ip46
               traits: Clat

                 link: up
            connected: yes
                state: up
                  mtu: 1400
              address: 192.168.0.1
                 mask: 255.255.255.255
               uptime: 380
               global: yes
            defaultgw: yes
             priority: 400
       security-level: public

                 clat:
               ipv6-address: 2b00:1fa0:5d5:ae90:636c:6174:0:19
         ipv6-remote-prefix: 64:ff9b::/96


    ping 8.8.4.4

    Quote

    tcpdump -i cdc_br0 -v -n ip6
    14:28:41.136374 IP6 (hlim 63, next-header ICMPv6 (58) payload length: 64) 2b00:1fa0:5d5:ae90:636c:6174:0:19 > 64:ff9b::808:404: ICMP6, echo request, length 64, seq 256

     

  3. Yes, ICMPv6 ping forwarding rules were deleted. But there is some different solution...

    We have implemented DHCPv6 prefix delegation since NDMS 4.x. You may try to configure your device using the following configuration:

    Quote

    ipv6 subnet Default
        bind Home
        mode slaac
        prefix length 63
        number 0
        prefix delegate 64
    !

    In this configuration we have /63 network which consists of /64 LAN and delegation pool with one /64 network. No firewall rules need to be added but your VM must support DHCPv6.

    • Thanks 1
×
×
  • Create New...