Visitor
•
2 Messages
PPTP - Enable GRE protocol using xfinity mobile app
To get PPTP to work, I understand you need to run two steps in the xfinity mobile app:
1. Port forward 1723/tcp (I figured out how to do that).
2. Enable the GRE protocol
How do you enable the GRE protocol in the xfinity mobile app?
Past forum posts show how to do this in the web app, but the web app is no longer an option.
Thanks.
PS: I will use PPTP at my own risk (for historical purposes and educational use)
and I understand OpenVPN is the recommended choice for most users.
However I am still interested in using PPTP for educational and retro computing purposes.
flatlander3
Problem Solver
•
1.5K Messages
2 years ago
There's nothing magical about GRE protocol, other than you're adding extra data to the headers. You're still TCP. If the port is open, it's open. If the crippled Xfinity app isn't opening the port, it won't work. Try a portscan with nmap to port 1723 from somewhere else (phone hotspot....other network) and see if you can even get something other than "filtered" for a response. ONLY scan one port at a time. Firewall software may block the source if you hit more than one port, or sweep them.
You can run into a problem with MTU over 1500. You will be at 1,524 unless you are shortening payload, otherwise you've got a reassembly problem and bad performance. Set the payload to 1436 to accommodate the extra headers -- but that's just optimization, not functionality.
(edited)
2
0