selamlar
captive portal aktif olduktan sonra firewall listesinde bir şey var mı?
ipw ile listeye bakın hepsi aktif olduktan ve problem başladıktan sonra
Buradan kopyaladım.
http://www.freebsd.org/doc/handbook/firewalls-ipfw.htmlTo list all the rules in sequence:
# ipfw list
To list all the rules with a time stamp of when the last time the rule was matched:
# ipfw -t list
The next example lists accounting information, the packet count for matched rules along with the rules themselves. The first column is the rule number, followed by the number of outgoing matched packets, followed by the number of incoming matched packets, and then the rule itself.
# ipfw -a list
List the dynamic rules in addition to the static rules:
# ipfw -d list
Also show the expired dynamic rules:
# ipfw -d -e list
Zero the counters:
# ipfw zero
Zero the counters for just the rule with number NUM:
# ipfw zero NUM