Jump to content

R1 Mullvad VPN Problems


Zammy3
 Share

Recommended Posts

ive been trying to now setup openvpn on the router, i only ever get a failed on the UI. here is my config:

client
dev tun
resolv-retry infinite
nobind
persist-key
persist-tun
verb 3
remote-cert-tls server
ping 10
ping-restart 60
sndbuf 524288
rcvbuf 524288
cipher AES-256-CBC
tls-cipher TLS-DHE-RSA-WITH-AES-256-GCM-SHA384:TLS-DHE-RSA-WITH-AES-256-CBC-SHA
proto udp
auth-user-pass mullvad_userpass.txt
ca mullvad_ca.crt
service mullvadopenvpn
block-outside-dns
remote-random
remote gb-lon-004.mullvad.net 1196
remote gb-lon-002.mullvad.net 1196
remote gb-lon-006.mullvad.net 1196
remote gb-lon-005.mullvad.net 1196
remote gb-lon-009.mullvad.net 1196
remote gb-lon-101.mullvad.net 1196
remote gb-lon-003.mullvad.net 1196
remote gb-lon-008.mullvad.net 1196
remote gb-lon-102.mullvad.net 1196
remote gb-lon-001.mullvad.net 1196
 
-----BEGIN CERTIFICATE-----

-----END CERTIFICATE-----

 

 

(i did remove the cert), am i missing something on this? i have tried removing all but one of the remote servers but i still get same thing,  i put the account number as the username and m as the password which im sure is correct, any help i would appreciate hugely,

many thanks

Link to comment
Share on other sites

  • Administrators

Is this the configuration that they provided you? You'll definitely need to remove all but one of the servers. The username/password should be your VPN login information, otherwise they should specifically say what to use. Did you have <ca> before begin certificate and </ca> after end certificate? If not then you will need that added.

Link to comment
Share on other sites

yeah that is what i was given, i did switch between the linux and windows version though, i have got it running but i keep getting errors,

-  this is my config:
client
dev tun
resolv-retry infinite
nobind
persist-key
persist-tun
verb 3
remote-cert-tls server
ping 10
ping-restart 60
--auth-nocache
auth-retry nointeract
resolv-retry infinite
auth-user-pass stdin
auth-nocache
sndbuf 524288
rcvbuf 524288
cipher AES-256-CBC
tls-cipher TLS-DHE-RSA-WITH-AES-256-GCM-SHA384:TLS-DHE-RSA-WITH-AES-256-CBC-SHA
proto udp
tun-ipv6
script-security 2
up /etc/openvpn/update-resolv-conf
down /etc/openvpn/update-resolv-conf
fast-io
remote-random
remote gb-mnc-102.mullvad.net 1197
<ca>
-----BEGIN CERTIFICATE-----
// i remove this for pasting this
-----END CERTIFICATE-----
</ca>

-  this is the errors im getting:

Wed Mar  3 22:41:45 2021 Multiple --up scripts defined.  The previously configured script is overridden.
Wed Mar  3 22:41:45 2021 Multiple --down scripts defined.  The previously configured script is overridden.
Wed Mar  3 22:41:45 2021 OpenVPN 2.3.4 mips-openwrt-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL] [MH] [IPv6] built on Nov  4 2018
Wed Mar  3 22:41:45 2021 library versions: OpenSSL 1.0.1h 5 Jun 2014, LZO 2.06
Wed Mar  3 22:41:45 2021 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
Wed Mar  3 22:41:45 2021 Socket Buffers: R=[163840->327680] S=[163840->327680]
Wed Mar  3 22:41:45 2021 UDPv4 link local: [undef]
Wed Mar  3 22:41:45 2021 UDPv4 link remote: [AF_INET]37.120.159.164:1197
Wed Mar  3 22:41:45 2021 TLS: Initial packet from [AF_INET]37.120.159.164:1197, sid=52ad6b84 321642e2
Wed Mar  3 22:42:45 2021 [UNDEF] Inactivity timeout (--ping-restart), restarting
Wed Mar  3 22:42:45 2021 SIGUSR1[soft,ping-restart] received, process restarting
Wed Mar  3 22:42:45 2021 Restart pause, 10 second(s)
Wed Mar  3 22:42:55 2021 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
Wed Mar  3 22:42:55 2021 Socket Buffers: R=[163840->327680] S=[163840->327680]
Wed Mar  3 22:42:55 2021 UDPv4 link local: [undef]
Wed Mar  3 22:42:55 2021 UDPv4 link remote: [AF_INET]37.120.159.164:1197
Wed Mar  3 22:42:55 2021 TLS: Initial packet from [AF_INET]37.120.159.164:1197, sid=dc2486f7 6d37412d
Enter Auth Username:Wed Mar  3 22:42:55 2021 ERROR: could not read Auth username from stdin
Wed Mar  3 22:42:55 2021 Exiting due to fatal error

 

i tried googling the error but cant find a working fix, any help would be appreciated, thankyou :)

Link to comment
Share on other sites

  • Administrators

Can you try this config instead please:

client
dev tun
proto udp
remote-random
remote gb-mnc-102.mullvad.net 1197
cipher AES-256-CBC
resolv-retry infinite
nobind
persist-key
persist-tun
verb 3
remote-cert-tls server
ping 10
ping-restart 60
sndbuf 524288
rcvbuf 524288
fast-io
auth-user-pass
reneg-sec 0
<ca>
-----BEGIN CERTIFICATE-----
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
-----END CERTIFICATE-----
</ca>
tls-cipher TLS-DHE-RSA-WITH-AES-256-GCM-SHA384:TLS-DHE-RSA-WITH-AES-256-CBC-SHA

 

Link to comment
Share on other sites

Hiya mate, ive just tried that and it just says connecting on the status and the log its giving me is here:


Thu Mar  4 17:40:24 2021 OpenVPN 2.3.4 mips-openwrt-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL] [MH] [IPv6] built on Nov  4 2018
Thu Mar  4 17:40:24 2021 library versions: OpenSSL 1.0.1h 5 Jun 2014, LZO 2.06
Thu Mar  4 17:40:24 2021 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
Thu Mar  4 17:40:24 2021 Socket Buffers: R=[163840->327680] S=[163840->327680]
Thu Mar  4 17:40:24 2021 UDPv4 link local: [undef]
Thu Mar  4 17:40:24 2021 UDPv4 link remote: [AF_INET]37.120.159.164:1197
Thu Mar  4 17:40:24 2021 TLS: Initial packet from [AF_INET]37.120.159.164:1197, sid=53cc5d0a 3c3120f7
Thu Mar  4 17:40:24 2021 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
Thu Mar  4 17:41:24 2021 [UNDEF] Inactivity timeout (--ping-restart), restarting
Thu Mar  4 17:41:24 2021 SIGUSR1[soft,ping-restart] received, process restarting
Thu Mar  4 17:41:24 2021 Restart pause, 2 second(s)
Thu Mar  4 17:41:26 2021 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
Thu Mar  4 17:41:26 2021 Socket Buffers: R=[163840->327680] S=[163840->327680]
Thu Mar  4 17:41:26 2021 UDPv4 link local: [undef]
Thu Mar  4 17:41:26 2021 UDPv4 link remote: [AF_INET]37.120.159.164:1197
Thu Mar  4 17:41:26 2021 TLS: Initial packet from [AF_INET]37.120.159.164:1197, sid=27912384 01cab20a

 

thanks for getting back to me

Link to comment
Share on other sites

they got back to me and said the android config is used for 2.3.4, they stated that it was 7 years old implying it was outdated, will we get a update? so i downloaded the android config and i still get the status as connecting,
 


 -  this is my config:


 client
 dev tun
 resolv-retry infinite
 nobind
 persist-key
 persist-tun
 verb 3
 remote-cert-tls server
 ping 10
 ping-restart 60
 sndbuf 524288
 rcvbuf 524288
 cipher AES-256-CBC
 tls-cipher TLS-DHE-RSA-WITH-AES-256-GCM-SHA384:TLS-DHE-RSA-WITH-AES-256-CBC-SHA
 proto udp
 auth-user-pass
 reneg-sec 0
 tun-ipv6
 fast-io
 remote-random
 remote gb-lon-101.mullvad.net 1301
 <ca>
 -----BEGIN CERTIFICATE-----
 // Removed for pasting
 -----END CERTIFICATE-----
 </ca>


 -  this is the errors im getting:
 
 Sun Mar  7 01:01:18 2021 OpenVPN 2.3.4 mips-openwrt-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL] [MH] [IPv6] built on Nov  4 2018
 Sun Mar  7 01:01:18 2021 library versions: OpenSSL 1.0.1h 5 Jun 2014, LZO 2.06
 Sun Mar  7 01:01:18 2021 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
 Sun Mar  7 01:01:18 2021 Socket Buffers: R=[163840->327680] S=[163840->327680]
 Sun Mar  7 01:01:18 2021 UDPv4 link local: [undef]
 Sun Mar  7 01:01:18 2021 UDPv4 link remote: [AF_INET]185.200.118.178:1301
 Sun Mar  7 01:01:18 2021 TLS: Initial packet from [AF_INET]185.200.118.178:1301, sid=69042672 5c5ed266
 Sun Mar  7 01:01:18 2021 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
 Sun Mar  7 01:02:18 2021 [UNDEF] Inactivity timeout (--ping-restart), restarting
 Sun Mar  7 01:02:18 2021 SIGUSR1[soft,ping-restart] received, process restarting
 Sun Mar  7 01:02:18 2021 Restart pause, 2 second(s)
 Sun Mar  7 01:02:20 2021 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
 Sun Mar  7 01:02:20 2021 Socket Buffers: R=[163840->327680] S=[163840->327680]
 Sun Mar  7 01:02:20 2021 UDPv4 link local: [undef]
 Sun Mar  7 01:02:20 2021 UDPv4 link remote: [AF_INET]185.200.118.178:1301
 Sun Mar  7 01:02:20 2021 TLS: Initial packet from [AF_INET]185.200.118.178:1301, sid=9fd07736 dd0897e6
 Sun Mar  7 01:03:20 2021 [UNDEF] Inactivity timeout (--ping-restart), restarting
 Sun Mar  7 01:03:20 2021 SIGUSR1[soft,ping-restart] received, process restarting
 Sun Mar  7 01:03:20 2021 Restart pause, 2 second(s)
 Sun Mar  7 01:03:22 2021 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
 Sun Mar  7 01:03:22 2021 Socket Buffers: R=[163840->327680] S=[163840->327680]
 Sun Mar  7 01:03:22 2021 UDPv4 link local: [undef]
 Sun Mar  7 01:03:22 2021 UDPv4 link remote: [AF_INET]185.200.118.178:1301
 Sun Mar  7 01:03:22 2021 TLS: Initial packet from [AF_INET]185.200.118.178:1301, sid=041af1ce d265866a
 Sun Mar  7 01:04:23 2021 [UNDEF] Inactivity timeout (--ping-restart), restarting
 Sun Mar  7 01:04:23 2021 SIGUSR1[soft,ping-restart] received, process restarting
 Sun Mar  7 01:04:23 2021 Restart pause, 2 second(s)
 Sun Mar  7 01:04:25 2021 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
 Sun Mar  7 01:04:25 2021 Socket Buffers: R=[163840->327680] S=[163840->327680]
 Sun Mar  7 01:04:25 2021 UDPv4 link local: [undef]
 Sun Mar  7 01:04:25 2021 UDPv4 link remote: [AF_INET]185.200.118.178:1301
 Sun Mar  7 01:04:25 2021 TLS: Initial packet from [AF_INET]185.200.118.178:1301, sid=37269d2d 310f6cde
 Sun Mar  7 01:05:25 2021 [UNDEF] Inactivity timeout (--ping-restart), restarting
 Sun Mar  7 01:05:25 2021 SIGUSR1[soft,ping-restart] received, process restarting
 Sun Mar  7 01:05:25 2021 Restart pause, 2 second(s)
 Sun Mar  7 01:05:27 2021 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
 Sun Mar  7 01:05:27 2021 Socket Buffers: R=[163840->327680] S=[163840->327680]
 Sun Mar  7 01:05:27 2021 UDPv4 link local: [undef]
 Sun Mar  7 01:05:27 2021 UDPv4 link remote: [AF_INET]185.200.118.178:1301
 Sun Mar  7 01:05:27 2021 TLS: Initial packet from [AF_INET]185.200.118.178:1301, sid=ec97ebf8 fa8a4c03
 Sun Mar  7 01:06:27 2021 [UNDEF] Inactivity timeout (--ping-restart), restarting
 Sun Mar  7 01:06:27 2021 SIGUSR1[soft,ping-restart] received, process restarting
 Sun Mar  7 01:06:27 2021 Restart pause, 2 second(s)
 Sun Mar  7 01:06:29 2021 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
 Sun Mar  7 01:06:29 2021 Socket Buffers: R=[163840->327680] S=[163840->327680]
 Sun Mar  7 01:06:29 2021 UDPv4 link local: [undef]
 Sun Mar  7 01:06:29 2021 UDPv4 link remote: [AF_INET]185.200.118.178:1301
 Sun Mar  7 01:06:29 2021 TLS: Initial packet from [AF_INET]185.200.118.178:1301, sid=1ce3f20d 0365aa8c
 Sun Mar  7 01:07:29 2021 [UNDEF] Inactivity timeout (--ping-restart), restarting
 Sun Mar  7 01:07:29 2021 SIGUSR1[soft,ping-restart] received, process restarting
 Sun Mar  7 01:07:29 2021 Restart pause, 2 second(s)
 Sun Mar  7 01:07:31 2021 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
 Sun Mar  7 01:07:31 2021 Socket Buffers: R=[163840->327680] S=[163840->327680]
 Sun Mar  7 01:07:31 2021 UDPv4 link local: [undef]
 Sun Mar  7 01:07:31 2021 UDPv4 link remote: [AF_INET]185.200.118.178:1301
 Sun Mar  7 01:07:31 2021 TLS: Initial packet from [AF_INET]185.200.118.178:1301, sid=90730826 ea3d04f9
 VPN Traffic

 

Link to comment
Share on other sites

  • Administrators

Yes we will, I've asked the team to see whether it is something they can do for one of the next updates. Could you try this one instead please?

client
dev tun
resolv-retry infinite
nobind
persist-key
persist-tun
verb 3
remote-cert-tls server
--keepalive 10 30
sndbuf 524288
rcvbuf 524288
cipher AES-256-CBC
tls-cipher TLS-DHE-RSA-WITH-AES-256-GCM-SHA384:TLS-DHE-RSA-WITH-AES-256-CBC-SHA
proto udp
auth-user-pass
reneg-sec 0
tun-ipv6
fast-io
remote-random
remote gb-lon-101.mullvad.net 1301
 <ca>
 -----BEGIN CERTIFICATE-----
 // Removed for pasting
 -----END CERTIFICATE-----
 </ca>

Link to comment
Share on other sites

Hi, this is the error im getting from that config, thankyou for getting back to me i appreciate it



Sun Mar  7 17:30:07 2021 OpenVPN 2.3.4 mips-openwrt-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL] [MH] [IPv6] built on Nov  4 2018
Sun Mar  7 17:30:07 2021 library versions: OpenSSL 1.0.1h 5 Jun 2014, LZO 2.06
Enter Auth Username:Sun Mar  7 17:30:07 2021 ERROR: could not read Auth username from stdin
Sun Mar  7 17:30:07 2021 Exiting due to fatal error

Link to comment
Share on other sites

  • Administrators

Can you try this please? I've adjusted it a bit more:

client
dev tun
auth-user-pass
nobind
persist-key
persist-tun
verb 3
remote-cert-tls server
--keepalive 10 30
cipher AES-256-CBC
tls-cipher TLS-DHE-RSA-WITH-AES-256-GCM-SHA384:TLS-DHE-RSA-WITH-AES-256-CBC-SHA
proto udp
reneg-sec 0
fast-io
remote-random
remote gb-lon-101.mullvad.net 1301
 <ca>
 -----BEGIN CERTIFICATE-----
 // Removed for pasting
 -----END CERTIFICATE-----
 </ca>

Link to comment
Share on other sites

This is what im getting mate

Tue Mar 9 21:40:53 2021 OpenVPN 2.3.4 mips-openwrt-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL] [MH] [IPv6] built on Nov 4 2018 Tue Mar 9 21:40:53 2021 library versions: OpenSSL 1.0.1h 5 Jun 2014, LZO 2.06 Tue Mar 9 21:40:53 2021 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts Tue Mar 9 21:40:53 2021 Socket Buffers: R=[163840->131072] S=[163840->131072] Tue Mar 9 21:40:53 2021 UDPv4 link local: [undef] Tue Mar 9 21:40:53 2021 UDPv4 link remote: [AF_INET]141.98.252.131:1197 Tue Mar 9 21:40:53 2021 TLS: Initial packet from [AF_INET]141.98.252.131:1197, sid=22d898b9 2eb99b48 Tue Mar 9 21:40:53 2021 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this Tue Mar 9 21:41:24 2021 [UNDEF] Inactivity timeout (--ping-restart), restarting Tue Mar 9 21:41:24 2021 SIGUSR1[soft,ping-restart] received, process restarting Tue Mar 9 21:41:24 2021 Restart pause, 2 second(s) Tue Mar 9 21:41:26 2021 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts Tue Mar 9 21:41:26 2021 Socket Buffers: R=[163840->131072] S=[163840->131072] Tue Mar 9 21:41:26 2021 UDPv4 link local: [undef] Tue Mar 9 21:41:26 2021 UDPv4 link remote: [AF_INET]141.98.252.131:1197 Tue Mar 9 21:41:26 2021 TLS: Initial packet from [AF_INET]141.98.252.131:1197, sid=d29722ca 3e1b4fbb Tue Mar 9 21:41:56 2021 [UNDEF] Inactivity timeout (--ping-restart), restarting Tue Mar 9 21:41:56 2021 SIGUSR1[soft,ping-restart] received, process restarting Tue Mar 9 21:41:56 2021 Restart pause, 2 second(s)

Link to comment
Share on other sites

  • Administrators

Try this one please, sorry for the inconvenience, hopefully we'll get there in the end!

client
dev tun
auth-user-pass

nobind
persist-key
persist-tun
verb 3
remote-cert-tls server
--keepalive 10 30
sndbuf 524288
rcvbuf 524288
cipher AES-256-CBC
tls-cipher TLS-DHE-RSA-WITH-AES-256-GCM-SHA384:TLS-DHE-RSA-WITH-AES-256-CBC-SHA
proto udp
reneg-sec 0
fast-io
remote-random
remote gb-lon-101.mullvad.net 1301
 <ca>
 -----BEGIN CERTIFICATE-----
 // Removed for pasting
 -----END CERTIFICATE-----
 </ca>

Link to comment
Share on other sites

  • 2 weeks later...

i hope so, Sorry ive not been on but im getting fed up with this router, the log below is what i get, it instantly fails, i also keep gettting a popup saying invalidStateError: An exception was thrown", how do i stop this? will you lot ever push a update for this router again or are we made to get the new one? any help at all would be great, thankyou


Sun Mar 21 09:04:30 2021 OpenVPN 2.3.4 mips-openwrt-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL] [MH] [IPv6] built on Nov  4 2018
Sun Mar 21 09:04:30 2021 library versions: OpenSSL 1.0.1h 5 Jun 2014, LZO 2.06
Enter Auth Username:Sun Mar 21 09:04:30 2021 ERROR: could not read Auth username from stdin
Sun Mar 21 09:04:30 2021 Exiting due to fatal error

Link to comment
Share on other sites

  • Administrators

Okay thanks for the info, I've asked a dev for assistance on this one and will get back to you when we have more info.

Do keep in mind the R1 is 7 years old at this point, I think you'd be hard pressed to find many companies supporting a product that old but yes we are working on an update and will provide it as soon as we can.

Link to comment
Share on other sites

thank you i appreciate it, i know its 7 years old but when the hardware is capable of running everything still i dont see why you wouldn't want to update the software, i am looking at upgrading to the newer router but it would be nice to have the one i have already to be  fully running how i need it to be

Link to comment
Share on other sites

  • Administrators
1 hour ago, Zammy3 said:

thank you i appreciate it, i know its 7 years old but when the hardware is capable of running everything still i dont see why you wouldn't want to update the software, i am looking at upgrading to the newer router but it would be nice to have the one i have already to be  fully running how i need it to be

Exactly and that is why we're continuing to support it, no need to worry about that, we'll release a new build as soon as we can.

Link to comment
Share on other sites

  • 2 weeks later...
  • 2 years later...
  • Administrators
On 3/13/2024 at 10:59 AM, johnnytran said:

Did this ever get sorted? I have purchased Mullvad VPN and the configs they generate don't work on the R2 or R3 still @Zammy3

The team are actually looking into this specific VPN provider and making it work with the R3 currently as we can't make it work either 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...