Openvpn on OATV 7.4
-
- Member
- Beiträge: 126
- Registriert: 11 Jul 2020 08:59
- Hat gedankt: 17 Mal
- Hat Dank erhalten: 25 Mal
Openvpn on OATV 7.4
Hello,
I want to configure OpenVPN on my sf8008. I have a Winscribe pro account.
What I did:
- On setup, Network, Network Services, OpenVPN install.
- Put a winscribe .conf file in /etc/openvpn/
- Edited the .conf to replace auth-user-pass by auth-user-pass login.txt
- Add user on 1st line and password on 2nd line in login.txt
- Reboot
- The process is running /usr/sbin/openvpn --daemon --writepid /var/run/openvpn.Windscribe-Paris-Seine.pid --config /etc/openvpn/Windscribe-Paris-Seine.conf --cd /etc/openvpn
So apparently everything is OK, but I'm sure my ethernet connection is not with the vpn, I don't have access on some streams I access with my laptop with the same VPN server.
I can't find log to analyze the problem.
How to enable debug log or where can I find the openvpn log?
Do you think I forgot something?
Last point, in Setup / Network / Network services OpenVpn is tagged as disable but at the bottom of the screen we can see it's running, and I am unable to tag it as Enable. If I select this state Enable and save and come back to this screen OpenVPN is still tagged as disabled
Any help would be great.
Thanks
I want to configure OpenVPN on my sf8008. I have a Winscribe pro account.
What I did:
- On setup, Network, Network Services, OpenVPN install.
- Put a winscribe .conf file in /etc/openvpn/
- Edited the .conf to replace auth-user-pass by auth-user-pass login.txt
- Add user on 1st line and password on 2nd line in login.txt
- Reboot
- The process is running /usr/sbin/openvpn --daemon --writepid /var/run/openvpn.Windscribe-Paris-Seine.pid --config /etc/openvpn/Windscribe-Paris-Seine.conf --cd /etc/openvpn
So apparently everything is OK, but I'm sure my ethernet connection is not with the vpn, I don't have access on some streams I access with my laptop with the same VPN server.
I can't find log to analyze the problem.
How to enable debug log or where can I find the openvpn log?
Do you think I forgot something?
Last point, in Setup / Network / Network services OpenVpn is tagged as disable but at the bottom of the screen we can see it's running, and I am unable to tag it as Enable. If I select this state Enable and save and come back to this screen OpenVPN is still tagged as disabled
Any help would be great.
Thanks
Octagon SF8008, OpenATV 7.3
Hello. I have exactly the same problem. It shows disabled, and Current Status: Installed / Running. It is a bug?
Before install openvpn I disabled ipv6 on sysctl.conf.
I checked on my vpn server and vpn it is connected to the receiver.
How I can Enable openvpn log file? it Is an empty file right now.
my client.conf file is located on etc/openvpn, it isn't on client or server folder
config is like that
client
dev tun
proto udp
remote x.x.x.x 1194
resolv-retry infinite
nobind
remote-cert-tls server
tls-version-min 1.2
verify-x509-name instance name
cipher AES-256-CBC
auth SHA256
auth-nocache
verb 3
<ca>
-----BEGIN CERTIFICATE-----
Before install openvpn I disabled ipv6 on sysctl.conf.
I checked on my vpn server and vpn it is connected to the receiver.
How I can Enable openvpn log file? it Is an empty file right now.
my client.conf file is located on etc/openvpn, it isn't on client or server folder
config is like that
client
dev tun
proto udp
remote x.x.x.x 1194
resolv-retry infinite
nobind
remote-cert-tls server
tls-version-min 1.2
verify-x509-name instance name
cipher AES-256-CBC
auth SHA256
auth-nocache
verb 3
<ca>
-----BEGIN CERTIFICATE-----
-
- Member
- Beiträge: 126
- Registriert: 11 Jul 2020 08:59
- Hat gedankt: 17 Mal
- Hat Dank erhalten: 25 Mal
esquecido hat geschrieben:Hello. I have exactly the same problem. It shows disabled, and Current Status: Installed / Running. It is a bug?
Before install openvpn I disabled ipv6 on sysctl.conf.
I checked on my vpn server and vpn it is connected to the receiver.
How I can Enable openvpn log file? it Is an empty file right now.
my client.conf file is located on etc/openvpn, it isn't on client or server folder
config is like that
client
dev tun
proto udp
remote x.x.x.x 1194
resolv-retry infinite
nobind
remote-cert-tls server
tls-version-min 1.2
verify-x509-name instance name
cipher AES-256-CBC
auth SHA256
auth-nocache
verb 3
<ca>
-----BEGIN CERTIFICATE-----
Hello,
Try this config, in /etc/config (don't use client and server directories):
client
dev tun
proto udp
remote <dnsname of the server, example paris.blabla.domaine.com> 1194
verify-x509-name <dnsname of the server, example paris.blabla.domaine.com> name
nobind
auth-nocache
auth-user-pass pass.txt <adapt with your filename>
resolv-retry infinite
cipher AES-256-GCM
ncp-ciphers AES-256-GCM:AES-256-CBC:AES-128-GCM
auth SHA512
log-append <directory to the log>/openvpn.log
verb 4 <you can increase this value for more verbosity>
mute-replay-warnings
remote-cert-tls server
persist-key
persist-tun
<ca>
.....
Which lines did you add to sysctl.conf to disable ipv6?
Octagon SF8008, OpenATV 7.3
-
- Member
- Beiträge: 39
- Registriert: 06 Nov 2016 11:17
- Hat gedankt: 5 Mal
- Hat Dank erhalten: 4 Mal
Re: Openvpn on OATV 7.4
Anyone fix this bug?
I'm running on OpenATV 7.4 and have VPN running 100%, but cannot put the service as "Enabled"....it fixes allways as "Disabled"
Help needed.
Thanks
I'm running on OpenATV 7.4 and have VPN running 100%, but cannot put the service as "Enabled"....it fixes allways as "Disabled"
Help needed.
Thanks
-
- Member
- Beiträge: 39
- Registriert: 06 Nov 2016 11:17
- Hat gedankt: 5 Mal
- Hat Dank erhalten: 4 Mal
Re: Openvpn on OATV 7.4
Hi Mr. Servo,
I'm talking about "Network Services" setup option. I change OpenVPN to "Enable" then press green button to save, but when i return to "Network Services" setup again it is "disabled" as shown on attachament.
The OpenVPN is running as you can see.....but the "Enable" option goes out and stay "disabled"....its like cannot save the value "Enable"
How you can understand and can help with it.
Regards
I'm talking about "Network Services" setup option. I change OpenVPN to "Enable" then press green button to save, but when i return to "Network Services" setup again it is "disabled" as shown on attachament.
The OpenVPN is running as you can see.....but the "Enable" option goes out and stay "disabled"....its like cannot save the value "Enable"
How you can understand and can help with it.
Regards
-
- Member
- Beiträge: 39
- Registriert: 06 Nov 2016 11:17
- Hat gedankt: 5 Mal
- Hat Dank erhalten: 4 Mal
Re: [Info] Fehler/Probleme openATV 7.4
Hi,
ON OpenATV 7.4 on "Network Services" setup option is not possible to save the "OpenVPN" service as "Enabled".
After change it to "Enabled" and save (green button), when return to "Network Services" setup again it is as "Disabled".
It seams that is not saving the service status, Its like a bug.
Can you fix it?
Note: I have OpenVPN running and working flawless....but the OpenVPN service allways appears as Disabled.
Regards
ON OpenATV 7.4 on "Network Services" setup option is not possible to save the "OpenVPN" service as "Enabled".
After change it to "Enabled" and save (green button), when return to "Network Services" setup again it is as "Disabled".
It seams that is not saving the service status, Its like a bug.
Can you fix it?
Note: I have OpenVPN running and working flawless....but the OpenVPN service allways appears as Disabled.
Regards
- Mr.Servo
- Developer
- Beiträge: 2848
- Registriert: 10 Aug 2020 22:09
- Wohnort: Pfalz / Palatinate
- Receiver 1: GigaBlue UE 4K Cable (OpenATV 7.4)
- Receiver 2: Mut@nt HD51 4K Cable (OpenATV 7.5)
- Receiver 3: VU+ Uno 4K Cable (OpenATV 7.4)
- Hat gedankt: 1949 Mal
- Hat Dank erhalten: 2368 Mal
- Geschlecht:
Re: Openvpn on OATV 7.4
Personally, I'm not very active in this (very internal) part of OpenATV, but I'll pass this on.
The situation is of course unpleasant and unexpected...
Greetings.....Mr.Servo
The situation is of course unpleasant and unexpected...
Greetings.....Mr.Servo