Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
openswan:klips26 [2009/05/25 00:35]
127.0.0.1 external edit
openswan:klips26 [2009/12/08 00:49] (current)
a
Line 17: Line 17:
 **for all the compiling erros see ''troubleshooting''**. **for all the compiling erros see ''troubleshooting''**.
  
 +===== Compile KLIPS modules only (new way) =====
 +
 +Download OpenSwan latest&greates (2.6.22 for instance) source
 +   dpkg-build -b
 +   dpkg -i *.deb
 +   install kernel-headers
 +   /usr/src/modules/openswan/# make KERNELSRC=/usr/src/linux-headers-2.6.26-2-686/ module minstall programs install
 +   depmod -a
 +
 +''**ipsec.conf**''
 +<code>
 +config setup
 +             ......
 + # which IPsec stack to use. netkey,klips,mast,auto or none
 + protostack=klips
 +</code>
 +
 +To verify if everthing works .. 
 +<code>
 +root@rt:/usr/src/modules/openswan# ipsec verify
 +Checking your system to see if IPsec got installed and started correctly:
 +Version check and ipsec on-path                              [OK]
 +Linux Openswan 2.6.22 (klips)
 +Checking for IPsec support in kernel                        [OK]
 +KLIPS detected, checking for NAT Traversal support          [OK]
 +Checking for RSA private key (/etc/ipsec.secrets)            [OK]
 +Checking that pluto is running                              [OK]
 +Two or more interfaces found, checking IP forwarding        [OK]
 +Checking NAT and MASQUERADEing                              [OK]
 +Checking for 'ip' command                                    [OK]
 +Checking for 'iptables' command                              [OK]
 +Opportunistic Encryption Support                            [DISABLED]
 +</code>
  
 ===== Troubleshooting ===== ===== Troubleshooting =====
openswan/klips26.1243204502.txt.gz ยท Last modified: 2009/12/08 00:49 (external edit)
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0 ipv6 ready