Hi,
Can someone help me with Logging in Advanced shell, to be particular is there any command to tail -f firewall to see traffic going through firewall.
Thanks.
Regards Rok
This thread was automatically locked due to age.
Hi,
Can someone help me with Logging in Advanced shell, to be particular is there any command to tail -f firewall to see traffic going through firewall.
Thanks.
Regards Rok
Hello Rok,
As mentioned you can use command #conntrack -L to show the list of active connections. If you are interested in the logs files then you can use #tail -f/log/*.log and for each components we have a several logs files. You may check the list of associated logs on this KBA. -> https://community.sophos.com/kb/en-us/132211
Additionally we have a UI option in Log viewer to check these logs and you can filter them as per the time and keyword.
Diagnostics- > Connection list for active connections and their connection ID.
Hello Rok,
As mentioned you can use command #conntrack -L to show the list of active connections. If you are interested in the logs files then you can use #tail -f/log/*.log and for each components we have a several logs files. You may check the list of associated logs on this KBA. -> https://community.sophos.com/kb/en-us/132211
Additionally we have a UI option in Log viewer to check these logs and you can filter them as per the time and keyword.
Diagnostics- > Connection list for active connections and their connection ID.