LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 04-08-2023, 10:12 AM   #1
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,144

Rep: Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321
NordVPN. Cannot connect using Slackware64 on Desktop.


Posted out of frustration.
Short version, cannot connect to my vpn account.
I've had this nordvpn account for 3 years and it has worked until this last Monday. Worked fine on Sunday. Didn't work on Monday and hasn't worked since.
I'm not doing anything different than I have done for the last three years.
Nord has had me jumping through one hoop after another this last week, but nothing works. I've gone as far as re-installing Slackware64-current from
scratch several times. Nothing works.
Below are a couple of the errors messages. The new version they are talking about doesn't exist. There is only one version on their web site for Linux and it hasn't been changed in years. Of course they only speak
"debian," but I can translate.
I've asked them three times now if something has changed on their end, but they ignore the question and ask me to jump through, yet, another hoop.
The same user name and password, of course, work when connecting using my
android smart phone.
Any help would be greatly appreciated.
Thanks!

Quote:
root:~# /etc/rc.d/rc.nordvpn start
Starting nordvpn
root@:~# 2023/04/06 13:46:16 Get "https://zwyr157wwiu6eior.com/v1/servers/countries": dial tcp: i/o timeout
2023/04/06 13:46:16 some of X-Digest, X-Authorization headers are missing
2023/04/06 13:46:17 some of X-Digest, X-Authorization headers are missing
Quote:
root:/# nordvpn c
A new version of NordVPN is available! Please update the application.
Please enter your login details.
Email / Username: cwizardone@************.com
Password:
-2023/04/05 08:34:57 [Error] logging in: unauthorized
Username or password is not correct. Please try again.
Attempt 2/3

Last edited by cwizardone; 04-12-2023 at 01:02 PM.
 
Old 04-08-2023, 10:58 AM   #2
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Slackware, Debian
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Question

Yes I had the same problem and I gave up. Your tutorial has always worked up until very recently. I've resigned myself to using my wife's Linux Mint desktop and my Windows 11 laptop for NordVPN.
 
1 members found this post helpful.
Old 04-08-2023, 12:08 PM   #3
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,144

Original Poster
Rep: Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321
OK, the trick seems to be to disable Ipv6.
Quote:
root:~# sysctl -w net.ipv6.conf.all.disable_ipv6=1
net.ipv6.conf.all.disable_ipv6 = 1
root:~# sysctl -w net.ipv6.conf.default.disable_ipv6=1
net.ipv6.conf.default.disable_ipv6 = 1
root:~# sysctl -w net.ipv6.conf.tun0.disable_ipv6=1
sysctl: cannot stat /proc/sys/net/ipv6/conf/tun0/disable_ipv6: No such file or directory
root:~# nordvpn c
A new version of NordVPN is available! Please update the application.
New feature - Meshnet! Link remote devices in Meshnet to connect to them directly over encrypted private tunnels, and route your traffic through another device. Use the `nordvpn meshnet --help` command to get started. Learn more: https://nordvpn.com/features/meshnet/
Connecting to United States #9674 (us9674.nordvpn.com)
You are connected to United States #9674 (us9674.nordvpn.com)!
I'm going to reboot and try again to confirm.
I guess a user could write a script to make this easier?
 
4 members found this post helpful.
Old 04-08-2023, 01:34 PM   #4
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,144

Original Poster
Rep: Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321
OK. That works.
Run the first two commands, one at a time, as root and then,
/etc/rc.d/rc.nordvpn start
wait 10-12 seconds and then,
nordvpn c
and you are connected.


Edit in: One problem. With ipv6 disabled, Thunderbird will not send mail.
Nordvpn is getting to be more trouble than it is worth.

Last edited by cwizardone; 04-08-2023 at 02:12 PM.
 
4 members found this post helpful.
Old 04-08-2023, 01:39 PM   #5
Windu
Member
 
Registered: Aug 2021
Distribution: Arch Linux, Debian, Slackware
Posts: 593

Rep: Reputation: Disabled
cwizardone, you could make those sysctl commands being applied on every boot.
Create a file in /etc/sysctl.d/, say /etc/sysctl.d/noipv6.conf
Add these:
Code:
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
 
2 members found this post helpful.
Old 04-08-2023, 02:02 PM   #6
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,144

Original Poster
Rep: Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321
For reference purposes,
"How to Connect to NordVPN using Linux terminal"
https://support.nordvpn.com/Connecti...x-Terminal.htm
and
"How to Disable Ipv6 on Linux"
https://support.nordvpn.com/Connecti...6-on-Linux.htm
 
3 members found this post helpful.
Old 04-08-2023, 03:03 PM   #7
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Slackware, Debian
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Talking

Quote:
Originally Posted by cwizardone View Post
Edit in: One problem. With ipv6 disabled, Thunderbird will not send mail.
Nordvpn is getting to be more trouble than it is worth.
I hear that. Unfortunately before this situation happened I bought a 2 year subscription to NordVPN. So I'm with them until 2025 at least. Heh.
 
2 members found this post helpful.
Old 04-08-2023, 04:06 PM   #8
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,144

Original Poster
Rep: Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321
I should mention the following slackbuilds.org package is used to connect to nordvpn,
http://www.slackbuilds.org/repositor...twork/nordvpn/

Last edited by cwizardone; 04-08-2023 at 04:08 PM.
 
2 members found this post helpful.
Old 04-08-2023, 05:00 PM   #9
kjhambrick
Senior Member
 
Registered: Jul 2005
Location: Round Rock, TX
Distribution: Slackware64 15.0 + Multilib
Posts: 2,159

Rep: Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512
Quote:
Originally Posted by cwizardone View Post
OK. That works.
Run the first two commands, one at a time, as root and then,
/etc/rc.d/rc.nordvpn start
wait 10-12 seconds and then,
nordvpn c
and you are connected.


Edit in: One problem. With ipv6 disabled, Thunderbird will not send mail.
Nordvpn is getting to be more trouble than it is worth.
cwizardone --

This Xfinity Community Forum hread is three years old so YMMV ...

Thunderbird will not connect to email server - Solved

Can you still disable ipv6 via the Thunderbird > Edit > Preferences > General Tab ?

And more importantly, does it work as expected ?

-- kjh( ipv6 has been the bane of my existence from time to time )
 
1 members found this post helpful.
Old 04-08-2023, 05:54 PM   #10
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,144

Original Poster
Rep: Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321Reputation: 7321
Quote:
Originally Posted by kjhambrick View Post
cwizardone --

This Xfinity Community Forum hread is three years old so YMMV ...

Thunderbird will not connect to email server - Solved

Can you still disable ipv6 via the Thunderbird > Edit > Preferences > General Tab ?

And more importantly, does it work as expected ?

-- kjh( ipv6 has been the bane of my existence from time to time )
That works!
Good to know.
Many thanks!
 
1 members found this post helpful.
Old 04-08-2023, 06:38 PM   #11
Aeterna
Senior Member
 
Registered: Aug 2017
Location: Terra Mater
Distribution: VM Host: Slackware-current, VM Guests: Artix, Venom, antiX, Gentoo, FreeBSD, OpenBSD, OpenIndiana
Posts: 1,011

Rep: Reputation: Disabled
disable ipv6 in kernel
1) append ipv6.disable=1 to kernel command line
2) create /etc/sysctl.conf and add
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
if you don't want to reboot run as root:
Quote:
sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1
sudo sysctl -w net.ipv6.conf.default.disable_ipv6=1
3) just disable ipv6 in kernel

ipv6 is bad for you (privacy) so just disable it.
 
2 members found this post helpful.
Old 04-08-2023, 07:13 PM   #12
FTIO
Member
 
Registered: Mar 2015
Location: Las Vegas, NV
Distribution: Slackware 15.0 x64, Slackware Live 15.0 x64
Posts: 618

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
I wish I knew what it was that's giving you the headache, but I've been with NordVPN for about 6 or 7 years and it works and is working just fine for me, though I don't use 'current'...perhaps that's something to look into?
 
1 members found this post helpful.
Old 04-08-2023, 07:39 PM   #13
leclerc78
Member
 
Registered: Dec 2020
Posts: 169

Rep: Reputation: Disabled
I am stuck until 2025. I use the extension in Chrome Browser for the meantime.
Any suggestions for an alternative are welcome ! As for my research, most of them support Windows well but not Linux !
 
2 members found this post helpful.
Old 04-09-2023, 06:42 AM   #14
bitfuzzy
Member
 
Registered: Nov 2003
Location: NY
Distribution: slackware
Posts: 464

Rep: Reputation: 133Reputation: 133
Quote:
With ipv6 disabled, Thunderbird will not send mail.
Interesting...
I've had ipv6 disabled for a long time and have never had issues sending/receiving mail via Thunderbird (because of it being disabled), nor do I recall having to turn it off in TB
 
2 members found this post helpful.
Old 04-09-2023, 03:23 PM   #15
Aeterna
Senior Member
 
Registered: Aug 2017
Location: Terra Mater
Distribution: VM Host: Slackware-current, VM Guests: Artix, Venom, antiX, Gentoo, FreeBSD, OpenBSD, OpenIndiana
Posts: 1,011

Rep: Reputation: Disabled
Quote:
Originally Posted by bitfuzzy View Post
Interesting...
I've had ipv6 disabled for a long time and have never had issues sending/receiving mail via Thunderbird (because of it being disabled), nor do I recall having to turn it off in TB
I never had ipv6 enabled either (disabled in kernel) and I never had seen issues with thunderbird. I assume that in the case above email got stuck on ipv6, maybe rebooting (without ipv6 enabled) would fix this.
 
3 members found this post helpful.
  


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
NordVPN App - "Whoops! Cannot reach System Daemon." when running "nordvpn c" glupa4e Slackware 16 12-09-2021 12:56 PM
nordVPN leak DNS test faild dmatija Linux - Networking 1 10-09-2017 06:56 PM
[SOLVED] problem with iptables and NordVPN/OpenVPN gone_bush Linux - Networking 1 04-27-2017 07:14 PM
LXer: NordVPN for Android LXer Syndicated Linux News 0 09-06-2016 02:12 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 07:37 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