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 interface and route on host Host1

An example that shows how to configure an interface on a host (Host1) to connect to a router (R1) and a static route.

  1. Specify the interface that connects Host1 to R1.
    vyatta@Host1# set interfaces dataplane dp0p1s1 address 10.10.1.1/24
  2. Create a static route to Host2 from Host1, R1 is designated as the next hop.
    vyatta@Host1# set protocols static route 10.10.3.0/24 next-hop 10.10.1.2