networking issues (overwriting resolv.conf) 08 September 2020, 17:05:34 I have set up vpn/stunnel.Unfortunately NetworkManager is not handling this type of connections so until now I was connecting system to stunnel followed by vpn and at the end I had to edit resolv.conf This worked for the whole session (after system restart I had to repeat these steps again including editing resolv.conf)Unfortunately, after one of the updates resolv.conf us getting updated after each few minutes.My question is how can I stop (NetworkManager is disabled) rewriting resolv.conf for session?thank you
Re: networking issues (overwriting resolv.conf) Reply #1 – 08 September 2020, 17:16:26 Code: [Select]sudo chattr +i /etc/resolv.conf
Re: networking issues (overwriting resolv.conf) Reply #2 – 08 September 2020, 18:17:39 thank you calvinh for the solution.