VPC router VPN virtual internal address settings and penetration through the Intranet

Source: Internet
Author: User

VPC router VPN virtual internal address settings and penetration through the Intranet today we will talk about how to enable a single Nic VPN Server to convert a virtual internal address to the customer service end through the VPN Server. problem.
1. The so-called Intranet penetration means that the VPN Client can be located in a network with an internal address, while the VPN Server is located in a valid IP address on the public network. In connection, a VPN Server is first allocated, then dial the second VPN Server.
Netsh.exe is used in the win2000system. The specific command is as follows: (1) netsh ras ip set addrassign method = pool; IP address pool allocation; www.2cto.com (2) netsh ras ip add range from = 192.168.3.1 to = 192.168.3.254; the address pool ranges from 192.168.3.1 to 192.168.3.254. A virtual internal address pool is used here. (3) netsh routing ip nat install; install NAT protocol; (4) netsh routing ip nat add interface = local connection mode = full; set local connection to external network card for address and port conversion, note that the remoteregistry Service must be started at this time. (5) netsh routing ip nat add inte Rface = internal mode = private; set the virtual network card to the internal address. This network card is an invisible network card that is virtual in the operating system.
3. For pptp vpn, it can penetrate the Intranet, it can also be connected, L2TP/IPsec mode VPN using NAT-T technology, the L2TP/IPsec VPN can be connected through the Intranet. Www.2cto.com and above are some common knowledge issues related to VPN settings of the chinamoocs router. users who do not know much about VPN can learn. This article is from

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.