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.

Configure the site-to-site connection from the Corporation-B router to the Corporation-A router

An example of how to configure the site-to-site connection from the Corporation-B router to the Corporation-A router.

  1. Specify that this connection will be to IP address 128.0.0.11 and will use the same IKE group as the Corporation-A router.
    vyatta@CORPB# set security vpn ipsec site-to-site peer 128.0.0.11 ike-group ike1
  2. Specify that this connection will be to IP address 128.0.0.11 and will use the same ESP group as Corporation-A router
    vyatta@CORPB# set security vpn ipsec site-to-site peer 128.0.0.11 default-esp-group esp1
  3. Specify the address of the Corporation-B router as the local address.
    vyatta@CORPB# set security vpn ipsec site-to-site peer 128.0.0.11 local-address 128.0.0.13
  4. Specify the address of Corporation-B server as the local prefix.
    vyatta@CORPB# set security vpn ipsec site-to-site peer 128.0.0.11 tunnel 1 local prefix 10.0.1.0/24
  5. Specify the translated address that was sent from the Corporation-A router to the Corporate B router in place of the actual client address as the remote prefix.
    vyatta@CORPB# set security vpn ipsec site-to-site peer 128.0.0.11 tunnel 1 remote prefix 10.0.3.0/24