Internet shuts down after a few minutes – firewall suspected
Hi there,
I’m on Q4.2.4 with structure
Sys.net – Firewall-EXT - VPN1 – VPN2 - Firewall-INT – to VMs
After 2-4 minutes the internet connection via LAN (no WLAN activated) breaks down.
When I start the terminal for the following machines
Sys.net – Firewall-EXT - VPN1 – VPN2
Ping of e.g. 8.8.8.8 is possible, only on Firewall-INT it’s dead.
System template: fedora-41-xfce, No rules established
Suddenly on my first installation the problem occurred, then I made a backup reinstalled the OS completely and restored only my own created VMs.
What I noticed: When starting the OS and the clicking on “service”, “sys-firewall-INT” is not marked in BOLD, but only normal letters. Maybe this is a hint, that it is not initialized properly. Can this be true?
When I restart only the “sys-firewall-INT” it appears in BOLD letters.
Maybe its necessary to start it up delayed to the other VMs - Sys.net – Firewall-IN - VPN1 – VPN2? How can this be done?
To avoid that I tried the following:
After starting the machine I openend a terminal on Firewall-INT and started a ping 8.8.8.8 to keep the machine busy with permanently being in touch with internet.
Sometimes it worked and I could work several hours, sometimes after 4 minutes the connection is lost and all VMs are cut off from internet.
- MTU rate in LAN1: I went down from 1200 to 900 – no effect
- Adusting some values like:
Edit /etc/syctl.conf, create file 99-keepalive.conf and add the values
Net.ipv4.tcp_keepalive_time = 7200
Net.ipv4.tcp_keepalive_intvl = 7500
Net.ipv4.tcp_keepalive_probes = 9
„sudo sysctl – p“ to apply
Also changed:
Edit in /etc/sysctl.d/ file 99-sysclt.conf with:
Net.ipv4.tcp_keepalive_time = 7200
Net.ipv4.tcp_keepalive_intvl = 7500
Net.ipv4.tcp_keepalive_probes = 9
Run the commands to save changes:
echo “net.ipv4.tcp_keepalive_time = 7200” | sudo tee -a /etc/sysctl.conf
echo “net.ipv4.tcp_keepalive_intvl = 7500” | sudo tee -a /etc/sysctl.conf
echo “net.ipv4.tcp_keepalive_probes = 9” | sudo tee -a /etc/sysctl.conf
The description said that changing the values that way would be permanently but after a restart I checked the files and my inserted values vanished.
Is the firewall disposable?
So why does that VM always shut down the internet connection? Has anyone a clue – and a solution?
Hope, someone has a solution.
KR Peter