OpenSwan

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 20:25, 18 May 2005 (edit)
Sveasoft (Talk | contribs)

← Previous diff
Current revision (13:54, 4 May 2011) (edit) (undo)
Sash (Talk | contribs)

 
(8 intermediate revisions not shown.)
Line 1: Line 1:
-'''You are here: ''' '''[[Main Page]]'''/'''[[DD-WRT Doku (EN)]]'''/'''[[OpenSwan]]'''+'''20110504 THIS PAGE WILL GEHT REMOVED. NO NOTEWOTHY INCREASE IN INFORMATION SINcE 2005'''
Line 5: Line 5:
=Introduction= =Introduction=
-''Someone needs to write what openswan is and why one would find it useful.''+Openswan is an implementation of IPsec for Linux. It supports kernels 2.0, 2.2, 2.4 and 2.6, and runs on many different platforms, including x86, x86_64, ia64, MIPS and ARM.
-<br>Here I've copy and pasted the discussion about OpenSwan from the main page to help get started:+<br>Here I've copy and pasted the discussion about [http://en.wikipedia.org/wiki/Openswan OpenSwan] from the main page to help get started:
"We need to get some instructions going in here for how to load [[ipkg]] modules. I'm particularly inertested in getting OpenSwan (http://www.openswan.org) running on DD-WRT. Here's a link to some instructions for OpenWRT (http://openwrt.org) , but I'm not sure they work in DD-WRT: "We need to get some instructions going in here for how to load [[ipkg]] modules. I'm particularly inertested in getting OpenSwan (http://www.openswan.org) running on DD-WRT. Here's a link to some instructions for OpenWRT (http://openwrt.org) , but I'm not sure they work in DD-WRT:
Line 16: Line 16:
=Installation= =Installation=
-Everything ''should'' work the same for OpenWRT as it does on DD-WRT.<br>+ 
-''Here should be a tutorial about how to install it on the DD-WRT firmware.''<br>+You must have an operational [[Jffs]] configuration to install OpenSwan.
 + 
 +Install OpenSwan by issuing the following command:
 + 
 + ipkg install openswan
 + 
 +If the installation fails, as it did in my case, try issuing the following command:
 + 
 + ipkg -force-depends install openswan
 + 
 +''[insert script to load kernel module and ipsec client here]''
 + 
 +WARNING: I did this on a WNR3500L with dd-wrt 24 SP2 and now it's completely gone. Wireless is off. Can't ping any interfaces. Tried hard reset and 30/30/30. No luck
=Use= =Use=
''Here should be instructions on how to use it once it's installed'' ''Here should be instructions on how to use it once it's installed''
-----+ 
-'''You are here: ''' '''[[Main Page]]'''/'''[[DD-WRT Doku (EN)]]'''/'''[[OpenSwan]]'''+[[Category:Tunneling]]

Current revision

20110504 THIS PAGE WILL GEHT REMOVED. NO NOTEWOTHY INCREASE IN INFORMATION SINcE 2005


This is an infant wiki! Help by adding to this page! When it's complete, remove this note!

[edit] Introduction

Openswan is an implementation of IPsec for Linux. It supports kernels 2.0, 2.2, 2.4 and 2.6, and runs on many different platforms, including x86, x86_64, ia64, MIPS and ARM.


Here I've copy and pasted the discussion about OpenSwan from the main page to help get started:

"We need to get some instructions going in here for how to load ipkg modules. I'm particularly inertested in getting OpenSwan (http://www.openswan.org) running on DD-WRT. Here's a link to some instructions for OpenWRT (http://openwrt.org) , but I'm not sure they work in DD-WRT:

http://lists.openswan.org/pipermail/dev/2004-May/000322.html

Numbski"

[edit] Installation

You must have an operational Jffs configuration to install OpenSwan.

Install OpenSwan by issuing the following command:

ipkg install openswan

If the installation fails, as it did in my case, try issuing the following command:

ipkg -force-depends install openswan

[insert script to load kernel module and ipsec client here]

WARNING: I did this on a WNR3500L with dd-wrt 24 SP2 and now it's completely gone. Wireless is off. Can't ping any interfaces. Tried hard reset and 30/30/30. No luck

[edit] Use

Here should be instructions on how to use it once it's installed