https://serverfault.com/questions/11177 ... 58#1117758
but I'm not sure if I'll find anything there. I'll try here. I have established a TUN, client-to-client connection, and am trying to ping the LAN IP address behind the OpenVPN server from the client. And it works! But why?? I have set iptables FORWARD as DROP and disabled ip.v4.forwarding.
Just like in the answer to my question on serverfault.com, and also on other websites, it is of course in the client-to-client setting itself that the packets are not exposed for the kernell so the above rules do not have any effext. But that doesn't apply if I want to connect another physical interface on the server, or does it? How is the OpenVPN process supposed to connect an interface without doing it through the kernel???
