LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 03-11-2021, 11:30 AM   #31
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,843

Rep: Reputation: 1149Reputation: 1149Reputation: 1149Reputation: 1149Reputation: 1149Reputation: 1149Reputation: 1149Reputation: 1149Reputation: 1149

Quote:
Originally Posted by Muzzah View Post
As far as I can tell this is the appropriate driver. It never really seemed like this would be a driver issue since it worked perfectly when it did work.
No, we cross posted. No need to check - you've already reported it is working.
 
Old 03-11-2021, 11:48 AM   #32
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,843

Rep: Reputation: 1149Reputation: 1149Reputation: 1149Reputation: 1149Reputation: 1149Reputation: 1149Reputation: 1149Reputation: 1149Reputation: 1149
Quote:
Originally Posted by Muzzah View Post
The route table is currently
Code:
rjh@rjh-NUC8i5BEH:~$ ip route
default via 192.168.0.1 dev wlp0s20f3 proto dhcp metric 600
169.254.0.0/16 dev wlp0s20f3 scope link metric 1000
192.168.0.0/24 dev wlp0s20f3 proto kernel scope link src 192.168.0.12 metric 600
That looks as expected.

Quote:
Re split tunneling I'll do some research but that sounds rather black-belt.
Spit tunneling should not be required here (from a routing POV at least). Hosts on your LAN (such as file servers or printers) should still be accessible as routing is not employed for host traffic residing in the same subnet. However, your active VPN client software adds iptables entries to effectively limit all access to any other address other than the VPN gateway, and that was the problem here.
 
Old 03-11-2021, 05:49 PM   #33
Muzzah
LQ Newbie
 
Registered: Mar 2021
Posts: 16

Original Poster
Rep: Reputation: Disabled
I think it's really fixed this time! (I'm far from being an expert though and anyone with similar problems should probably treat the following with caution. I thought I'd fixed this in the past too.)

The solution for most operating systems using a VPN seems to be to select "Allow local network discovery" in whatever GUI they use. NordVPN on linux uses a command line tool and doesn't seem to have this option. The trick is to whitelist bits of your network so that they'll still work. See for instance: https://askubuntu.com/questions/1302...vents-printing (I must say this all seem rather sloppy on the part of NordVPN who provide no information on this.)

So for me I first had to change the printer connection (using the CUPS interface) to use its ip address. In my case this became ipp://192.168.0.14:631/ipp/print

Next I used the terminal to enter:

Quote:
nordvpn whitelist add subnet 192.168.0.14/16
After connecting NordVPN I could now ping the printer and actually print stuff!

Many thanks to all the patient contributors for their help.
 
Old 03-11-2021, 07:10 PM   #34
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,843

Rep: Reputation: 1149Reputation: 1149Reputation: 1149Reputation: 1149Reputation: 1149Reputation: 1149Reputation: 1149Reputation: 1149Reputation: 1149
Yep...that adjusts the firewall to allow access to your local LAN. Glad to read of your success with this.
 
Old 03-11-2021, 08:20 PM   #35
computersavvy
Senior Member
 
Registered: Aug 2016
Posts: 3,345

Rep: Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484
Quote:
Originally Posted by Muzzah View Post
I think it's really fixed this time! (I'm far from being an expert though and anyone with similar problems should probably treat the following with caution. I thought I'd fixed this in the past too.)

The solution for most operating systems using a VPN seems to be to select "Allow local network discovery" in whatever GUI they use. NordVPN on linux uses a command line tool and doesn't seem to have this option. The trick is to whitelist bits of your network so that they'll still work. See for instance: https://askubuntu.com/questions/1302...vents-printing (I must say this all seem rather sloppy on the part of NordVPN who provide no information on this.)

So for me I first had to change the printer connection (using the CUPS interface) to use its ip address. In my case this became ipp://192.168.0.14:631/ipp/print

Next I used the terminal to enter:



After connecting NordVPN I could now ping the printer and actually print stuff!

Many thanks to all the patient contributors for their help.
I think that whitelist should have been

nordvpn whitelist add subnet 192.168.0.0/24

to match the subnet your router is providing for the LAN.
The way you entered it is not standard and while it may work for you it also has a possibility of failing at some point because the broadcast address is different on a /16 subnet.
 
Old 03-12-2021, 03:08 AM   #36
Muzzah
LQ Newbie
 
Registered: Mar 2021
Posts: 16

Original Poster
Rep: Reputation: Disabled
I really wish I could understand this stuff! The worst of it is worrying that I'll mislead someone with a similar problem. Can I whitelist both?
 
Old 03-12-2021, 10:11 AM   #37
computersavvy
Senior Member
 
Registered: Aug 2016
Posts: 3,345

Rep: Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484
The one I gave you should work to allow access to anything on your local LAN.

To understand more about network addresses and subnets look at http://www.ralphb.net/IPSubnet/index.html

Last edited by computersavvy; 03-12-2021 at 10:14 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Wicd Could not connect to wicd's D-Bus interface GreenFireFly Slackware 6 04-29-2019 12:48 PM
Installing a Brother Printer MFC-J5330DW edhayes@tmp-az.com Linux Mint 11 02-27-2018 03:58 PM
[SOLVED] wicd or wicd-gtk problem Altoid Linux - Software 2 07-12-2017 09:03 AM
[SOLVED] Why `systemctl disable wicd.service`can't disable wicd ? luofeiyu Linux - Newbie 5 08-24-2016 11:54 AM
WICD tray icon says not connected, WICD manager says conneted to wired network?!?! intheshadows Linux - Newbie 1 12-24-2009 12:15 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 08:29 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration