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.

security vpn ipsec site-to-site peer <peer>

Defines a site-to-site connection between the Vyatta router and another VPN gateway.

set security vpn ipsec site-to-site peer peer
delete security vpn ipsec site-to-site peer peer
show security vpn ipsec site-to-site peer peer
peer
Multi-node. The address of the far-end VPN gateway. The format is an IPv4 address, an IPv6 address, a hostname (IPv4 networks only), an authentication ID, or 0.0.0.0.

You can define more than one VPN peer by creating multiple peer configuration nodes.

Configuration mode

security {
        vpn {
            ipsec {
                site-to-site {
                    peer peer
            }
        }
    }
}

Use this command to define a site-to-site connection with another VPN peer.

For peers that have a known IP address or hostname, specify the IP address or hostname (IPv4 networks only) of the peer. For those that have a known authentication ID (prefixed with “@”) specify the authentication ID of the peer. For peers where the IP address is unknown—for example, in the scenario where there are multiple “road warrior” peers—specify 0.0.0.0 as the peer, meaning there are multiple possible peers.

Use the set form of this command to define a site-to-site connection with another VPN peer.

Use the delete form of this command to remove the peer configuration.

Use the show form of this command to view the peer configuration.