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

walt node config <virtual-node> netsetup=[LAN|NAT] not applied #118

Open
eduble opened this issue Sep 20, 2024 · 0 comments
Open

walt node config <virtual-node> netsetup=[LAN|NAT] not applied #118

eduble opened this issue Sep 20, 2024 · 0 comments
Labels

Comments

@eduble
Copy link
Contributor

eduble commented Sep 20, 2024

Changing netsetup configuration of a virtual node for allowing or removing internet access is not applied unless rebooting the server or calling systemctl restart walt-server.

Thanks to @sandikkaya for reporting.

@eduble eduble added the bug label Sep 20, 2024
eduble added a commit that referenced this issue Sep 20, 2024
Changing `netsetup` configuration of a virtual node for allowing or
disabling internet access was not applied.
The user had to reboot the server or restart the main service as root,
i.e., `systemctl restart walt-server` for this change to be applied.

Actually the NAT rules were properly updated but the virtual node
manager was not notified of the new "gateway" setting.
This commit adds this notification.

Fix #118.
eduble added a commit that referenced this issue Sep 20, 2024
Changing `netsetup` configuration of a virtual node for allowing or
disabling internet access was not applied.
The user had to reboot the server or restart the main service as root,
i.e., `systemctl restart walt-server` for this change to be applied.

Actually the NAT rules were properly updated but the virtual node
manager was not notified of the new "gateway" setting.
This commit adds this notification.

Fix #118.
eduble added a commit that referenced this issue Sep 24, 2024
Changing `netsetup` configuration of a virtual node for allowing or
disabling internet access was not applied.
The user had to reboot the server or restart the main service as root,
i.e., `systemctl restart walt-server` for this change to be applied.

Actually the NAT rules were properly updated but the virtual node
manager was not notified of the new "gateway" setting.
This commit adds this notification.

Fix #118.
eduble added a commit that referenced this issue Oct 3, 2024
Changing `netsetup` configuration of a virtual node for allowing or
disabling internet access was not applied.
The user had to reboot the server or restart the main service as root,
i.e., `systemctl restart walt-server` for this change to be applied.

Actually the NAT rules were properly updated but the virtual node
manager was not notified of the new "gateway" setting.
This commit adds this notification.

Fix #118.
eduble added a commit that referenced this issue Nov 19, 2024
Changing `netsetup` configuration of a virtual node for allowing or
disabling internet access was not applied.
The user had to reboot the server or restart the main service as root,
i.e., `systemctl restart walt-server` for this change to be applied.

Actually the NAT rules were properly updated but the virtual node
manager was not notified of the new "gateway" setting.
This commit adds this notification.

Fix #118.
eduble added a commit that referenced this issue Mar 4, 2025
Changing `netsetup` configuration of a virtual node for allowing or
disabling internet access was not applied.
The user had to reboot the server or restart the main service as root,
i.e., `systemctl restart walt-server` for this change to be applied.

Actually the NAT rules were properly updated but the virtual node
manager was not notified of the new "gateway" setting.
This commit adds this notification.

Fix #118.
eduble added a commit that referenced this issue Mar 6, 2025
Changing `netsetup` configuration of a virtual node for allowing or
disabling internet access was not applied.
The user had to reboot the server or restart the main service as root,
i.e., `systemctl restart walt-server` for this change to be applied.

Actually the NAT rules were properly updated but the virtual node
manager was not notified of the new "gateway" setting.
This commit adds this notification.

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

No branches or pull requests

1 participant