search for: ipsecadm

Displaying 1 result from an estimated 1 matches for "ipsecadm".

2003 Mar 14
5
ipsec for linux 2.4 eventually made easy?!
...load/ipsec_tunnel-0.9.tar.gz) tar xvfz ipsec_tunnel-0.9.tar.gz cd ipsec_tunnel-0.9 ./configure (it will ask you the path to cryptoapi source and to you running kernel) make make install modprobe ipsec_tunnel create an encryption key and an autenthication key: mkdir /etc/ipsec chmod 500 /etc/ipsec ipsecadm key create 3des --file=/etc/ipsec/demo.ciph.key ipsecadm key create sha1 --file=/etc/ipsec/demo.auth.key copy them in the remote host (with scp) scp /etc/ipsec/* root@remote.host:/etc/ipsec/ Now the actual setup (clearly explained in the ipsec_tunnel documentation): A) Local host (change 172.16....