IPFW uid filtering (UID)

Kris Maglione bsdaemon at comcast.net
Tue May 3 16:16:12 PDT 2005


I have OpenVPN listening on an interface on UDP 1194.
It drops to openvpn:openvpn after it opens the socket. sockstat confirms 
this.

When I add a rule to allow packets in on udp 1194 with uid openvpn, they 
don't match.
The rule is:
1340 allow udp from any to me 1194 in recv dc0 uid openvpn

When I take out "uid openvpn", the packets match. When it's there, they 
don't.

Am I doing something wrong?

BTW, the same goes for the outgoing rule.


More information about the freebsd-questions mailing list