Tun
Component to create a TUN interface.
Tags: NETWORKING
, IO
, INGRESS
Field | Type | Optional | Description | Default Value |
---|---|---|---|---|
Input | String | No | ||
Output | String | No | ||
Interface Name | String | No | Name of the tun interface. | tun0 |
Ip | String | No | IP address for tun interface. | 10.0.0.1 |
Netmask | String | Yes | Netmask of the tun interface. | 255.255.255.0 |
Is Default Route | Bool | Yes | Use this tun interface as default route. | false |
Generic Offload | Bool | Yes | Use generic offload for tun interface. | false |
Mtu | Uint32 | Yes | Define MTU of tun interface. | 1280 |