This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Road_Warrior cannot connect outside router

I have a xincom dual wan  router in front of a ASL V4. I have xp on my laptop using xp's vpn connection.

Inside the router when I put the private IP of the ASL Box in the Host Name on my XP laptop it will connect fine. When I'm outside or inside  the router and put the public IP in the Host Name I get the following below from the ASL log file.

It does not seem to receive any LCP ConfRej info back.

The router is set to pass 1723,47 and 500 to the ASL box and by default is supposed to pass vpn to outside servers.

Any suggestions?

MGR: Launching /usr/local/sbin/pptpctrl to handle client
CTRL: local address = 10.32.218.1
 CTRL: remote address = 10.32.218.2
 CTRL: pppd options file = /etc/ppp/options
 CTRL: Client 192.168.1.1 control connection started
 CTRL: Received PPTP Control Message (type: 1)
 CTRL: Made a START CTRL CONN RPLY packet
 CTRL: I wrote 156 bytes to the client.
 CTRL: Sent packet to client
 CTRL: Received PPTP Control Message (type: 7)
 CTRL: Set parameters to 1525 maxbps, 64 window size
 CTRL: Made a OUT CALL RPLY packet
 CTRL: Starting call (launching pppd, opening GRE)
 CTRL: pty_fd = 5
 CTRL: tty_fd = 6
 CTRL: I wrote 32 bytes to the client.
 CTRL (PPPD Launcher): Connection speed = 115200
 CTRL: Sent packet to client
 CTRL (PPPD Launcher): local address = 10.32.218.1
 CTRL (PPPD Launcher): remote address = 10.32.218.2
 pppd 2.4.2b1 started by (unknown), uid 0
 using channel 92
 Starting negotiation on /dev/ttyp0
 sent [LCP ConfReq id=0x1        ]
CTRL: Received PPTP Control Message (type: 15)
CTRL: Got a SET LINK INFO packet with standard ACCMs
sent [LCP ConfReq id=0x1        ]
 LCP: timeout sending Config-Requests 
 Connection terminated.
 Exit.
GRE: read(fd=5,buffer=804d5a0,len=8196) from PTY failed: status = -1 error = Input/output error
 CTRL: PTY read or GRE write failed (pty,gre)=(5,6)
 CTRL: Closing child BCrelay with pid 0
 CTRL: Closing child ppp with pid 23860
 CTRL: Client 192.168.1.1 control connection finished
 CTRL: Exiting now
 MGR: Reaped child 23859


This thread was automatically locked due to age.
Parents
  • [ QUOTE ]
    The router is set to pass 1723,47 and 500 to the ASL box and by default is supposed to pass vpn to outside servers.

    [/ QUOTE ] With some routers, when you statically map the ports required by VPN connections in to a machine (your ASL box) on the inside LAN from the router, you have to turn off the router's automatic VPN passing feature, since it will interfere.
Reply
  • [ QUOTE ]
    The router is set to pass 1723,47 and 500 to the ASL box and by default is supposed to pass vpn to outside servers.

    [/ QUOTE ] With some routers, when you statically map the ports required by VPN connections in to a machine (your ASL box) on the inside LAN from the router, you have to turn off the router's automatic VPN passing feature, since it will interfere.
Children