NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Setting a rule for NPF



It "works" with

procedure "log" {
log: npflog0
}

group (default) {
pass all
pass stateful final proto icmp all apply "log"
}

I can send and receive ping with local hosts even though I can't with external addresses (but it doesn't matter now).
How can I find the log? Npflog0 was created with ifconfig as a new interface, but now?

Rocky


Home | Main Index | Thread Index | Old Index