Routing question OpenVPN Connect 1.1.1
Posted: Thu Nov 15, 2018 5:43 pm
I am testing this older ios8 iPad on the home network and have a routing question.
My OpenVPN server is 192.168.1.1
My iPad is 192.168.1.55
server.conf:
server 192.168.112.0 255.255.255.192
push "redirect-gateway def1"
push "dhcp-option DNS 192.168.1.1"
My iPad connects and has VPN assigned address 192.168.112.2. I can connect to the internet am routed through this IP according to iptables. But when I connect directly to 192.168.1.1's web server the apache log says my iPad is 192.168.1.55.
How can I access the openvpn server and all systems on the 192.168 network over the encrypted VPN using 192.168.112.2?
My OpenVPN server is 192.168.1.1
My iPad is 192.168.1.55
server.conf:
server 192.168.112.0 255.255.255.192
push "redirect-gateway def1"
push "dhcp-option DNS 192.168.1.1"
My iPad connects and has VPN assigned address 192.168.112.2. I can connect to the internet am routed through this IP according to iptables. But when I connect directly to 192.168.1.1's web server the apache log says my iPad is 192.168.1.55.
How can I access the openvpn server and all systems on the 192.168 network over the encrypted VPN using 192.168.112.2?