1
mirror of https://git.dn42.dev/wiki/wiki.git synced 2024-12-01 14:58:11 +01:00

Updated gre-on-freebsd (markdown)

This commit is contained in:
gollum 2013-01-04 19:05:57 +01:00
parent 23ce2a7f6b
commit 089a174887

View File

@ -15,5 +15,6 @@ This page describes how to configure GRE tunnels on FreeBSD.
## Create a persistent gre tunnel
Add this to your rc.conf.
cloned_interfaces="$cloned_interfaces gre0"
ifconfig_gre0="10.0.0.1 10.0.0.2 netmask 0xffffffff tunnel 1.2.3.4 5.6.7.8 descr foo"