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
Dirk
Systema Gesellschaft für angewandte Datentechnik mbH // Sophos Platinum Partner
Sophos Solution Partner since 2003
If a post solves your question, click the 'Verify Answer' link at this post.
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.
Sachin Gurung
Team Lead | Sophos Technical Support
Knowledge Base | @SophosSupport | Video tutorials
Remember to like a post. If a post (on a question thread) solves your question use the 'This helped me' link.
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