mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-16 08:09:23 +01:00
nordvpn-off: also restart NetworkManager
This commit is contained in:
parent
39573b450c
commit
b858379a09
@ -25,6 +25,7 @@ sudo sysctl net.ipv6.conf.all.disable_ipv6=0
|
|||||||
# Restarting networking ensures IPv6 connectivity will return.
|
# Restarting networking ensures IPv6 connectivity will return.
|
||||||
sudo systemctl restart iwd.service
|
sudo systemctl restart iwd.service
|
||||||
sudo systemctl restart systemd-networkd.service
|
sudo systemctl restart systemd-networkd.service
|
||||||
|
sudo systemctl restart NetworkManager.service
|
||||||
|
|
||||||
# A bit of sleeping before flushing DNS caches, so we are surely connected
|
# A bit of sleeping before flushing DNS caches, so we are surely connected
|
||||||
# for the new attempts. They are flushed in case of having private ECS aimed
|
# for the new attempts. They are flushed in case of having private ECS aimed
|
||||||
|
Loading…
Reference in New Issue
Block a user