Is it possible to have WinGate route traffic coming from a specific external IP and port or destined for it?
We have a Fritzbox hanging on the external interface of the WinGate machine and it would be nice if we could use the fax functionality, which is essentially CAPI over TCP (port 5031). Startup/discovery uses UDP broadcasts with port 5031 as src and dst, but that can probably be worked around, as long as TCP works.
For obvious reasons we cannot allow Windows to route things past WinGate. Hence we need to get WinGate to do the routing, preferrably with a filter that drops all packets where the external IP is the Fritzbox but the Fritz port isn't 5031 (CAPI over TCP) or 80 (web admin interface of the router). I.e. a static route and a filter with two tiny holes. Can it be done?