Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jan 2003 03:50:40 +0300
From:      Oleg Baranov <ol@csa.ru>
To:        freebsd-current@freebsd.org
Subject:   [5.0-RELEASE] uid option in ipfw
Message-ID:  <3E35D3E0.2080104@csa.ru>

next in thread | raw e-mail | index | archive | help
It looks like firewall in 5.0-RELEASE doesn't respect uid option.
I migrated from 4.7 where the following lines worked fine:

allow tcp from me to any uid 500 setup
allow udp from me to any uid 500 keep-state

I couldn't get these lines working on 5.0 (packets don't match these rules).
it's a little strange thing - the following lines DO work, but they 
match for ANY user on the system:

allow tcp from me to any uid 0 setup
allow udp from me to any uid 0 keep-state

also the counters are updated in a mysterious way...
it's a very confusing thing for me. can anyone help to solve the problem 
plz?


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3E35D3E0.2080104>