Skip to content

Commit a669b14

Browse files
committed
Add kernel-modules-extra to support full iptables
1 parent 53bfc41 commit a669b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure-local-networking.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public_ip="10.0.2.1"
2828

2929
# Install iptables.
3030
if $(which dnf >/dev/null 2>&1); then
31-
sudo dnf -y install iptables
31+
sudo dnf -y install iptables kernel-modules-extra
3232
fi
3333

3434
if $(which apt >/dev/null 2>&1); then

0 commit comments

Comments
 (0)