diff options
author | Christian Pointner <equinox@anytun.org> | 2008-12-30 06:23:03 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2008-12-30 06:23:03 +0000 |
commit | 28fd39060f79afa6bdc0fe9c8018fc0b10164473 (patch) | |
tree | 05c9c10ecc37be4300cff8e1299aa0250a7e0d53 /README | |
parent | works on OpenBSD now (but no support for UDPv6) (diff) |
fixed some out of memory errors
options parser gives now a hint where the error happened
added build instructions for OpenBSD to Readme
Diffstat (limited to 'README')
-rw-r--r-- | README | 31 |
1 files changed, 14 insertions, 17 deletions
@@ -7,6 +7,15 @@ Linux build-essential libgcrypt11-dev + +OpenBSD +------- + +libgcrypt +libgpg-error +gmake + + Installation ============ @@ -21,21 +30,9 @@ Building from source # ./configure # make +Notes: + - on OpenBSD you have to use gmake instead of make + - currently there is no support for using IPv6 as + outer Protocol because OpenBSD does not support + V4-Mapped adresses - -Errors: -------- - -Note: Cannot open TUN/TAP dev /dev/net/tun: No such file or directory (errno=2) -Cannot open TUN/TAP dev /dev/anytun0: No such file or directory (errno=2) - -Solution: Enabling tun/tap device ------------------------------------- - -modprobe tun -cd /dev -./MAKEDEV tun - -edit /etc/modules and add the line -tun -to load the module automatically |