Do you have set up an outbound NAT rule?
Like: WAN interface, source: your Server, NAT-Adress: your virtal (2nd IP)
Like: WAN interface, source: your Server, NAT-Adress: your virtal (2nd IP)
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuFri Jul 10 14:56:43 2020 NOTE: unable to redirect default gateway -- VPN gateway parameter (--route-gateway or --ifconfig) is missing
IPv4-Routentabelle
===========================================================================
Aktive Routen:
Netzwerkziel Netzwerkmaske Gateway Schnittstelle Metrik
0.0.0.0 0.0.0.0 192.168.41.1 192.168.41.87 25
0.0.0.0 0.0.0.0 192.168.100.1 192.168.100.7 25
127.0.0.0 255.0.0.0 Auf Verbindung 127.0.0.1 331
...
route-gateway 192.168.100.1
(where 192.168.100.1 is the internal LAN adapter IP of the OPNsense) in my openvpn-client config it works as expected and all my traffic is sent through the tunnel. The routing table looks like:
IPv4-Routentabelle
===========================================================================
Aktive Routen:
Netzwerkziel Netzwerkmaske Gateway Schnittstelle Metrik
0.0.0.0 0.0.0.0 192.168.41.1 192.168.41.87 25
0.0.0.0 0.0.0.0 192.168.100.1 192.168.100.7 25
0.0.0.0 128.0.0.0 192.168.100.1 192.168.100.7 281
....