Questions tagged [virtual-ip-address]

64 questions
2
votes
4 answers

Vagrant can't assign static ip to box

I have the following inside my Vagrant file. config.vm.network "private_network", ip: "192.168.33.12" When I "vagrant up", vagrant is assigning 127.0.0.1. I'm not sure what's causing this. Below is the full trace. $ vagrant up Bringing machine…
1
vote
2 answers

Will an out of proc session survive a windows azure VIP swap?

If I'm hosting a site in windows azure with an out of proc session provider and perform a VIP swap, will the session persist through the VIP swap since the session is being provided out of process? I will come back and answer the question after I…
Allen Rice
  • 19,068
  • 14
  • 83
  • 115
1
vote
0 answers

Skip IP only if to much time elapsed Keepalived

I have 2 servers (A and B), where A is a master. This are haproxy servers if important. I want keepalived to skip the VIP from A to B only if A was down for more than 15 seconds. I saw the advert_int option but unless I am using it incorrectly it…
Tom Sebty
  • 307
  • 2
  • 8
1
vote
1 answer

Squid proxy cluster with multiple virtual IP

I configured a clustered Squid Proxy server in CentOS 7 using Corosync, Pacemaker and PCS I have two servers in cluster server01 and server02. Both server has one IP each. They are in the above mentioned cluster with two Virtual IPs virtual_ip and…
Arun Krishnan
  • 161
  • 3
  • 8
1
vote
0 answers

VIP URL on SSL is logging out immediately on MVC application Form authentication

I am facing an issue in MVC 4 C#.NET web application. My web application is hosted on two web server and that two web server is pointing to VIP via Load balancer. when I trying with individual server URL, application is working fine. But when I…
1
vote
0 answers

htaccess - IP address contains ':' instead of '.'

A client uses the website 'whatsmyip' website to determine their IP address. What they return is something like 2001:8003:52ed:4700:d9f:ac11:4f79:xxxx Do the same rules apply in creating blocks in the htaccess file? For example, can I add: allow…
1
vote
1 answer

Getting IP floating right for HAproxy/Keepalived

This is all new to me. Please bear with me. Sorry if I don't phrase my problem correctly. I'd like to set ip floating to use HAproxy and Keepalived. I have the following ips: LB1: 192.168.1.27 #first load balancer LB2: 192.168.1.32 #second load…
jacquesm
  • 11
  • 1
  • 3
1
vote
1 answer

Public IP mapping to internal shared virtual ip address in Docker

I am using Docker on OSX and have created a host with a bridged network and a couple of containers that share a virtual IP (so 172.19.0.50 points to 172.19.0.1 and if that container goes down, 172.19.0.50 is pointed at 172.19.0.2 and so on). Other…
stevenlivz
  • 21
  • 1
  • 5
1
vote
1 answer

Azure: Getting internal IP - for a WEBSITE - to create access restrictions

Background: I'm hosting 2 separate Website instances - 1 for a WebAPI2 "API", and 1 as an MVC5 "Client" that consumes said API. I would like to restrict access for the "API" to the "Client" (there are multiple clients) (I've only seen answers for…
1
vote
0 answers

Java: Specifying the local address for an outgoing connection

We've many servers which host multiple IP addresses. The additional ones are so-called Virtual IPs ("VIPs"). We'd like to enable a Java app to make an outgoing connection which lists as source address a designated Virtual IP rather than the host ip…
KomodoDave
  • 7,239
  • 10
  • 60
  • 92
0
votes
1 answer

ActiveMQ Artemis - how to configure primary/backup on two VMs with replication only (no failover)

In ActiveMQ Artemis, I'm wondering if it's possible to enable replication only between two nodes, and have some outside mechanism inform the Active MQ Artemis processes living on each node which is the primary. In other words, the election of the…
Jack BeNimble
  • 35,733
  • 41
  • 130
  • 213
0
votes
0 answers

virtual IP in a High Availability cluster - RHEL 8 - pacemaker- corosync

I have setup a 3 node HA clsuter on RHEL 8 for SQL Server on AWS cloud with EC2 nstances, using pacemaker and corosync. I have assigned a virtual IP address to the cluster, and the IP is able to move from node to other in the event of a node…
0
votes
1 answer

Kube-VIP unable to find Namespace

I am exploring the kube-vip, following the doc => https://kube-vip.io/control-plane/ for a multi-master (HA) cluster setup sudo docker run --network host --rm ghcr.io/kube-vip/kube-vip:main manifest pod \ --vip 192.168.0.75 \ --arp…
Keval Bhogayata
  • 4,422
  • 3
  • 13
  • 36
0
votes
1 answer

Pacemaker ipaddr2 resource is not failing correclty

I have a floating IP setup with a pacemaker ipaddr2 resource. test-IP4 (ocf::heartbeat:IPaddr2): Started node1 The floating IP is set to start on my ib0 interface. The ib0 port is connected to a network switch. When I disable the port…
0
votes
0 answers

Kafka setting vip address to kafka cluster

hi has anyone been successful putting a vip in front of vms kafka cluster? I want to route a client to a different kafka nodes.
NoamiA
  • 521
  • 4
  • 19