thats easy if you are running your own internal DNS server to resolve names.
are you?
are you using the osx server as the gateway too? cuz its just as easy to log that too.
add to named.conf for DNS solution:
Code:
logging {
channel my_file {
file "/var/log/bind/bind9.log";
severity dynamic;
print-category yes;
print-severity yes;
};
if the natd/ipfw is the same as freebsd
just add a -log to the start up parameters
that should log everything
