Showing posts with label vpn. Show all posts
Showing posts with label vpn. Show all posts

November 24, 2013

[SOLVED]HMA VPN via OpenVPN on Ubuntu with Network Manager


  • Install network-manager-openvpn-gnome
  • Download the vpn-config.zip ( http://hidemyass.com/vpn-config/vpn-config.zip )
  • Download the linux installer ( https://vpn.hidemyass.com/linux.zip )
  • Create vpn folder (e.g. ~/vpn)
  • Extract both zip files there
  • Open network-manager (System->Preferences->Network Connections)
  • Go to VPN tab
  • Import the *.ovpn entry for the location you wish to connect
  • Edit the entry and change the "Type" to Password with Certificates (TLS)
  • The gateway and cert/keys should already be populated from the import
  • Add your vpn username and password
  • Apply
  • Use the network icon in the panel to navigate to your VPN entry and connect






Source: http://wiki.hidemyass.com/Tutorials:HMA_VPN_via_OpenVPN_on_Ubuntu_with_Network_Manager

September 23, 2008

VPN on VPS 1blu.de vServer

> Ich kriege folgender Fehler. In FAQ habe ich keine Info gefunden.
> Können Sie es beheben?
>
> Beim Starten oder Stoppen des OpenVPN Daemon ist ein Problem aufgetreten.
>
> psa-vpn: OpenVPN failed to start
>
> ----------
>
> tail -f /var/log/messages
>
>
>
> Sep 23 10:10:27 v29133 openvpn[5296]: OpenVPN 2.0.1 i686-suse-linux [CRYPTO]
> [LZO] [EPOLL] built on Jul 22 2008
>
> Sep 23 10:10:27 v29133 openvpn[5296]: LZO compression initialized
>
> Sep 23 10:10:27 v29133 openvpn[5296]: Note: Cannot open TUN/TAP dev
> /dev/net/tun: Permission denied (errno=13)
>
> Sep 23 10:10:27 v29133 openvpn[5296]: Note: Attempting fallback to kernel 2.2
> TUN/TAP interface
>
> Sep 23 10:10:27 v29133 openvpn[5296]: Cannot allocate TUN/TAP dev dynamically
>
> Sep 23 10:10:27 v29133 openvpn[5296]: Exiting

Das TUN/TAP-Device wird derzeit nicht von den 1blu vServern unterstuetzt. Eine
Installation dieses Moduls ist ab dem 1blu Dedicated Server L möglich, wo Sie
auch den Kernel selbst anpassen können.

Für weitere Fragen stehen wir Ihnen gerne zur Verfügung.

Mit freundlichen Grüßen aus Berlin,

Ihr 1blu Support Team

Tim Schütt

May 6, 2008

1blu VPS X86-64 vs. i386 при Plesk update

Если у вас на вашем виртуальном сервере вдруг при апдейте Plesk-а появится ошибка типа
Reading system installed packages...done.
Download file update-8.1.1-suse10.1-i386.hdr.gz: 18%..84%..100% done.
Download file build-8.1.1-suse10.1-i386.hdr.gz: 51%..100% done.
Resolve components
ERROR: Impossible do installation while package postgresql-contrib-8.1.4-1.2.x86_64 is installed in system
Errors just before:
- Trying to find direct hardwired dependencies for package postgresql-libs-8.1.9-1.2.i586
- Check for need upgrade of postgresql-contrib-8.1.4-1.2.x86_64 with upgrade of postgresql-libs-8.1.4-1.2.x86_64 wich needs to install postgresql-libs-8.1.9-1.2.i586
- Unresolved dependency: necessary package postgresql-libs-8.1.9-1.2.i586 have older version postgresql-libs-8.1.4-1.2.x86_64. After upgrade we will have the dependency 'libpq.so.4()(64bit)' of package postgresql-contrib-8.1.4-1.2.x86_64 is unresolved, add to removable list postgresql-contrib
- Find remove mode solution for package postgresql-contrib-8.1.4-1.2.x86_64

ERROR: Installation failed

Рекомендую посмотреть на версию линукса (у меня показывается при логине)

SUSE LINUX 10.1 (X86-64)
Linux 2.6.9-023stab043.1-smp GNU/Linux

а так-же на версию согласно uname

# uname -a
Linux v29133.1blu.de 2.6.9-023stab046.2-smp #1 SMP Mon Dec 10 15:04:55 MSK 2007 i686 athlon i386 GNU/Linux


как мы видим X86-64 != i686

воизбежания вышеуказанной ошибки используйте switch --override-os-arch
#/usr/local/psa/bin/autoinstaller --help --override-os-arch x86_64

...надеюсь я сохранил вам время