Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A fix for Fedora and RHEL-based distributions that can't get an IP address #387

Open
freysteinn opened this issue Apr 4, 2024 · 1 comment

Comments

@freysteinn
Copy link

Hi all.

The default action on Fedora and RHEL-based distributions that use FirewallD is to ban DHCP requests. The solution to this issue is to add the interfaces to the trusted zone, which will allow all network traffic to the tap interfaces created by the environment.

The following commands update the firewall rules without them surviving a reboot.

sudo firewall-cmd --zone=trusted --remove-interface=lkt-tap0
sudo firewall-cmd --zone=trusted --remove-interface=lkt-tap1
sudo firewall-cmd --zone=trusted --remove-interface=lkt-tap-smbd

The best solution would be to update the create_net.sh and cleanup-net.sh to do this automatically.

Best wishes
Frey Alfredsson

@freysteinn
Copy link
Author

This seems to be the same issue as #241.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant