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> firewall <action>

Applies a firewall rule set to an OpenVPN tunnel.

set interfaces openvpn vtunx firewall { in | out } name
delete interfaces openvpn vtunx firewall [ { in | out } name ]
show interfaces openvpn vtunx firewall
vtunx
The identifier for the OpenVPN interface. This may be vtun0 to vtunx, where x is a non-negative integer.
in
The firewall rule set is applied to inbound traffic.
out
The firewall rule set is applied to outbound traffic.
name
Rule set for forwarded packets on inbound interface.

Configuration mode

openvpn vtunx {
    firewall {
        in name  
    }
}

Use the set form of this command to apply a firewall rule set to an OpenVPN tunnel.

Use the delete form of this command to remove a firewall rule set from an OpenVPN tunnel.

Use the show form of this command to display the firewall rule set applied to an OpenVPN tunnel.