Jump to content


Photo

expressVPN was working but now it's not


  • Please log in to reply
30 replies to this topic

Re: expressVPN was working but now it's not #21 WanWizard

  • PLi® Core member
  • 70,805 posts

+1,831
Excellent

Posted Today, 20:37

I'm confused to say the least.....

 

That makes two. I've just installed openvpn here, and it should say

root@vusolo4k:~# /etc/init.d/openvpn status
Usage: /etc/init.d/openvpn {start|stop|reload|restart|force-reload}
root@vusolo4k:~#

as appearently the init script doesn't have the function "status" implemented.

 


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: expressVPN was working but now it's not #22 WanWizard

  • PLi® Core member
  • 70,805 posts

+1,831
Excellent

Posted Today, 20:39

I've checked the kernel defconfig for the osmini, tun is implemented as an external module, so you should have that installed"

opkg install kernel-module-tun

but if that is not installed,

modprobe tun
lsmod

should give an error and not show "tun" as a loaded module.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: expressVPN was working but now it's not #23 theyikes

  • Senior Member
  • 57 posts

0
Neutral

Posted Today, 20:52

Ok i really don't want to cause any arguments here. BUT!!! I finally made some progress. I should point out I'm running ubuntu, not sure if that makes a difference anyway when i run 

 

 

openvpn --config /etc/openvpn/client.ovpn
 

the script runs in the background. While it's running i have my new vpn ip address, however the second i kill the script it reverts to my actual ip. is there anyway of automatically running the script so I'm not dependant on running it manually?



Re: expressVPN was working but now it's not #24 WanWizard

  • PLi® Core member
  • 70,805 posts

+1,831
Excellent

Posted Today, 20:58

Eh... ???

 

You lost me now. I thought we're talking about openvpn on an osmini running OpenPLi, not a PC running Ubuntu?

 

On the box afaik it uses files with a conf extension, so client.conf, not client.ovpn.

 

edit: yes, see https://github.com/O...vpn/openvpn#L48


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: expressVPN was working but now it's not #25 theyikes

  • Senior Member
  • 57 posts

0
Neutral

Posted Today, 21:02

ok it's failed again.



Re: expressVPN was working but now it's not #26 theyikes

  • Senior Member
  • 57 posts

0
Neutral

Posted Today, 22:03

ok so i decided to start from scratch. I flashed my box to the current openpli version. After that i ran: opkg update then opkg upgrade and finally i ran opkg install openvpn. So far so good. Then i uploaded both the client.ovpn and auth.txt file's to the openvpn folder. Still good. then i finally ran openvpn /etc/openvpn/client.ovpn. Still okay but when i ran the final command openvpn /etc/openvpn/client.ovpn in a terminal window it stays running in the background, this gives me my fake vpn address but the second i close the  openvpn /etc/openvpn/client.ovpn window it reverts back to my physical ip address. Any tips guys?



Re: expressVPN was working but now it's not #27 theyikes

  • Senior Member
  • 57 posts

0
Neutral

Posted Today, 22:04

is there any way of running  openvpn /etc/openvpn/client.ovpn on startup?



Re: expressVPN was working but now it's not #28 theyikes

  • Senior Member
  • 57 posts

0
Neutral

Posted Today, 22:09

openvpn --config /etc/openvpn/your-config.ovpn

runs too



Re: expressVPN was working but now it's not #29 theyikes

  • Senior Member
  • 57 posts

0
Neutral

Posted Today, 22:24

okay so 

 

 

openvpn --config /etc/openvpn/client.ovpn 

works for a while but then it keeps dropping the ip address.Can one of you even hint at where I'm going wrong? 



Re: expressVPN was working but now it's not #30 theyikes

  • Senior Member
  • 57 posts

0
Neutral

Posted Today, 22:41

ok it's been running now for almost 25 minutes without a problem EXCEPT that i need to keep the terminal i launched it from in Linux. once again is there any way of running openvpn --config /etc/openvpn/client.ovpn on startup?



Re: expressVPN was working but now it's not #31 theyikes

  • Senior Member
  • 57 posts

0
Neutral

Posted Today, 22:56

and I'm back to the original error message: 

 

 

24-12-18 21:55:55 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
2024-12-18 21:55:55 OPTIONS IMPORT: tun-mtu set to 1500
2024-12-18 21:55:55 ROUTE_GATEWAY 192.168.1.254/255.255.255.0 IFACE=eth0 HWADDR=7c:c7:0a:06:2d:c6
2024-12-18 21:55:55 ERROR: Cannot open TUN/TAP dev /dev/net/tun: No such file or directory (errno=2)
2024-12-18 21:55:55 Exiting due to fatal error

 



6 user(s) are reading this topic

1 members, 1 guests, 0 anonymous users