Skip to content

Commit 28142b4

Browse files
authored
Update kvm.rst - iptables before rule
On Ubuntu 24.04 LTS I found the described issue with the forwarding traffic back and fourth from guests system VMs and the physical interfaces attached to the bridges. This solved my problems.
1 parent a6ee6ed commit 28142b4

File tree

1 file changed

+2
-2
lines changed
  • source/installguide/hypervisor

1 file changed

+2
-2
lines changed

source/installguide/hypervisor/kvm.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1551,8 +1551,8 @@ To open the required ports, execute the following commands:
15511551
sudo vi /etc/ufw/before.rules
15521552
15531553
.. parsed-literal::
1554-
-A FORWARD -d 192.168.42.11 -j ACCEPT
1555-
-A FORWARD -s 192.168.42.11 -j ACCEPT
1554+
-A FORWARD -d 192.168.42.0/24 -j ACCEPT
1555+
-A FORWARD -s 192.168.42.0/24 -j ACCEPT
15561556
15571557
15581558
Additional Packages Required for Features

0 commit comments

Comments
 (0)