Link Search Menu Expand Document

interface

The interface field determines which network interface should be used to send out network packets handled by the routing rule. Network interfaces on Vorteil begin with “eth0” and count up.

Summary

FIELD 	interface
PATH 	route[N].interface
PARENT 	route
TYPE 	String
DEFAULT 	""

Example

[[route]]
  destination = "10.0.1.0/24"
  gateway = "192.168.1.253"
  interface = "eth0"

CLI Flag

--route[0].interface="eth0"

Copyright © 2020 Vorteil.io. Support website for Vorteil.io