IP Tracing utility is handled by the demon called "iptrace".
1) # startsrc -s iptrace -a -s <source machine> -d <destination machine> -p <protocol> -i <interface> <location of the output file>
The above commands monitors/traces all the network related activity happening between the specified source and the destination machine through the specified interface. Finally the output is stored in the desired location.
2) # stopsrc -s iptrace : Command to stop the iptracing demon.
3) # ipreport -srn <output file> : Command to interpet the iptrace output.
1) # startsrc -s iptrace -a -s <source machine> -d <destination machine> -p <protocol> -i <interface> <location of the output file>
The above commands monitors/traces all the network related activity happening between the specified source and the destination machine through the specified interface. Finally the output is stored in the desired location.
2) # stopsrc -s iptrace : Command to stop the iptracing demon.
3) # ipreport -srn <output file> : Command to interpet the iptrace output.
No comments:
Post a Comment