-
Notifications
You must be signed in to change notification settings - Fork 759
New issue
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
Services bind to VIP instead of interface IP #2821
Comments
|
You can hardcode the listen address for OpenVPN and net-snmp |
|
I'm unsure why it's supposed to latch onto a VIP in the first place. Can we focus on OpenVPN for now as a core component single issue? |
|
Also, need an ifconfig dump for your 172.23.19.254/24 interface. |
|
On OpenVPN was following line in the "Advanced" text field a workaround: The interface: |
|
Your VIP became your primary IP, that's why the system picks it up. The order matters to FreeBSD and us, but normally the real IP should be first. Is this a static IP setup? |
|
Yes, the interface is static configured. |
|
This describes the same issue for IPv6 #2189 (comment) Does this persist through a reboot or does it order correctly then? That may be temporary, I just want to know if it triggers later or on boot. |
|
Rebooted: |
|
Thanks, we'll continue this in #2189 as it's the same issue for IPv4 so at least it's a class of issues with VIPs itself -- I'm not 100% clear about the solution but it should be fixed for 19.1 in any case. |
Hi,
I've created a VIP address on my management interface for NATing stuff. Now services like SNMP and OpenVPN bind to the VIP address instead of the interface IP.
Example:
Is there a way to change this behavior?
The text was updated successfully, but these errors were encountered: