[vpn-help] Installing on Ubuntu (Mint)

Ger Apeldoorn g.apeldoorn at fundeon.nl
Tue Oct 19 03:32:35 CDT 2010


  On 10/15/2010 10:58 AM, Frank Høvin wrote:
> Hi,
>
> This is my first install attempt, and I haven't used Shrew on any
> other platforms before. My system is a new Mint/Ubuntu installation.
>
> When I run cmake, it gives the following error:
>
> CMake Error at CMakeLists.txt:196 (message):
>   Unable to locate openssl crypto include files
>
> I don't know what to make out of this? Open-SSL is indeed installed,
> so there shouldn't be any missing files?
>
> All hints/help/suggestions are appreaciated.
>
>
> Regards,
> Frank H.
>
>
>
--------------------------------------------------------------------------
Fundeon
Ger Apeldoorn
Extern

Ceintuurbaan 2
Postbus 440
3840 AK Harderwijk
T
G.Apeldoorn at fundeon.nl
www.fundeon.nl

Fundeon is het kenniscentrum voor de bouw en infra. Haar kerntaken zijn: adviseren van bedrijven over opleiding, scholing en loopbaan van medewerkers, bevorderen van een goede aansluiting tussen beroepsonderwijs en bedrijfsleven en stimuleren van de instroom van nieuw en goed opgeleid personeel in de bedrijfstak.

De informatie verzonden met dit e-mailbericht is uitsluitend bestemd voor de geadresseerde. Gebruik door onbevoegden, openbaarmaking of vermenigvuldiging is verboden. De afzender is niet aansprakelijk in geval van onjuiste overbrenging van het e-mailbericht en/of bij ontijdige ontvangst daarvan.

_______________________________________________
> vpn-help mailing list
> vpn-help at lists.shrew.net
> http://lists.shrew.net/mailman/listinfo/vpn-help

Hi,

Just install the packages from the repository.. :)

* Install shrewsoft: (as root, sudo -s)
  aptitude install ike ike-qtgui

* Disable IP spoof-security:
in /etc/sysctl.d/10-network-security.conf both values must be set to 0:
  # Turn on Source Address Verification in all interfaces to
  # prevent some spoofing attacks.
  net.ipv4.conf.default.rp_filter=0
  net.ipv4.conf.all.rp_filter=0

* This is not activated immediately, reboot or run the following commands:
  sysctl net.ipv4.conf.default.rp_filter=0
  sysctl net.ipv4.conf.all.rp_filter=0

If you really really want to compile it yourself, make sure you install
the dev-packages of openssl.

That should do it.

Regards,
Ger Apeldoorn









More information about the vpn-help mailing list