当前位置:首页 > 编程开发

Mac OS X Lion (10.7) and OS X Mountain Lion (10.8) vpn 安装

webgou14年前 (2012-12-31)编程开发664

Set Up VPN for Mac OS X Lion (10.7) and OS X Mountain Lion (10.8)

Page Content

This page provides instructions to set up the Northwestern Virtual Private Network (VPN) on Mac OS X Lion (10.7) and Mountain Lion (10.8). Watch the video below for step-by-step instructions on how to use the automated Northwestern VPN configuration utility.

Users can also follow the steps below to manually set up the Northwestern VPN on Mac OS X Lion (10.7) and Mac OS X Mountain Lion (10.8).

  1. Open System Preferences by going to Apple > System Preferences.

    After selecting the Apple icon in the top left of the screen, click on the System Preferences option.
  2. Select the Network icon in the System Preferences window.

    In the System Preferences window, select the Network Icon which is the second icon in the third row.
  3. Select the + button at the bottom left of the screen to add a new connection. (Note: You may need to click the LOCK icon to enable editing of Network Settings.)
    Select the following options:
    a. Interface: VPN
    b. VPN Type: L2TP over IPSec
    c. Service Name: Northwestern VPN
    d. Select Create.

    After selecting the plus symbol (which is located in the lower left portion of the screen), select the following options: Interface: VPN, VPN Type: Cisco IPSEC, and Service Name: NUVPN. You may then select the create button which is in the lower right portion of the popup window.
  4. From the Network window enter the following information:
    a. Server Address: vpn-nu.vpn.northwestern.edu
    b. Account Name: enter your NetID.
    (Optional) Check the Show VPN status menu bar box if you would like to start the VPN connection from your menu bar, otherwise you will need to open System Preferences.

    Within the Network window for the NUVPN configuration add the following options: next to Server Address, enter vpn-public.vpn.northwestern.edu. Next to Account Name, enter your NetID. If you would like to start the VPN connection from the menu bar, check the box at the bottom stating Show VPN status in menu bar.
  5. Click the Authentication Settings button.
  6. Next to the Shared Secret box enter "northwesternvpn" as shown without the quotes.

    Select the advanced button in the bottom right of the screen and in the following fields enter in the information given: Next to the Shared Secret field enter nuit in all lowercase, and in the Group name field enter NUIT in all caps.
  7. Click the OK button.
  8. Click the Apply button.
  9. Click the Advanced... button.
  10. Select the Send all traffic over VPN connection checkbox option.

    VPN Setup - send all traffic opion
  11. Click the OK button.
  12. Click the Apply button.
  13. Delete the old "NUVPN" profile if it appears in your computer settings.

扫描二维码推送至手机访问。

版权声明:本文由知了博客发布,如需转载请注明出处。

本文链接:https://www.webgou.info/?id=537

标签: MAC
分享给朋友:

“Mac OS X Lion (10.7) and OS X Mountain Lion (10.8) vpn 安装” 的相关文章

3D动画基础

顶点动画...…

WM_DESTROY与WM_CLOSE

由于wce中,要重写wtl的CFrameWindow,然后采用CWindowImpl去实现View,view里面加入了函数: 并加入CWindowImpl实现的CButton成员函数: CMYButton m_btn1; ...…

创建纯资源 DLL

创建纯资源DLL: 1。首选是动态DLL 2。把需要的资源导入进项目 3。在编译要/NOENTRY 这个选项,Properties-˃configure Properties-˃linker-˃No entery point...…

Google Chrome Source Code 源码下载

Google Chrome Source Code 源码下载…

解读iPhone平台的一些优秀设计思路

解读iPhone平台的一些优秀设计思路 …

整数转换为字符串方法

方法1: #include //函数名: itoa //功 能: 把一整数转换为字符串 //用 法: char *itoa(int value, char *string, int radix); int main(void) { int number = 12345678;…

发表评论

访客

看不清,换一张

◎欢迎参与讨论,请在这里发表您的看法和观点。