No se si te ayudar? esto...
http://openvpn.net/index.php/open-source/documentation/install.html

* Solaris

  For 64 bit, I used the tun-1.1.tar.gz source and compiled it.

  Of course there is a but :)
  In the tun-1-1\solaris\Makefile I changed a line so it compiles with 64 bit

  CFLAGS = $(DEFS) -m64 -O2 -Wall -D_KERNEL -I.

  I just added -m64 and it worked.

  The tun driver works fine as said previously, however we noticed there is a

  minor problem when creating multiple tunnels on Solaris.
  Mr Tycho Fruru changed the code in tun.c file where he locked the tun device
  number to -1. This way it is impossible to specify the name of the tun device

  but it is still possible to have multiple devices.
  The modification will increment automatically meaning starting from tun0 --->
  tunX I know you are not responsible for the tun coding but if you think the

  modification can be useful for you feel free to use it.




2010/1/28 Juan Dami?n Bernab? <jdamianb at gmail.com>

> Hola a todos!
>
> Bueno, en Linux normalmente uso OpenVPN para conexiones vpn,peor, en
> opensolaris he visto que esta no viene en repositorios. Me decidi a
> compilarlo y googleando encontre esto:
>
> http://opensolaris.org/jive/thread.jspa?messageID=434122
>
> Pero, tengo problemas con la edicion del archivo Makefile.ini de los
> drivers tun/tap.
>
> Queria saber, ademas de si es posible instalar el OpenVPN en openSolaris,
> si existe alguna version de SUN de VPN para OpenSolaris y que tan compatible
> es con OpenVPN instalado en clientes linux. Dentro de los paquetes para
> instalacion encontre el SUNWstunnel pero no estoy seguro de lo que hace
> realmente.
>
> Gracias!
>
> Hasta luego
>
> --
> JCrx,
>
> Mind Wide Open
> Be OpenSource
>
> _______________________________________________
> ug-aosug mailing list
> ug-aosug at opensolaris.org
> http://mail.opensolaris.org/mailman/listinfo/ug-aosug
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://mail.opensolaris.org/pipermail/ug-aosug/attachments/20100128/a7a1b9fb/attachment.html>

Responder a