descriptionImplementation of SATP
homepage URLhttp://anytun.org
ownergebi@sbox.tugraz.at
last changeSun, 18 Jan 2009 18:00:46 +0000 (18 18:00 +0000)
content tags
add:
README
Dependencies
============

Linux
-----

build-essential
libgcrypt11-dev
libboost1.35-dev
libboost-thread1.35-dev
libboost-system1.35-dev
libboost-regex1.35-dev
asciidoc (only for manpage)


OpenBSD
-------

libgcrypt
libgpg-error
boost
gmake



Installation
============

Getting the source via subversion:
----------------------------------
svn co http://anytun.org/svn/anytun/

Building from source
--------------------

# cd src
# ./configure
# make

Notes: 
  - on OpenBSD you have to use gmake instead of make
  - currently there is no syncronisation support for OpenBSD
    you can build anytun without sync by invoking
    
    # make anytun-nosync 

    instead of just 'make'



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
shortlog
2009-01-18 equinoxdoing replay protection before learning remote hostmaster
2009-01-18 equinoxadded more sophisticated configure script
2009-01-18 equinoxadded passphrase support to key derivation
2009-01-18 equinoxenabled 128,192 and 256 bit keys for cipher and key...
2009-01-17 equinoxremoved debug output
2009-01-17 equinoxupdated docs
2009-01-17 equinoxoptions parser cleanup
2009-01-17 equinoxoptions parser refactoring
2009-01-17 equinoxsmall cleanup
2009-01-17 equinoxswitched to system_category for boost::system_error
2009-01-16 equinoxgot rid of NOPACKED (struct alignment works now under...
2009-01-16 equinoxadded Log to stdout
2009-01-16 equinoxsmall cleanup
2009-01-16 ottichanged strerr to boost::system::error
2009-01-15 ottiremoved old files from vc++ project file
2009-01-15 equinoxadded log kd rate parametery
...
heads
15 years ago master