Questions tagged [virtual-ip]

53 questions
1
vote
1 answer

Multimaster Keepalived Configuration (Virtual IP with Load Balancing)

Here are requirements: 1. High Availability 2. Load Balancing First configuration 1. Two linux servers have been configured with one static IP for each: 10.17.243.11, 10.17.243.12 2. Keepalived has been installed and configured with one VRRP…
Rad
  • 195
  • 3
  • 10
1
vote
0 answers

Binding ISC DHCPD to a virtual (heartbeat) interface

I had a DHCP server that acted as a relay endpoint and worked fine. let's say this is a solo machine with eth0 with an ip of 192.168.0.10 I needed to bring this server down and join it to a cluster, so, eth0 will be different, but, the ip…
William Hilsum
  • 3,506
  • 5
  • 28
  • 39
1
vote
0 answers

IP migration by filtering

I'm looking for a solution to use virtual IPs between 2 hosts, but in a specific way. I would like to have the addresses bound to both hosts at once, but filtered out on the inactive one (arp filtering for the routing announcements + traffic…
viraptor
  • 1,264
  • 6
  • 21
  • 40
1
vote
1 answer

KeepAlived service running but does not executes the check haproxy script

I have configured a failover load balancer, so that it acts as a backup whenever my primary goes down. So I have setup Keepalived that switches the floating virtual IP address to the other machine whenever it is unable to find the service HAProxy…
1
vote
1 answer

How to choose a valid VIP for kube-vip HA Cluster setup?

I am following this reference https://kube-vip.io/control-plane/ for HA cluster setup. I want to setup 3 master - 1 worker cluster for testing purpose. The documentation uses 192.168.0.75 as VIP, but not mentioning how they got this IP As I am using…
1
vote
0 answers

How to shutdown keepalived without releasing the VIP

Usually it is a good thing that when keepalived shuts down, it releases the virtual IP address (VIP) via VRRP and removes the address from the local interface so that other instances can take it over. When the last instance of keepalived shuts down,…
aef
  • 1,705
  • 4
  • 24
  • 41
0
votes
2 answers

Keepalived two master have virtual IP simultaneously

It's really strange on my BACKUP device always turn to MASTER several secs. I've already search both master have virtual IP simultaneously cases,and all of there solution I've tried, but still not work. There's two way probably to solve it Priority…
YCS
  • 1
  • 2
0
votes
1 answer

Ip and secondary ip sometimes doesn't repond to ping

In order to have a virtual ip, I sometimes add another IP for my interface enp2s0f0 using # ifconfig enp2s0f0:1 192.168.201.33 up I also send a gratitus arp in order to publish the new ip of the device. I've noticed that the device answers to…
hudac
  • 126
  • 2
0
votes
1 answer

Point a subdomain to a dedicated application server using NetScaler

Background on a question: we have a domain (www.example.com) that point to multiple servers with an SSL Wildcard *.example.com aka hitting a VIP (I am not an expert on VIP would love to learn more). The question is we are performing a Proof of…
0
votes
2 answers

High Availability HAProxy setup behind PfSense

I am building out a new high availability environment with 2 HAProxy load balancing servers and 2 NGINX web servers all on CentOS 7. I have everything setup and working with both load balancers but am not sure how to route incoming WAN traffic so…
JoeyZero
  • 101
  • 3
0
votes
1 answer

Obtain Virtual IP - Azure App Service Environment

I am trying to setup IP Based SSL instead of SNI SSL on an azure Web App. The App Service Plan is Standard S1, but unfortunately I am getting the following error message: There are no IP addresses in the App Service Environment that are available to…
0
votes
1 answer

can we implement IP load balancing by LVS direct routing without using VIP? is we can, How?

I am trying to implement IP Load Balancing using LVS Direct routing method. Now Ideally there is a virtual IP assigned to the Load Balancer server, but I have only 3 IP addresses. I am using 10.209.104.6 for Load balancer node 10.209.104.5 and…
0
votes
0 answers

Connecting to local VIP: wrong outbound interface used

I have an issue where my outbound connections are using the wrong interface. I believe I have routing all configured properly. I have an active/standby database on two blades that use a Virtual IP. The VIP is reassigned to the blade with the…
Jamie
  • 101
  • 2
0
votes
1 answer

How to implement virtual IPs on AWS?

Is it possible to create floating IPs within Amazon? More specifically within the VPC? If so, how can I do this? Their documentation doesn't seem to point me in the right direction. The best I could find was this:…
user101130
0
votes
1 answer

Understanding networking in a web hosting environment

Background info (pardon my lack of the correct lingo here): I'm going to be running a pair of physical servers, each hosting some simple sites with Nginx. The servers are in a colo and I will have some dedicated IP addresses (up to 16). The servers…
orokusaki
  • 2,693
  • 4
  • 28
  • 42