blob: 99808a35a3be0e46bc6b7d46178eb8c78b57ba0a (
plain)
1 Linux:Symantec Vip Access
2 =========================
3 :author: Aaron Ball
4 :email: nullspoon@iohq.net
5
6
7 == {doctitle}
8
9 If your company has a vpn and like to have the illusion of security, they may
10 use two-factor authentication to gain access to the vpn (as if certs weren't
11 good enough, we've got to use proprietary algorithms with who knows how many
12 backdoors.
13
14 You may be experiencing issues with this if you're running linux. You may also
15 be experiencing issues if you don't want to sacrifice 40G of hard drive space
16 to a Windows virtual machine. If you fit into either or both of these
17 categories, this is the post for you. It turns out, that we can finale.lly get
18 Symantec VIP Access to run on Linux through wine.
19
20 The trick... (because I don't have time to write this full post)
21
22 ----
23 winetricks wsh57
24 ----
25
26 THEN run the installer.
27
28 To be continued. It still won't generate a key or even open after this.
29 Installation works fine though
30
31
32 // vim: set syntax=asciidoc:
|