Hi folks,
pfctl can give me an extended list of tables showing interface
group names, "self", etc. Sample:
# pfctl -g -sT
egress
egress:0
extern
extern:network
intern:network
nospamd
self
spamd-white
unroutable
How can I query the value of the "special" tables?
# pfctl -g -t extern -T show
pfctl: Table does not exist.
???
pfctl -gsr shows me some highly interesting tables in some rules,
e.g.
pass in log quick on extern proto tcp from (extern:network:1) to
(extern:1) port = 22 flags S/SA keep state (if-bound)
pass out log quick on extern proto tcp from (self:9) to any port = 80
flags S/SA keep state (if-bound)
pass in log quick on extern inet proto tcp from <spamd-white:80> to
(egress:0:1) port = 25 flags S/SA keep state (if-bound)
I would like to know what "(self:9)" and "(extern:network:1)" and the
others mean, and which value they currently have.
Every helpful comment is highly appreciated.
Best seasons greetings
Harri