I am running a small WISP and have recently replaced a Linksys router at the top of my network with a MT router. Everything went smooth for just about everything, however, one of my customers whose VPN uses PPTP is not able to connect any longer.
On the linksys, there was a simple check box to enable PPTP passthrough and that worked.
I realize that I will need to write a firewall rule on the MT to do this, but I cannot seem to figure out what is needed.
I have a rule for forwarding tcp port 1723 and one for gre, what am I missing?
Are these PPTP connections inbound or outbound from your network? If outbound, then you just need rules in the Forward chain to pass the TCP:1723 and GRE packets.
If the VPN server is on your network then you’re going to have to setup some DST-NAT rules as well.