diff options
author | Sergey Popov <admin@pinkbyte.ru> | 2017-01-24 16:46:18 +0300 |
---|---|---|
committer | Sergey Popov <admin@pinkbyte.ru> | 2017-01-24 16:46:18 +0300 |
commit | 60714158b4536d1e5694ec8a45e2cfac56202027 (patch) | |
tree | 4299c443c3663aefd81f6496cb4946c66d7ee562 /doc | |
parent | Support for creating interfaces through iproute2 link command (diff) | |
download | netifrc-60714158b4536d1e5694ec8a45e2cfac56202027.tar.gz netifrc-60714158b4536d1e5694ec8a45e2cfac56202027.tar.bz2 netifrc-60714158b4536d1e5694ec8a45e2cfac56202027.zip |
Add examples for using iproute2 link command
Diffstat (limited to 'doc')
-rw-r--r-- | doc/net.example.Linux.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/net.example.Linux.in b/doc/net.example.Linux.in index c895a17..cf8439d 100644 --- a/doc/net.example.Linux.in +++ b/doc/net.example.Linux.in @@ -966,6 +966,12 @@ # For IPIP tunnels #iptunnel_vpn0="mode ipip remote 207.170.82.2 ttl 255" +# For GRETAP tunnels (works only with sys-apps/iproute2) +#iplink_vpn0="type gretap remote 207.170.82.3 ttl 255" + +# For VXLAN tunnels (works only with sys-apps/iproute2) +#iplink_vpn0="type vxlan id 1 group 207.170.82.4 local 207.170.82.100 dstport 4789 dev eth0" + # To configure the interface #config_vpn0="192.168.0.2 pointopoint 192.168.1.2" # ifconfig style #config_vpn0="192.168.0.2 peer 192.168.1.1" # iproute2 style |