Hello, I had a client that had a service running on TCP port 6001 behind an OpenBSD router the port was blocked because of the X11 firewall Rule that protects X11, I think that the rule (even though it is an example rule) could be made more specific to prevent the example rules from blocking traffic through a Router un-intentionally
following rule on line 34 of the example Firewall config /etc/examples/pf.conf # By default, do not permit remote connections to X11 -block return in on ! lo0 proto tcp to port 6000:6010 +block return in on ! lo0 proto tcp to self port 6000:6010 I hope this helps -- Kindest regards, Tom Smyth
