Hi Sophos Engineer/Archi
How can i view current/live connections under Sophos SG.
Sophos XG has this features.
Thank you
This thread was automatically locked due to age.
Check astaro-useful-shell-commands:
this may help:
Concurrent Connections:
sysctl -w net.ipv4.netfilter.ip_conntrack_tcp_timeout_established=86400
Hi,
Refer the KBA here, follow the steps and get a green signal to the UTM's shell. :)
Then user the following command to check the concurrent connection in the SG.
sysctl -w net.ipv4.netfilter.ip_conntrack_tcp_timeout_established=86400
Hope that helps.
Hi sachin, hi dirkkotte, the sysctl parameter is used for tuning kernel parameters in linux. That entry will change the tcp connection timeout in the kernel https://www.kernel.org/doc/Documentation/networking/nf_conntrack-sysctl.txt . iftop will probably work for what the OP is asking for and will display current bandwidth usage simlar to what XG shows in the GUI.
Here is a thread on why people wanted to change the tcp connection timeout due to problems with old v8 with proxy if I remember correctly https://community.sophos.com/products/unified-threat-management/f/general-discussion/21386/set-tcp-connection-timeout and one of the older astaro devs shows how to change different kernel parameters using cc which will survive a reboot in this post https://community.sophos.com/products/unified-threat-management/f/network-protection-firewall-nat-qos-ips/40331/persistent-change-of-ip_conntrack_udp_timeout/139085#139085
Hi sachin, hi dirkkotte, the sysctl parameter is used for tuning kernel parameters in linux. That entry will change the tcp connection timeout in the kernel https://www.kernel.org/doc/Documentation/networking/nf_conntrack-sysctl.txt . iftop will probably work for what the OP is asking for and will display current bandwidth usage simlar to what XG shows in the GUI.
Here is a thread on why people wanted to change the tcp connection timeout due to problems with old v8 with proxy if I remember correctly https://community.sophos.com/products/unified-threat-management/f/general-discussion/21386/set-tcp-connection-timeout and one of the older astaro devs shows how to change different kernel parameters using cc which will survive a reboot in this post https://community.sophos.com/products/unified-threat-management/f/network-protection-firewall-nat-qos-ips/40331/persistent-change-of-ip_conntrack_udp_timeout/139085#139085