Created
July 11, 2016 05:53
-
-
Save dongweiming/71f6a97f2b6f91a16ece6da5006cf260 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
❯ ps -ef | grep openvpn | |
0 35727 1 0 1:48PM ?? 0:00.07 /Applications/Tunnelblick.app/Contents/Resources/openvpn/openvpn-2.2.1/openvpn --daemon --log /Library/Application Support/Tunnelblick/Logs/-SLibrary-SApplication Support-STunnelblick-SShared-Sdouban.tblk-SContents-SResources-Sconfig.ovpn.9_0_3_1_305.1337.openvpn.log --cd /Library/Application Support/Tunnelblick/Shared/douban.tblk/Contents/Resources --config /Library/Application Support/Tunnelblick/Shared/douban.tblk/Contents/Resources/config.ovpn --cd /Library/Application Support/Tunnelblick/Shared/douban.tblk/Contents/Resources --management 127.0.0.1 1337 --management-query-passwords --management-hold --script-security 2 --up /Applications/Tunnelblick.app/Contents/Resources/client.2.up.tunnelblick.sh -w -d -f -ptADGNWradsgnw --down /Applications/Tunnelblick.app/Contents/Resources/client.2.down.tunnelblick.sh -w -d -f -ptADGNWradsgnw | |
501 35772 92964 0 1:49PM ttys007 0:00.00 grep openvpn | |
❯ ping 10.8.0.1 | |
PING 10.8.0.1 (10.8.0.1): 56 data bytes | |
64 bytes from 10.8.0.1: icmp_seq=0 ttl=64 time=27.649 ms | |
64 bytes from 10.8.0.1: icmp_seq=1 ttl=64 time=91.356 ms | |
64 bytes from 10.8.0.1: icmp_seq=2 ttl=64 time=29.436 ms | |
64 bytes from 10.8.0.1: icmp_seq=3 ttl=64 time=28.448 ms | |
64 bytes from 10.8.0.1: icmp_seq=4 ttl=64 time=44.489 ms | |
--- 10.8.0.1 ping statistics --- | |
5 packets transmitted, 5 packets received, 0.0% packet loss | |
round-trip min/avg/max/stddev = 27.649/44.276/91.356/24.347 ms | |
❯ ping github.intra.douban.com | |
PING github.intra.douban.com (10.168.32.59): 56 data bytes | |
Request timeout for icmp_seq 0 | |
Request timeout for icmp_seq 1 | |
Request timeout for icmp_seq 2 | |
Request timeout for icmp_seq 3 | |
--- github.intra.douban.com ping statistics --- | |
5 packets transmitted, 0 packets received, 100.0% packet loss |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment