0d64cb3354
Originally submitted by: Waldemar Brodkorb <wbx@openbsd.de> This is the heartbeart client for the public dynamic-IPv4 IPv6 tunnel beta test from the SixXS tunnel service provider.
27 lines
846 B
Plaintext
27 lines
846 B
Plaintext
$OpenBSD: patch-client_heartbeat_conf,v 1.1.1.1 2004/04/23 19:32:51 naddy Exp $
|
|
--- client/heartbeat.conf.orig 2003-10-26 14:43:39.000000000 +0100
|
|
+++ client/heartbeat.conf 2004-04-15 14:41:51.000000000 +0200
|
|
@@ -12,11 +12,11 @@
|
|
# os 'linux'
|
|
|
|
# Operating System (linux/freebsd/openbsd/netbsd/winxp)
|
|
-os "linux"
|
|
+os "openbsd"
|
|
|
|
# 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 +39,7 @@ ipv4_pop "[POP].sixxs.net"
|
|
|
|
# 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"
|