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

No active PPPoE tunnels

njamabraasch
Level 1
Level 1

I have set up a vpn network with the following commands:

vpdn group 1 ppp authentication chap

vpdn group 1 ppp authentication mschap

vpdn group 1 ppp authentication pap

vpdn group 1 ppp encryption mppe 40

access-list 101 permit ip 192.168.0 .0 255.255.255.0 192.168.1.0 255.255.255.0

ip local pool pptp-pool 192.168.1.1-192.168.1.50

nat (inside) 0 access-list 101

sysopt connection permit-pptp

vpdn group 1 accept dialin pptp

vpdn group 1 ppp authentication pap

vpdn group 1 ppp authentication chap

vpdn group 1 ppp authentication mschap

vpdn group 1 client configuration address local pptp-pool

vpdn group 1 client authentication local

vpdn username cisco password cisco

vpdn enable outside

our inside ip pool is 192.168.0.0, and obviously the vpn pool is 192.168.1.0

I get a connection with the microsoft client, but when I can't see the inside network, and when I show vpdn, I get the following :

Remote Internet Address is (client ip) Session username is (username), state is estabd

Time since event change 101 secs, interface outside

Remote call id is 32768

PPP interface id is 1

12 packets sent, 96 received, 408 bytes sent, 18329 received

Seq 13, Ack 95, Ack_Rcvd 12, peer RWS 64

0 out of order packets

%No active PPPoE tunnels

What am I missing?

1 Reply 1

tkaye
Level 1
Level 1

Hello,

Is there an acl for traffic on the inside towards the outside? ifso does this permit the traffic?

Is there correct routing in place from the internal network to the firewall for the 192.168.1.x subnet?

Once connected, try telnetting from the vpn device to something internal and do a show conn pro tcp local internalip and check the output

hope that helps.