 wolfy339
join:2005-04-30 Edmonds, WA
| Help with PPTP VPN Connectivity.
I have a problem that I cannot seem to figure out for the life of me. When my dad attempts to connect to a VPN he uses for work he will get one of two errors: 619 and 721. I can clearly see in the modem firewall log that the ports for the VPN are being allowed correctly (TCP port 1723 and UDP ports 500 and 4500), however, the firewall on the modem also gives an "Unknown Protocol" and not allow the connection. My dad and I think this has to do with the fact that the VPN is using GRE along with the PPTP. The Modem is a Westell 6100, C90-610015-06 and is running firmware version 03.02.01 and I am wondering if there is a newer version of the firmware or if anyone here has any ideas for how to fix this. |
 wolfy339
join:2005-04-30 Edmonds, WA
| reply to wolfy339
 Service Configuration |
Thanks for your help, I think my dad and I have finally solved it. I am using this message to post the solution.
The following is from the custom firewall config
Inbound Config:
pass protocol 4 >> done pass protocol 47 >> done pass protocol tcp, from port 1723 >> done, state pass protocol tcp, from port 7250 >> done, state pass protocol udp, from port 500 >> done, state pass protocol udp, from port 1701 >> done, state pass protocol udp, from port 4500 >> done, state
Outbound Config:
pass protocol 4 >> done, state pass protocol 47 >> done, state pass protocol tcp, to port 1720 >> done, state pass protocol tcp, to port 1723 >> done, state pass protocol tcp, to port 7250 >> done, state pass protocol udp, to port 500 >> done, state pass protocol udp, to port 1701 >> done, state pass protocol udp, to port 4500 >> done, state pass protocol udp, to port >=1024 >> done, state
|