cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
348
Views
0
Helpful
1
Replies

Configuration PPTP server in cisco 2951

rkulnazarov
Level 1
Level 1

[toc:faq]

Good afternoon!

I've configured PPTP Server in cisco 2951. Please help me to understand, why computers don't assigned  dns servers from PPTP server.

Version 15.4(3)M2

aaa authentication login default local
aaa authentication ppp default group radius
aaa authorization exec default local
aaa authorization network default group radius
aaa accounting network VPN_USERS start-stop group radius


ip local pool POOL1 10.110.64.1 10.110.64.254

interface Virtual-Template1
 ip unnumbered GigabitEthernet0/0
 autodetect encapsulation ppp
 peer default ip address pool POOL1
 no snmp trap link-status
 ppp encrypt mppe 128
 ppp authentication ms-chap-v2
 ppp accounting VPN_USERS
 ppp ipcp dns 10.10.10.5 10.10.10.6

radius server radius1
 address ipv4 10.110.5.5 auth-port 1812 acct-port 1813
 key 7 011253211E5A1C46795F653D2C57541E

1 Reply 1

Peter Paluch
Cisco Employee
Cisco Employee

Hello,

You are writing that your computers are not being assigned DNS server addresses. Are the remaining settings accepted? Do your clients have IP connectivity if you try pinging plain IP addresses instead of pinging domain names?

Do you believe you could capture the debug ppp negotiation output on your router during one of your clients connecting?

Best regards,
Peter