Working fine when configuring on OVPN Desktop client and also on mobile app.
I can import .ovpn file Private Internet Access into Asus and it works, just FYI.
Trying to set it up on Asus router under VPN Client setting but it won't connect. On Asus side I see this in log when trying to connect -
Oct 29 17:55:48 68U ovpn-client5[1992]: /usr/sbin/ip addr add dev tun15 local 10.8.0.22 peer 10.8.0.21
Oct 29 17:55:48 68U ovpn-client5[1992]: Linux ip addr add failed: external program exited with error status: 2
Oct 29 17:55:48 68U ovpn-client5[1992]: Exiting due to fatal error
Can provide more info if required, I just exported the ovpn file and imported into Asus router.
khadanja
Posts
-
Unable to connect to OpenVPN from Asus Router -
Adding custom DNS blocklist makes the app unresponsive.Tried adding the blak_domain list from here https://github.com/T145/black-mirror#-sources, makes the app unresponsive. I could only see DNS server restarting in the gui and looks like it goes into a restart loop. Had to restore from backup.
-
Support for DoT (DNS-over-tls)@girish OpenVPN also doesn’t work with proxying. At the moment I have only AdGuard and OpenVPN installed and DNS server in OpenVPN is set to adguard’s private IP. Works without Cloudflare proxying but issues with proxy turned on.
-
Support for DoT (DNS-over-tls)@girish Thanks As a workaround using DoH works with proxy enabled on Android rising Intra app and on iPhone using config profile but looks like Private DNS only supports tls.
-
Support for DoT (DNS-over-tls) -
Support for DoT (DNS-over-tls)@girish I'm having the same issue. My Cloudron instance is in the cloud. How to forward port 853 or open?
Also I see this in AdGuard Encryption settings and logs below.
Jul 06 15:37:48 2022/07/06 03:37:48.610611 [error] handling tcp: reading msg: reading len: remote error: tls: unknown certificate authority -
Unable to install 2nd app@nebulon said in Unable to install 2nd app:
@khadanja from your forum account, I was able to trace it down and for some reason our state showed 2 installed apps. This sometimes happens, since we don't closely track our users.
I have reset the state now, so can you try again?That worked. Thanks @nebulon
-
Unable to install 2nd app@murgero said in Unable to install 2nd app:
@khadanja can you screenshot the dashboard? you sure you just have one? Have you rebooted the server recently?
@murgero Definitely have only one app, screen shot attached. Yes have rebooted recently, can reboot again to test.
Oct 20 13:25:40 box:apps Will install app with id : 9457c9a6-5ad9-4a61-8c6e-1c27394c80e7 POST /api/v1/apps/install 402 Payment Required The free plan only allows 2 apps. Please sign up for a paid plan to install more apps. 1614.861 ms - 137
-
Unable to install 2nd appI'm on a free plan and have only one app installed but when I try to install 2nd app I get a message saying "To install more apps, a paid subscription is required."
-
Custom DNS Server in local network@girish I have a similar issue so instead of starting a new thread I thought I'll post here. My VM running cloudron is unable to resolve nameservers since installing unbound on my router. Came across this thread and added the below lines to /etc/unbound/unbound.conf.d/custom.conf
server:
private-domain: "cloudron.lan"
domain-insecure: "cloudron.lan"
forward-zone:
name: "cloudron.lan"
forward-addr: 192.168.1.1
It worked for few days and broke again today, access to cloudron still works but when logged on to the VM it cannot resolve DNS queries, hope it makes sense. Any ideas why DNS resolution works intermittently?