Openvpn client not work on ipad
Posted: Sat Jan 13, 2024 8:16 pm
viewtopic.php?t=26855
This thread. Same problem.
My system is site-to-site-vpn. Openvpn server found from virtual ubuntu. System work well.
Network 10.15 is my home. 10.16 workplace. 10.17 secretary office other city. And many "roadwarrior" computers.
System is quite transparent: Eg. I can ping my work-computer (10.16.0.102) from home. Or from roadwarrior computers. Also RDP work. I can use this .102 computer from home etc.
BUT now I add one Ipad as "roadwarrior". Openvpn works- but only private network. So, from Ipad I can ping ALL 10.8.... eg. ping 10.8.0.1 is server and it answer. 10.8.0.16 is workplace router, and it answer etc. BUT ping 10.16.0.102 not work. AND RDP 10.16.0.102 not work. So- route not work on ipad.
Thread I paste is same problem with ipad but very simple system. In my system ipad is this last ".23"; route 10.23.0.0 255.255.252.0 10.8.0.23 AND push "route 10.23.0.0 255.255.252.0 10.8.0.23 1000". I try it same jinx: "push route 10.20.0.0 etc" WITHOUT 10.8.0.23 (push "route 10.23.0.0 255.255.252.0"). Of course it not work.
So- how I can add ipad? It thread tell "do not add route"- so it is, "if you add ipad, you must use any miracle"?
I test this also: This "23" is ipad as I wrote. I put just same settings to windows computer. All works. So, this is: Ipad need any magic it works. But what it spell must be?
This thread. Same problem.
My system is site-to-site-vpn. Openvpn server found from virtual ubuntu. System work well.
Network 10.15 is my home. 10.16 workplace. 10.17 secretary office other city. And many "roadwarrior" computers.
System is quite transparent: Eg. I can ping my work-computer (10.16.0.102) from home. Or from roadwarrior computers. Also RDP work. I can use this .102 computer from home etc.
BUT now I add one Ipad as "roadwarrior". Openvpn works- but only private network. So, from Ipad I can ping ALL 10.8.... eg. ping 10.8.0.1 is server and it answer. 10.8.0.16 is workplace router, and it answer etc. BUT ping 10.16.0.102 not work. AND RDP 10.16.0.102 not work. So- route not work on ipad.
Code: Select all
route 10.15.0.0 255.255.252.0 10.8.0.15
route 10.16.0.0 255.255.252.0 10.8.0.16
route 10.17.0.0 255.255.252.0 10.8.0.17
route 10.18.0.0 255.255.252.0 10.8.0.18
route 10.19.0.0 255.255.252.0 10.8.0.19
route 10.20.0.0 255.255.252.0 10.8.0.20
route 10.21.0.0 255.255.252.0 10.8.0.21
route 10.22.0.0 255.255.252.0 10.8.0.22
route 10.23.0.0 255.255.252.0 10.8.0.23
push "route 10.15.0.0 255.255.252.0 10.8.0.15 1000"
push "route 10.16.0.0 255.255.252.0 10.8.0.16 1000"
push "route 10.17.0.0 255.255.252.0 10.8.0.17 1000"
push "route 10.18.0.0 255.255.252.0 10.8.0.18 1000"
push "route 10.19.0.0 255.255.252.0 10.8.0.19 1000"
push "route 10.20.0.0 255.255.252.0 10.8.0.20 1000"
push "route 10.21.0.0 255.255.252.0 10.8.0.21 1000"
push "route 10.22.0.0 255.255.252.0 10.8.0.22 1000"
push "route 10.23.0.0 255.255.252.0 10.8.0.23 1000"
So- how I can add ipad? It thread tell "do not add route"- so it is, "if you add ipad, you must use any miracle"?
I test this also: This "23" is ipad as I wrote. I put just same settings to windows computer. All works. So, this is: Ipad need any magic it works. But what it spell must be?