X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/962c66f5287ae76bbe3e4d0b3b89e3242cd9a300..refs/heads/master:/INSTALL diff --git a/INSTALL b/INSTALL index c0236bc..1616621 100644 --- a/INSTALL +++ b/INSTALL @@ -27,6 +27,11 @@ linux/Documentation/networking/tuntap.txt If you're using TUN/TAP on a platform other than Linux-2.4, see http://vtun.sourceforge.net/tun/ +You will probably be using the supplied `make-secnet-sites' program to +generate your VPN's list of sites as a secnet configuration from a +more-human-writeable form. If so you need to install the standard +`ipaddr' Python module (python-ipaddr on Debian-derived systems). + ** System and network configuration If you intend to start secnet as root, I suggest you create a userid @@ -109,6 +114,9 @@ If installing for the first time, do # cd /etc/secnet # ssh-keygen -f key -t rsa1 -N "" +(You may need ssh-keygen1, instead, which might be found in +openssh-client-ssh1.) + [On BSD use $ LDFLAGS="-L/usr/local/lib" ./configure $ gmake CFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib"