Paul W. Rankin wrote: > RVP <r...@sdf.org> wrote: > > > > How did a configured `--allowed-ips=10.2.0.42/32' change to > > `allowed-ips: 192.168.10.0/24' on the interface? > > I've been trying everything I can think, including switching from > 10.0.0.0 IPs to 192.168.0.0 IPs, without much luck.
Is your server configured to forward packets? in /etc/sysctl.conf: net.inet.ip.forwarding=1 net.inet6.ip6.forwarding=1 -- Alex