I am not sure if this is normal but while I am connected to NordVPN server I can not access NAS on my network. Soon I disconnect from NordVPN all is back to normal. After testing majority of distros Fedora is my choice but Linux in general is very new to me. I am trying to get away from Windows.
Is there anything I can do to fix this problem because most of the time I am connected to NordVPN and accessing my NAS.
Sounds like your machine is routing all traffic, including local addresses (your NAS) through the VPN connection. Of course, that fails, since your NAS is not reachable from the internet (behind NAT of router probably). You need to tell your VPN client not to do that.
Can you share the vpn config file (remove username and password please)?
Okay, I got it. I have to add to the whitelist my subnet with command “nordvpn whitelist add subnet 192.168.1.0/24” It is very easy but what confused me is that under Windows I did not have that behaviour. Thank you for you help and putting me in the right direction ;