Openvpn on OATV 7.4

Antworten
Nachricht
Autor
jeepcook
Member
Member
Beiträge: 126
Registriert: 11 Jul 2020 08:59
Hat gedankt: 17 Mal
Hat Dank erhalten: 25 Mal

Openvpn on OATV 7.4

#1

Beitrag von jeepcook »

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
Der Dateianhang 5002_0_1_BB6F_F1E_D596_DDDD0000_0_0_0_20240320101444.jpg existiert nicht mehr.
Dateianhänge
5002_0_1_BB6F_F1E_D596_DDDD0000_0_0_0_20240320101444.jpg
Octagon SF8008, OpenATV 7.3
jeepcook
Member
Member
Beiträge: 126
Registriert: 11 Jul 2020 08:59
Hat gedankt: 17 Mal
Hat Dank erhalten: 25 Mal

#2

Beitrag von jeepcook »

Finally found the solution, just have to disable ipv6. Everything works.
Octagon SF8008, OpenATV 7.3
esquecido
Beginners
Beginners
Beiträge: 2
Registriert: 29 Apr 2024 04:44

#3

Beitrag von esquecido »

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-----
jeepcook
Member
Member
Beiträge: 126
Registriert: 11 Jul 2020 08:59
Hat gedankt: 17 Mal
Hat Dank erhalten: 25 Mal

#4

Beitrag von jeepcook »

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
esquecido
Beginners
Beginners
Beiträge: 2
Registriert: 29 Apr 2024 04:44

#5

Beitrag von esquecido »

sysctl.conf

net.ipv6.conf.all.disable_ipv6=1
net.ipv6.conf.default.disable_ipv6=1
net.ipv6.conf.lo.disable_ipv6=1
jeepcook
Member
Member
Beiträge: 126
Registriert: 11 Jul 2020 08:59
Hat gedankt: 17 Mal
Hat Dank erhalten: 25 Mal

#6

Beitrag von jeepcook »

esquecido hat geschrieben:sysctl.conf

net.ipv6.conf.all.disable_ipv6=1
net.ipv6.conf.default.disable_ipv6=1
net.ipv6.conf.lo.disable_ipv6=1


Ok you still have the problem ? Have you implemented the log as described in my previous post?
Octagon SF8008, OpenATV 7.3
hasafly
Member
Member
Beiträge: 39
Registriert: 06 Nov 2016 11:17
Hat gedankt: 5 Mal
Hat Dank erhalten: 4 Mal

#7

Beitrag von hasafly »

Hi, I have exactly the same problem.

OpenVPN is working fine, but it shows "Disable" - "Installed / Running".

Can you help me?.....it should fix on "Enable" and not "Disable"

Thanks
hasafly
Member
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

#8

Beitrag von hasafly »

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
hasafly
Member
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

#9

Beitrag von hasafly »

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.

RegardsBild
hasafly
Member
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

#10

Beitrag von hasafly »

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.

RegardsBild
Benutzeravatar
Mr.Servo
Developer
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

#11

Beitrag von Mr.Servo »

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
Benutzeravatar
Mr.Servo
Developer
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

#12

Beitrag von Mr.Servo »

Is fixed and with the next update on your boxes...

Greetings.....Mr.Servo
hasafly
Member
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

#13

Beitrag von hasafly »

Great News!!!
Thanks Mr. Servo!!!
hasafly
Member
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

#14

Beitrag von hasafly »

@Mr.Servo it's solved!!!

Bild

Great job and many thanks for the quick fix!!

Regards!!!
Antworten

Zurück zu „English Section“