Hi, I create an IPsec network 10.11.0.0/16 and using dnsmasq to assign IP addresses.
I able to route all 10.11.0.0/16 network traffic to an interface. I would like also route local network 10.11.0.0/16 between client to client to that interface too. I can use iptables FORWARD to block client to client. Instead of blocking I want the traffic to the interface. Thanks,