Hi all!
How can I establish an Internet connection via VPN without enabling Virtual NAT? I am organizing a local bridge with a physical interface, but the client machine still accesses the Internet through its physical connection. I also tried to organize a local bridge with a virtual interface (tap_vpn) and already set up routing between the physical and virtual interfaces. BUT for some reason, users cannot ping the virtual interface.
connecting to Internet through VPN without Virtual NAT
-
- Posts: 3
- Joined: Thu Sep 19, 2024 12:14 pm
-
- Posts: 1645
- Joined: Sun Feb 14, 2021 10:31 am
Re: connecting to Internet through VPN without Virtual NAT
You can replace "Virtual NAT" with iptables + dnsmasq. As for the ping issue, read "Bridge not working as expected".