mac通过虚拟机使用深信服ssl vpn
mac10.10不支持ssl vpn,没办法连到内网,只好想办法迂回支持vpn。
用虚拟机作为跳板,装一个能够支持vpn的系统,然后通过mac使用ssh访问vpn。
虚拟机使用oracle的virtualbox就可以,小巧免费
http://download.virtualbox.org/virtualbox/5.0.0/VirtualBox-5.0.0-101573-OSX.dmg
安装centos6.7
下载地址
http://202.141.176.110/centos/6.7/isos/i386/CentOS-6.7-i386-LiveDVD.iso
下载jre,默认firefox是不启动java功能的
http://data.sangfor.net/sslupdate/jre/jre-for-linux.bin
如果当前用户不是管理员,则通过su切换至管理员,然后执行安装文件,命令操作如下
[xxx@localhost ~]$ su
Password: <输入管理员密码>
[root@localhost sinfor]# cd Downloads/ <切换至下载目录>
[root@localhost Downloads]# ls -l
total 20732
-rw-r--r-- 1 xxx xxx 21228392 2010-11-26 10:29 jre-for-linux.bin
[root@localhost Downloads]# chmod u+x jre-for-linux.bin <给予执行权限>
[root@localhost Downloads]# ls -l
total 20732
-rwxr--r-- 1 xxx xxx 21228392 2010-11-26 10:29 jre-for-linux.bin
[root@localhost Downloads]# ./jre-for-linux.bin <执行安装文件>
...
Create jre1.6.0_21/lib/rt.jar
Create jre1.6.0_21/lib/jsse.jar
Create jre1.6.0_21/lib/charsets.jar
Create jre1.6.0_21/lib/ext/localedata.jar
Create jre1.6.0_21/lib/plugin.jar
Create jre1.6.0_21/lib/javaws.jar
Create jre1.6.0_21/lib/deploy.jar <安装过程>
Done
Linux jre installed successfully. <安装成功提示>
[root@localhost Downloads]#
安装成功后,登陆vpn网址,跳出的提示框都选允许,登陆成功后虚拟机可以访问内网
切回mac系统,使用ssh访问虚拟机,提示访问不了,默认ssh服务没有启动
切回虚拟机,启动ssh
sudo /etc/init.d/sshd start
sudo /etc/init.d/iptables stop
现在虚拟机里已经可以通过vpn访问内网,使用mac也可以访问虚拟机,做为跳板访问内网了。
[囧汗]受不了的不要来看了→ http://sebi.club