home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

interfaces openvpn <vtunx> ipv6 disable-forwarding

Disables IPv6 packet forwarding on an OpenVPN interface.

set interfaces openvpn vtunx ipv6 disable-forwarding
delete interfaces openvpn vtunx ipv6 disable-forwarding
show interfaces openvpn vtunx ipv6 disable-forwarding

IPv6 packets are forwarded.

vtunx
The identifier for the OpenVPN interface. This may be vtun0 to vtunx, where x is a non-negative integer.

Configuration mode

interfaces {
    openvpn vtunx {
        ipv6 {
            disable-forwarding
        }
    }
}

Use this command to disable IPv6 packet forwarding on an OpenVPN interface.

You can also disable IPv6 forwarding globally, that is, for all interfaces, by using the system ipv6 disable-forwarding command.

Use the set form of this command to disable IPv6 packet forwarding on an interface.

Use the delete form of this command to enable IPv6 packet forwarding on an interface.

Use the show form of this command to view the configuration of IPv6 packet forwarding on an interface.