cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
833
Views
5
Helpful
1
Replies

VPDN (PPTP) ON CISCO 1841

stemond79
Level 1
Level 1

i am configuring my Cisco 1841 following this guide:

http://www.cisco.com/en/US/tech/tk827/tk369/technologies_configuration_example09186a00801e51e2.shtml

The ruoter opens the tunnel and my clients see LOCAL IP ROUTER. All my LAN components  can't see
anything.

Is it a NAT Problem or Routing Problem ?

vpdn-group 2
! Default PPTP VPDN group
accept-dialin
  protocol pptp
  virtual-template 2
l2tp tunnel receive-window 1024

interface Virtual-Template2
ip unnumbered FastEthernet0/1
peer default ip address pool test
no keepalive
ppp authentication chap ms-chap pap
!

ip nat pool NPOOL 88.38.192.2XX 88.38.192.2XX netmask 255.255.255.248
ip nat inside source list 110 pool NPOOL overload
!

access-list 110 permit ip 192.168.126.0 0.0.0.255 any

ip local pool test 192.168.126.227


ip forward-protocol nd

ip route 0.0.0.0 0.0.0.0 Serial0/0/0.1

1 Reply 1

gatlin007
Level 4
Level 4

The virtual-template interface references a pool called 'test'.


interface Virtual-Template2
ip unnumbered FastEthernet0/1
peer default ip address pool test
no keepalive
ppp authentication chap ms-chap pap


ip local pool test 192.168.126.227


Based on your NAT rules it looks as if this host may belong to your LAN subnet.  Is your LAN subnet 192.168.126.0/24?  If this is the case your LAN hosts will attempt to ARP for your PPTP host instead of routing the traffic to your router.  You should create an ip local pool that is unique from your LAN so that LAN hosts will route traffic to the router that will in turn send it to the PPTP host.  For example use 192.168.254.0/24 for the PPTP hosts.



Chris

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Innovations in Cisco Full Stack Observability - A new webinar from Cisco