Hi All.
I want to use pi-hole + OpenVPN running on GCP from my RT-AC86U. After config OpenVPN server and install OpenVPN client on my RT-AC86U, everything works. However, from pi-hole side, all request come from same IP address (OpenVPN client IP). I know this caused by OpenVPN client created a NAT tunnel, when LAN access OpenVPN server, it all from same IP.
So, I tried to disable "Create NAT on tunnel" on this OpenVPN client. Now, from LAN I can reach OpenVPN client IP address, but cannot reach OpenVPN server IP address.
From router, command `route -n` shows:
10.8.0.0 0.0.0.0 255.255.255.0 U 0 0 0 tun11
10.8.0.0 is OpenVPN subnet, tun11 is OpenVPN interface.
I'm wondering what I missed in order to let router forward 10.8.0.0 subnet to OpenVPN server side?
Thanks for your help
I want to use pi-hole + OpenVPN running on GCP from my RT-AC86U. After config OpenVPN server and install OpenVPN client on my RT-AC86U, everything works. However, from pi-hole side, all request come from same IP address (OpenVPN client IP). I know this caused by OpenVPN client created a NAT tunnel, when LAN access OpenVPN server, it all from same IP.
So, I tried to disable "Create NAT on tunnel" on this OpenVPN client. Now, from LAN I can reach OpenVPN client IP address, but cannot reach OpenVPN server IP address.
From router, command `route -n` shows:
10.8.0.0 0.0.0.0 255.255.255.0 U 0 0 0 tun11
10.8.0.0 is OpenVPN subnet, tun11 is OpenVPN interface.
I'm wondering what I missed in order to let router forward 10.8.0.0 subnet to OpenVPN server side?
Thanks for your help