Searching tracked connections
Posted: Tue Aug 21, 2007 12:53 pm
I've been looking at the "/ ip firewall connection" list recently and trying to search it based on src-address and dst-address.
The problem is that it seems to require that you specify a port number, so that:
returns nothing.
Instead I'd have to print the whole list and specify a port number, for example:
which kind of defeats the purpose.
Is there some way of giving a wildcard port number, to get a list of all connections from a specific IP address?
Thanks,
Kevin
The problem is that it seems to require that you specify a port number, so that:
Code: Select all
:put [find src-address=192.168.0.112]
Instead I'd have to print the whole list and specify a port number, for example:
Code: Select all
:put [find src-address=192.168.0.112:4510]
Is there some way of giving a wildcard port number, to get a list of all connections from a specific IP address?
Thanks,
Kevin