Não consigo fazer o Juniper funcionar no Ubuntu 14.04 As peças funcionam, mas o todo não

1

Eu realmente preciso de ajuda para solucionar isso.

Já estou aqui:

Como instalar Juniper VPN no Ubuntu 14.04 LTS

link

O cliente abre e fecha. Ele corre bem a partir da linha de comando, mas não se conecta a nada.

O firewall está inativo:

user@box:~$ firewall
Chain INPUT (policy ACCEPT 21770 packets, 3492K bytes)
num   pkts bytes target     prot opt in     out     source               destination         

Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
num   pkts bytes target     prot opt in     out     source               destination         

Chain OUTPUT (policy ACCEPT 22171 packets, 1501K bytes)
num   pkts bytes target     prot opt in     out     source               destination         
user@box:~$ 

Tanto quanto eu posso dizer que todos os pacotes de 32 bits estão instalados. Não vejo exceções ou avisos que sugiram que um possa estar faltando. Conheço todos os lugares para procurar por eles? Não, provavelmente não, mas tenho:

user@box ~ $ sudo apt-get install libc6:i386 zlib1g:i386 libgtk2-perl libwww-perl
Reading package lists... Done
Building dependency tree       
Reading state information... Done
libwww-perl is already the newest version.
libgtk2-perl is already the newest version.
zlib1g:i386 is already the newest version.
libc6:i386 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 9 not upgraded.

... e também:

sudo update-alternatives --config java
[sudo] password for user: 
There are 2 choices for the alternative java (providing /usr/bin/java).

  Selection    Path                                            Priority   Status
------------------------------------------------------------
* 0            /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java   1071      auto mode
  1            /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java   1071      manual mode
  2            /usr/lib/jvm/java-7-openjdk-i386/jre/bin/java    1070      manual mode

Press enter to keep the current choice[*], or type selection number: 

Quando iniciado a partir do CLI:

user@box:~$ sudo msjnc --connect --root 
Enter your password or PID+SecureID: 
Connecting to vpn.company.com (company) ................................. failed
The Juniper Network Connect VPN session did not start.

Além disso:

/usr/lib/jvm/java-7-openjdk-i386/jre/bin/java -classpath /home/user/.juniper_networks/network_connect/NC.jar NC ncui -h vpn.company.com -n -t -x

O comando acima aparece na janela e solicita uma senha, mas ela cai quando eu a digito. O que eu tenho medo é que pode haver uma senha adicional que eu não conheço, semelhante à rede VPN da Cisco.

O link update-alternatives foi criado em /usr/sbin .

    
por user447607 30.12.2015 / 19:50

1 resposta

0

As ferramentas de conexão do Juniper não podem ser executadas em uma partição criptografada. Isso é o que eu estava experimentando. IMHO, isso é completamente ridículo.

    
por user447607 02.09.2016 / 16:53