LSU_guy wrote:monnier - I have lots of these routers at different jobsites. I can VPN into them. I'm also always behind an openwrt router when I'm VPNing out and it works for me. Here are a few things to try
1) Direct connect your MAC to the internet. Can you still VPN. If you cant then thats your problem.
2) Disable the firewall...open up all ports. Does that help. If it does, its a firewall problem.
3) Telnet to the vpn server. Could you establish this session?
4) What do the logs in the VPN server say?
5) Post error messages here. Its hard to tell whats happening without any logs or error messages
Also look at the PPTP and PPTPD pages in the howto. They should provide some help.
1) yes, I can VPN when connected directly (or from the router itself)
2)
3) yes, telnet works fine.
4) No idea, I don't have access to it.
5) It really seems like nothing is getting through:
# pppd call UdeM debug nodetach
using channel 6
Using interface ppp0
Connect: ppp0 <--> /dev/pts/9
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0xd4444f5a> <pcomp> <accomp>]
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0xd4444f5a> <pcomp> <accomp>]
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0xd4444f5a> <pcomp> <accomp>]
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0xd4444f5a> <pcomp> <accomp>]
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0xd4444f5a> <pcomp> <accomp>]
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0xd4444f5a> <pcomp> <accomp>]
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0xd4444f5a> <pcomp> <accomp>]
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0xd4444f5a> <pcomp> <accomp>]
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0xd4444f5a> <pcomp> <accomp>]
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0xd4444f5a> <pcomp> <accomp>]
LCP: timeout sending Config-Requests
Connection terminated.
Script pptp vpn.cc.umontreal.ca --nolaunchpppd finished (pid 1095), status = 0x0
Modem hangup
#
tcpdump running on the router gives me the impression that the GRE packets sent from the VPN server never make it to my client. I have done `insmod ip_gre' and I've added "iptables -I INPUT -p gre -j ACCEPT" but it didn't help. What have you changed compared to the base RC5 config?
(Last edited by monnier on 28 May 2006, 02:35)