This article describes how to configure packet filter support for PPTP VPN clients.
The Windows Server 2003 Routing and Remote Access service supports virtual private networks (VPNs). VPN clients can use Point-to-Point Tunneling Protocol (PPTP), second-tier Tunneling Protocol (L2TP), and IP Security (IPSEC) to create
PPTP VPN I believe a lot of friends have heard, today I would like to introduce you to CentOS 6.4 to install PPTP and configure the Debian GNOME desktop VPN Client Connection example, I hope that the following will help you.
The following is based on the Linode VPS Centos
entries
# Secrets for authentication using CHAP# Client Server Secret IP addressesVpnusername pptpd Vpnpassword *
Vpnusername is your VPN account, Vpnpassword is your VPN login password and will use this account and password when configuring the client.
3. Configure PPTP
This article describes in detail how to install a VPN client in CentOS (note that it is not a VPN server)1. Install software[Root @ webserver ~] # Yum install ppp pptp-setup2. Register the ppp_mppe kernel module[Root @ webserver ~] # Modprobe ppp_mppe3. Create a VPN connecti
To install the PPTP client and MPPE encryption module:
The code is as follows
Copy Code
OPKG UpdateOpkg Install PPTPOpkg Install Kmod-mppe
Add account number and password to config file:
The code is as follows
Copy Code
Cat/etc/ppp/chap-secrets#USERNAME PROVIDER PASSWORD IPAddressHaiyun.me VPN "h
Objective:
Build a single network card Linux gateway (transparent proxy), the gateway dial into an overseas VPN server, the client set the gateway, the network exit for the overseas VPN server, to achieve accelerated access to some Web sites.
Environmental information:
Hardware: One Dell Machine, single NIC (ip:10.39.100.253);
Machine Name: VPNGW
Operating s
LinuxLowerVPNClient (p t p) Configuration
Linux: Kernel kernel-2.6.9-42.EL
You can go to the site: http: // pptpclient.sourceforge.net/
Required software:
Kernel-devel-2.6.9-42.EL (built-in system)
Dkms-2.0.10-2.fc5.noarch.rpm
Dernel_ppp_mppe-0.0.5-2dkms.noarch.rpm
The above three files are usually installed when you set up the Linux VPN Server. You can run the # rpm-Q command to view them.
(Example: # rpm-Q dkms)
Step 2: Click the apple icon in the upper left corner and select[System preference settings ...]
Step 2: Click[Network]
Step 2: Click[+ ],Interface Selection[VPN ],VPN Type Selection[PPTP ],Service name:Default (customizable)And then click[Create]
Step 2: Set[Server address:Wangkangle.com], [Account Name (Account sent to your mailbox)]And then click[Auth
1. Add an extended repo file to the/etc/yum. repo directory. The content is as small
[Epel]Name = Extra Packages for Enterprise Linux 6-$ basearchBaseurl = http://download.fedoraproject.org/pub/epel/6/?basearch# Items list = https://mirrors.fedoraproject.org/metalink? Epel-6 arch = $ basearchFailovermethod = priorityEnabled = 1Gpgcheck = 1Gpgkey = file: // etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
[Epel-debuginfo]Name = Extra Packages for Enterprise Linux 6-$ basearch-DebugBaseurl = http://download.fe
Oracle SQL handler, yesDesigned for Oracle database developers and operatorsA carefully crafted Oracle client tool:Ultra-intelligent SQL Editor;Ultra-convenient table operations(You can update the data warehouse table by modifying the cell data of the table );Export data in multiple formats, including xls, CSV, insert SQL, HTML, and XML;Chinese and English InterfacesAnd can be switched; MonitoringRun batch SQL statements(Paused and corrected during ru
#PermitRootLogin YesYou need to remove the previous # number.Permitrootlogin YesRestarting the SSHD serverService sshd RestartQuestion 3Resolve the inconsistency between the local login user and the remote login userWell, this is very tangled, although not to enter the password, but also have to SSH [email protected] to log in, modify the local login user's ~/.ssh/config (Mac client) file, if the wood has t
required configuration files for alias and shuttle based on secure
AliasAfter you add the following script in ~/.bash_profile, update the aliaswhile read LINEdoSSH_HOST=$(echo "$LINE" | awk ‘{print $1}‘)SSH_USER=$(echo "$LINE" | awk ‘{print $2}‘)alias "$SSH_HOST$SSH_USER"="sh /Users/zhang/zhangsan/work/ssh.sh $SSH_HOST $SSH_USER"done
ShuttleGenerate a Python script for shuttle configuration
$ cat /Users/zhang/zhangsan/work/shuttle.py import jsonshuttle = { "editor": "default
Assume that there are 2 servers a (127.0.0.1) and B (192.168.0.1), a as a client to log on to Server B1. Use Ssh-keygen-t ras-p ' under Server AGenerate Public key (Id_rsa.public) and private key (Id_rsa) in the ~/.ssh directory2. Copy the generated public key to the ~/.ssh/autorized_keys in Server B.SCP ~/.ssh/id_rsa.public [Email protected]:/root/.sshNext, enter the login password for Server B3. Log in to Server B and enter your password at this poi
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.