add internet-connection type ipip

In the R81.10.X releases, this command is available starting from the R81.10.00 version.

Description

Adds an internet connection of type IPIP to the specified interface.

IPIP, a variation of DS-Lite, is used to tunnel IPv4 traffic over IPv6-only networks. As in DS-Lite, the IPv4 traffic is tunneled over an existing IPv6 connection.

The DS-Lite/IPIP tunnel is created between the client (Quantum Spark Gateway) and a peer ("AFTR" that resides on the ISP side and is configured statically or acquired via DHCPv6).

Important - Before you can run this command, you must enable the IPIP feature. See set advanced-settings ipip-enabled.

See also:

Syntax for all VNE Services except "Xpass"

add internet-connection name <Name of Connection> interface <Name of Interface> type ipip ipv4-address <IPv4 Address> subnet-mask <IPv4 Subnet Mask> linked-ipv6-connection <Name of IPv6 Internet Connection> aftr-address <IPv6 Address of IPIP Tunnel> vne-service-name <Name of VNE Service> vne-update-server-url <URL for Update VNE Server> vne-update-server-username <Username for Update VNE Server> vne-update-server-password <Password for Update VNE Server>

Syntax only for the VNE Service "Xpass"

add internet-connection name <Name of Connection> interface <Name of Interface> type ipip ipv4-address <IPv4 address> subnet-mask <IPv4 Subnet Mask> linked-ipv6-connection <Name of IPv6 Internet Connection> aftr-address <IPv6 Address of IPIP Tunnel> vne-service-name xpass vne-update-server-url <URL for Update VNE Server> vne-update-server-username <Username for Update VNE Server> vne-update-server-password <Password for Update VNE Server> vne-fqdn <FQDN for VNE> vne-ddns-id <DDNS ID for VNE> vne-ddns-password <DDNS Password for VNE> enable-vne-unnumbered-ip { on | off }

Parameters

Parameter

Description

name

Specifies the name of this IPIP Internet connection.

interface

Specifies the interface for this IPIP Internet connection..

Press the TAB key to see the available options.

ipv4-address

Specifies the IPv4 address for this Internet connection.

subnet-mask

Specifies the IPv4 subnet mask for this Internet connection.

linked-ipv6-connection

Specifies the name of the IPv6 Internet connection.

aftr-address

Specifies the Hostname or IPv6 address for the IPIP tunnel.

vne-service-name

Specifies the VNE service.

Press the TAB key to see the available options.

  • biglobe - Biglobe service
    Available starting from R81.10.17

  • general - General (non-specific) service.

    Available starting from R81.10.15

  • transix - Transix service.

  • v6 connect - v6 Connect service.

  • v6-plus - v6plus Static IP service.

  • xpass - Xpass service.

vne-update-server-url

Specifies the URL for Update VNE Server.

vne-update-server-username

Specifies the username for Update VNE Server.

The username should contain only these characters:

  • A string that contains only lower-case letters (a-z).

  • A string that contains only upper-case letters (A-Z).

  • A string that contains only digits (0-9).

  • A string that contains only an underscore ('_').

vne-update-server-password

Specifies the password for Update VNE Server.

The password should contain only these characters:

  • English alphanumeric

  • ( ) ! @ # $ % ^ & * ? - _ = + : ; . ,

vne-fqdn

Specifies the user's URL that maps to the Gateway.

vne-ddns-id

Specifies the ID for the DDNS service.

vne-ddns-password

Specifies the password for the DDNS service.

enable-vne-unnumbered-ip

Specifies how to assign a public IP address to a single LAN interface or to a LAN switch on the Quantum Spark Gateway:

  • on - Assign the public IP address (use a numbered IP address).

  • off (default) - Do not assign the public IP address (use an unnumbered IP address).

Example Command

add internet-connection interface WAN type ipip ipv4-address 1.1.1.1 subnet-mask 255.255.255.0 linked-ipv6-connection Internet2 aftr-address ::abcd vne-service-name transix vne-update-server-url https://mysite.com vne-update-server-username myuserName vne-update-server-password pass12345678

add internet-connection interface WAN type ipip ipv4-address 1.2.3.4 subnet-mask 255.255.255.0 linked-ipv6-connection Internet3 aftr-address 12::1 vne-service-name xpass vne-update-server-url https://myserverurl.com vne-update-server-username myUser vne-update-server-password mypassword1 vne-fqdn myurl.com vne-ddns-id myurl vne-ddns-password myddnspassword1 enable-vne-unnumbered-ip on