. XXX/XX is the remote IP address set in step 1.9. Configure the startup service (optional) The code is as follows:Copy code Chkconfig iptables onChkconfig pptpd on 10. Start or restart the pptp and iptables services. The code is as follows:Copy code # Service iptables start# Service pptpd startService iptables restartService pptpd restart Configure the VPN proxy server in UbuntuThe operating system is U
We know that there are many VPN types, such as the Windows Server series with their own VPN servers, and the installation and configuration are very simple. Today I will introduce the deployment in the log, is a VPN-Server in Linux based on the PPTP protocol. The Ubuntu system is a Debian-based release. The communicati
Article title: Connect to France using VPN under Ubuntu. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
In Ubuntu, we can easily use the VPN service provided by www.linkideo.com t
Graphical configuration of using cisco ipsec vpn by subway in ubuntu 13.04By default, ubuntu only provides pptp vpn connection configuration. To use a cisco ipsec vpn, you must first install vpnc. If you are not familiar with the command line, you need to solve this problem
Use the company's VPN in Ubuntu Environment
1. Download openconnect
Sudo apt-Get install openconnect
2. Use openconnect to connect to the VPN
Sudo openconnect-u username
3. You will be prompted to use the trusted connection during the process. Enter yes and press Enter.
After the connection is successful, register the following prompt, which will be
In March 1, the gateway server of the lab was uncertain blocked. After checking the line and making a new crystal head, it didn't help. So I had to use the 10 m network port on the lab floor. The turtle was so horrible.Today, they only learned from the computing center that the gateway server had been banned because of viruses. Although the original gateway Server was newly purchased, it still had trouble constantly, and the network was disconnected from time to time. This time it was still infe
Freeradius + pptpd + mysql VPN Service System in Ubuntu, freeradiuspptpd
/* The following operations are performed on the radius server */# update the source sudo apt-get update # install Mysqlsudo apt-get install-y mysql-server mysql-client # install freeradius and the required sudo apt-get install-y freeradius-mysql freeradius-utils freeradius-dialupadmin # from here, to switch to the root user, otherwise
During the past few years, we have a lot of stingy network administrators, so we need to be careful when we do this. So I usually use VPN, which is more anonymous than anonymous proxies! Generally, I find my real IP address. If I create a new connection in windows, I can directly dial the VPN Server. But in Linux, it is a little more troublesome. In fact, it is not troublesome, you only need to install the
1.L2TP the second-tier tunneling protocol is a way to access certificates. You need to install a certificate Server in the VPN server intranet, and then have the VPN server trust the certification authority, and then publish the Certificate Server and download the certificate. VPN clients need access need to download the installation certificate before they can c
The code is as follows:
Route add default Dev ppp0
Route add-net 192.168.2.0 netmask 255.255.255.0 ppp0
1 Install VPN Client firstThe code is as follows:
Sudoapt-getinstall Pptp-linux
2 command line allocated number to connect the VPN server
The code is as follows:
sudo pptpsetup--create testvpn--server 123.45.67.88--username kk--password fku--encrypt--start
After the –create is created the connection
Address: http://hi.baidu.com/quest2run/blog/item/4c69e71df18ea90540341739.html
Click "VPN connection" on the NIC to configure the VPNAdd, select "Point-to-Point Tunneling Protocol (PPTP)", and createConnection name: casualAutomatic Connection: selectGateway: VPN Server domain name or IP addressUser name: User NamePassword: PasswordNT domain: not filledNote: Do not select available for all users. Otherwise,
First, install VPN service
The code is as follows
Copy Code
sudo apt-get install pptpd
Second, the next configuration pptpd service
There are three main configuration files
The code is as follows
Copy Code
/etc/pptpd.conf/etc/ppp/pptpd-options/etc/ppp/chap-secrets
Let's change the pptpd.conf first.
The code is as follows
Copy Code
Vim/etc/pptpd.
1. Install pptpd
Sudo apt-get install pptpd
2. Modify/etc/pptpd. conf
Localip route 10.118.119.100
Remoteip 192.168.0.10-20
3. Modify/etc/ppp/pptpd-options
Vi/etc/ppp/pptpd-options
Find the ms-dns option, remove the # sign, and change it to the DNS provided by google.
Ms-dns 8.8.8.8
Ms-dns 8.8.4.4
4. Modify the/etc/ppp/chap-secrets File
# Client server secret IP addresses
Username pptpd password *
5. Start the service
Service pptpd start
6. Set NAT and enable the Linux kernel rout
This article combines two articles and has personally experienced it. It is very good. We have successfully established a VPN dedicated channel! The whole process is actually very simple. First, repeat the LNMP army brother's method and establish a VPN Server. 1. The full text of Server Installation explains how to create a VPN service on VPS, and how to install
solution will not be guaranteed.
Solution 2: wired
The cable solution can only deploy single-mode optical fiber cables at a distance of 12 kilometers, which is more time-consuming and costly. You can say you don't have to think about it.
Solution 3: Internet + VPN
The Internet can be said to be a public wide area network, and many telecom operators have established a four-way and eight-way long-distance network, which makes it possible for our compan
I have recommended how to set up the PPTP VPN service in the article "VPs initial experience and self-built VPN service". This article has made some modifications and supplements based on the original article, and added"How to connect to pptp vpn on Linux.
The running environment involved in this article: the remote server is configured with low xen VPs on vpslin
Rd and RT (mpls vpn bgp)
Rd (route-distinguisher) is used to identify different VPN instances on the PE device. Its main function is to achieve address multiplexing between VPN instances. It and the IP address constitute a 12byte vpnv4 address space, rd and the route are carried together in the bgp update message and published to the peer end. On the one hand, we
This article compares the IPSec VPN and ssl vpn technologies in detail, so that users from all walks of life can better understand the VPN technology and select the appropriate VPN product.
Another VPN implementation technology different from the traditional
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.