I want to copy selected packets (such as DNS lookups) to another host, which will log them.
ipfw has the 'fwd <host>' (forward to new host) and 'tee <port>' (send a copy to local divert port) directives. Does there exist something that combines both, ie continue processing the packet locally but also forward a copy to another host? Like tee <host>
Essentially, I want to be able to do a remote tcpdump.
Thanks for any ideas.
ipfw has the 'fwd <host>' (forward to new host) and 'tee <port>' (send a copy to local divert port) directives. Does there exist something that combines both, ie continue processing the packet locally but also forward a copy to another host? Like tee <host>
Essentially, I want to be able to do a remote tcpdump.
Thanks for any ideas.