We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was testing on a Dual WAN system with WAN1 and WAN3
I created a connection to use WAN3 which has an IP address of 192.168.2.11 and gateway of 192.168.2.1
That is set correctly in /usr/local/ipsec.conf
left = 192.168.2.11
However, the system creates a route via WAN1 - 192.168.1.1 when it should be 192.168.2.1
192.168.97.0/24 192.168.1.1 US vtnet1
The correct interface is stored in config.xml
opt2
So something isn't reading this correctly.
The text was updated successfully, but these errors were encountered:
As a follow up to this I have enabled multi WAN but you are still presented with the options for the WAN devices including the Gateway Group.
Either the other options should be disabled or the correct route should be set (the latter IMHO!)
I will see if I can track down where this occurs though the devs will probably know straight away :-)
Sorry, something went wrong.
No branches or pull requests
I was testing on a Dual WAN system with WAN1 and WAN3
I created a connection to use WAN3 which has an IP address of 192.168.2.11 and gateway of 192.168.2.1
That is set correctly in /usr/local/ipsec.conf
left = 192.168.2.11
However, the system creates a route via WAN1 - 192.168.1.1 when it should be 192.168.2.1
192.168.97.0/24 192.168.1.1 US vtnet1
The correct interface is stored in config.xml
opt2
So something isn't reading this correctly.
The text was updated successfully, but these errors were encountered: