I am trying to get ultravnc to work through Astaro so that I can remotely control my desktop while on the road, but the packet filter live log shows the incoming packets that would initiate the connection being dropped by the default rule.
I have a relaxed packet filter rule that is src = any, service = uvnc, dest = any, action = allow, at the top of the list. The uvnc service is 1:65535 - > 5959.
I also tried creating a generic proxy using interface = ext WAN, service = uvnc, host = 192.168.0.75 (on same net as ASG LAN IP), service = uvnc, allowed networks = external & internal, but that did not work either.
What am I missing?
This thread was automatically locked due to age.