Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[TUT] Create your own PPTP VPN using Ubuntu Linux
#5
Kottonmouth, Could you please help me with my VPN? I'm using Xen CentOS 5.5 64-bit.

I have installed PPTP VPN on my server. When I connect to my server main IP which it is 74.11.33.57. I can connect and get access to the server without no problem, but when I try to connect to another ip which it is 74.11.33.19. I can connect to that IP but the connection is closed after I have connected.

here's the iptables:

Code:
[root@server1 ~]#iptables -t nat -L
Chain PREROUTING (policy ACCEPT)
target     prot opt source               destination

Chain POSTROUTING (policy ACCEPT)
target     prot opt source               destination
SNAT       all  --  172.16.36.0/24       anywhere            to:74.11.44.57
SNAT       all  --  172.16.1.0/24        anywhere            to:74.11.44.19

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination
[root@server1 ~]#

Here is the confirguration for /etc/ppp/chap-secrets.

Code:
# Secrets for authentication using CHAP
# client        server  secret                  IP addresses
testvpn         pptpd   mypassword                 172.16.36.0/24
myusername     pptpd   mypassword                 172.16.1.0/24

Do you know what is wrong and do you know how to fix it?
Reply


Messages In This Thread
RE: [TUT] Create your own PPTP VPN using Ubuntu Linux - by chris0147 - 10-17-2011, 06:02 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Get Ubuntu 11.04 >>Upgrade from Ubuntu 10.10 aminmusa 15 7,134 04-25-2011, 02:06 AM
Last Post: aminmusa
  [ubuntu v=9.10]Apache2 errors[/ubuntu] jfmherokiller 10 3,742 11-23-2010, 08:26 PM
Last Post: haphazard
  Linux Ubuntu 10.10 [Maverick Meerkat] cheeseburger 3 1,197 10-28-2010, 07:09 PM
Last Post: Reality
  Linux [Ubuntu Tweak] cheeseburger 7 1,838 10-26-2010, 06:44 AM
Last Post: Spagnum
  Tutorial: Installing Ubuntu/Basics of Ubuntu Canoris 16 9,293 05-31-2010, 05:31 PM
Last Post: Natha

Forum Jump:


Users browsing this thread: 1 Guest(s)