3b874fa342
gif(4) tunnel, earlier versions use gifconfig(8). Make the example file match the OS version.
29 lines
800 B
Text
29 lines
800 B
Text
|
|
$FreeBSD$
|
|
|
|
--- client/heartbeat.conf.orig Sun Oct 26 14:43:39 2003
|
|
+++ client/heartbeat.conf Thu May 13 13:19:32 2004
|
|
@@ -12,11 +12,12 @@
|
|
# os 'linux'
|
|
|
|
# Operating System (linux/freebsd/openbsd/netbsd/winxp)
|
|
-os "linux"
|
|
+# Use "freebsd" for FreeBSD 4.x, "netbsd" (sic) for FreeBSD 5.x
|
|
+os "%%GIFCONFIG%%"
|
|
|
|
# Interface the tunnel should go over
|
|
# used for detecting the local IPv4 endpoint
|
|
-ipv4_interface "eth0"
|
|
+ipv4_interface "tun0"
|
|
|
|
# IPv4 address of the POP (nlams01/nlams02/nlams04/demun01/iedub01/dkcop01)
|
|
# This is also the address to where heartbeats are sent
|
|
@@ -39,7 +40,7 @@
|
|
|
|
# Interface to be used for the tunnel
|
|
# will be created on the OS's that need that
|
|
-ipv6_interface "sixxs"
|
|
+ipv6_interface "gif0"
|
|
|
|
# The local and remote sides of the tunnel
|
|
ipv6_pop "2001:db8::1"
|