projects
/
oweals
/
tinc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2469acc
)
Add an example of using VpnMask.
author
Ivo Timmermans
<ivo@lychnis.net>
Sun, 21 May 2000 22:38:01 +0000
(22:38 +0000)
committer
Ivo Timmermans
<ivo@lychnis.net>
Sun, 21 May 2000 22:38:01 +0000
(22:38 +0000)
doc/tinc.conf.sample
patch
|
blob
|
history
diff --git
a/doc/tinc.conf.sample
b/doc/tinc.conf.sample
index 42f336680b2176875f09e48b66c70235f3eb58a6..bbccc4400b9077ee7c12f9576839d242c7d00e2d 100644
(file)
--- a/
doc/tinc.conf.sample
+++ b/
doc/tinc.conf.sample
@@
-34,6
+34,13
@@
ListenPort = 200
# bits are set to 1).
MyOwnVPNIP = 10.x.x.x/8
+# VPN Netmask
+# You'll need this option if you use the Debian or Redhat init
+# scripts. Put in here a netmask that covers your entire VPN network;
+# it is used to set routes from the init script, tinc itself ignores
+# it.
+VpnMask = 255.255.0.0
+
# Which local file?
# Default is /dev/tap0
TapDevice = /dev/tap1