Lieber Besucher, herzlich willkommen bei: GentooForum.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 inherit eutils multilib toolchain-funcs DESCRIPTION="SSL VPN Client for Fortinet" HOMEPAGE="http://www.forticlient.com/" SRC_URI="http://ftp.iteas.at/public/fortigate/forticlientsslvpn_linux_4.0.2289.tar.gz" LICENSE="FortiClientSSLVPN" SLOT="0" IUSE="" KEYWORDS="amd64 ~x86" DEPEND="" RDEPEND="${DEPEND} net-dialup/ppp app-emulation/emul-linux-x86-gtklibs sys-apps/iproute2" S="${WORKDIR}/forticlientsslvpn" QA_PREBUILT="opt/forticlient-sslvpn/forticlientsslvpn opt/forticlient-sslvpn/helper/subproc" src_unpack() { unpack ${A} cd "${S}" } src_install() { exeinto opt/forticlient-sslvpn doexe forticlientsslvpn doexe forticlientsslvpn_cli cp -r helper ${D}/opt/forticlient-sslvpn/helper doicon helper/forticlientsslvpn.gif domenu helper/forticlientsslvpn.desktop } pkg_postinst() { ewarn "Forticlient SSL VPN is closed-source." einfo "Installed in /opt/forticlient-sslvpn" ewarn "To open multible vpn's use the CMD-Tool forticlientsslvpn_cli" ewarn "For the first setup start Foritclient with sudo privileges" } |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »boospy« (08.03.2014, 10:59)
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
enp5s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 10.67.19.111 netmask 255.255.255.0 broadcast 10.67.19.255 inet6 fe80::11da:e8ef:fead:9cca prefixlen 64 scopeid 0x20<link> ether 11:da:e9:4d:8b:ea txqueuelen 1000 (Ethernet) RX packets 627585 bytes 255274029 (243.4 MiB) RX errors 0 dropped 1 overruns 0 frame 0 TX packets 510858 bytes 132011954 (125.8 MiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 inet6 ::1 prefixlen 128 scopeid 0x10<host> loop txqueuelen 0 (Lokale Schleife) RX packets 5236 bytes 325826 (318.1 KiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 5236 bytes 325826 (318.1 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
enp2s0 Protokoll:Ethernet Hardware Adresse e3:ca:4d:0a:35:f3 inet Adresse:192.168.5.3 Bcast:192.168.5.255 Maske:255.255.255.0 inet6 Adresse: fe80::e3ab:4ffe:ae3c:44f5/64 Gültigkeitsbereich:Verbindung UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:8333575 errors:0 dropped:0 overruns:0 frame:0 TX packets:15564698 errors:0 dropped:0 overruns:0 carrier:0 Kollisionen:0 Sendewarteschlangenlänge:1000 RX bytes:5367061000 (4.9 GiB) TX bytes:21463970339 (19.9 GiB) lo Protokoll:Lokale Schleife inet Adresse:127.0.0.1 Maske:255.0.0.0 inet6 Adresse: ::1/128 Gültigkeitsbereich:Maschine UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:328726 errors:0 dropped:0 overruns:0 frame:0 TX packets:328726 errors:0 dropped:0 overruns:0 carrier:0 Kollisionen:0 Sendewarteschlangenlänge:0 RX bytes:107746325 (102.7 MiB) TX bytes:107746325 (102.7 MiB) |
Quellcode |
|
1 |
old-output : use old ifconfig output style (useful for when new output breaks scripts) |
Quellcode |
|
1 2 3 4 5 6 |
STATUS::Login succeed STATUS::Starting PPPd STATUS::Initializing tunnel STATUS::Connecting to server STATUS::Connected Press Ctrl-C to quit |
Quellcode |
|
1 2 3 4 5 6 7 8 9 |
CONFIG_PPP=m # CONFIG_PPP_BSDCOMP is not set # CONFIG_PPP_DEFLATE is not set # CONFIG_PPP_FILTER is not set # CONFIG_PPP_MPPE is not set # CONFIG_PPP_MULTILINK is not set CONFIG_PPPOE=m # CONFIG_PPP_ASYNC is not set # CONFIG_PPP_SYNC_TTY is not set |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 |
grep CONFIG_PPP .config CONFIG_PPP=m CONFIG_PPP_BSDCOMP=m CONFIG_PPP_DEFLATE=m # CONFIG_PPP_FILTER is not set CONFIG_PPP_MPPE=m # CONFIG_PPP_MULTILINK is not set # CONFIG_PPPOE is not set CONFIG_PPP_ASYNC=m CONFIG_PPP_SYNC_TTY=m |
Quellcode |
|
1 2 3 4 5 6 |
lsmod | grep ppp ppp_deflate 3462 0 ppp_async 5972 1 ppp_generic 15619 7 bsd_comp,ppp_async,ppp_deflate slhc 3914 1 ppp_generic zlib_deflate 17390 2 btrfs,ppp_deflate |
Quellcode |
|
1 2 3 4 5 6 |
inherit eutils multilib linux-info toolchain-funcs pkg_pretend() { CONFIG_CHECK="PPP PPP_BSDCOMP PPP_DEFLATE PPP_MPPE PPP_ASYNC PPP_SYNC_TTY" check_extra_config } |
Quellcode |
|
1 |
showlicense: Fatal IO error 5 (Eingabe-/Ausgabefehler) on X server :0.0. |
Danke fürs testen, habs hard maskiert.
Ja, und wie ist es wenn du es direkt mit SUDO beim Ersten mal aufrufst? Policykit hab ja nicht eingebaut. Oder kommt das sowiso egal was du machst?
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »_Dirk_« (21.09.2014, 18:43)