Questions tagged [virtual-ip-address]
64 questions
0
votes
1 answer
Keepalived virtual IP won't be transferred back when host master is up again
I am installing keepalived for virtual IP failover using 2 vagrant Centos7 instances but having a problem (I have same problem on production).
Basically, I have 2 instances running keepalived. Below is the configuration keepalived.conf for those 2…

auxdx
- 2,313
- 3
- 21
- 25
0
votes
0 answers
microservices URL redirection to another URL (VIP)
I am breaking one monolithic service into different small microservices where each microservice will be hosting different APIs and running on different machines.
I want the old endpoint(VIP) of my monolithic service to be same, so that my clients…

Nitin Gupta
- 1
- 2
0
votes
2 answers
Virtual Public IP address
Right now, i am working on setting a docker on azure. There i stumbled on Static Virtual Public IP Address. I read about it but i still have some doubts.
How is Static Virtual Public IP Address different from the Static Public IP Address?
If i give…

Coffee_lover
- 545
- 6
- 15
0
votes
2 answers
How to programatically create virtual IP Addresses in VB?
What I want to do is use one PC to test an application on another on the same 19.2.168.X.X
I would like to make it seem like SOAP requests are coming from a variety of different PCs, just to make the applciations log file easier to read and I have…

Mawg says reinstate Monica
- 38,334
- 103
- 306
- 551
0
votes
1 answer
How to send messages to virtual IPV6 Address?
I want to send a messaged from Windows/Linux to a IPV6 virtual IP address which I had created on Ubuntu. Can anyone suggest the process to do so?
I created Virtual IPV6 in Ubuntu by the following Code:
sudo ip -6 addr add 2002:1:1:1::10/64 dev…

SillyPerson
- 589
- 2
- 7
- 30
0
votes
0 answers
Can Google Site Search be used in the website using virtual IP address?
I'd like to know whether I'm able to use Google Site Search in my web site, which is using virtual IP address without public domain and is providing a service only for the company employees.
I'm using PHP, Html and Scripts.
Thanks!

Kevin Song
- 11
- 3
0
votes
2 answers
Unable to access SQL Azure database using IP address?
Because of my machine IP gets changed dynamically (get ip using website whatismyip.com ) I could not able to access and set Server-Level Firewall Rules to sql azure database.
I tried to add range also 0.0.0.0 to 255.255.255.255 but it is not…

Neo
- 15,491
- 59
- 215
- 405
0
votes
1 answer
Pacemaker: How keep the VirtualIP resource on at least one node
I use pacemaker and corosync to manage failover with two nodes in active/passive mode.
I have configured a virtual IP resource as this:
# pcs resource create VirtualIP ocf:heartbeat:IPaddr2 \
ip=192.9.50.54 cidr_netmask=32 op monitor…

moonbossa
- 60
- 2
- 6
0
votes
1 answer
IPTABLES for multiple Public IP Addresses
Currently i have two servers Running Debian 7 with HA Active/Passive setup using Pacemaker and Corosync as follows:
node1->IP->xx.xx.xx.1
node2->IP->xx.xx.xx.2
VIP(Floating IP) ->xx.xx.xx.3
It is configure with heartbeat for fail-over setup.
All…

vrOom
- 23
- 1
- 5
0
votes
1 answer
various ip address ranges
What are the various classifications of ip address ranges in existence apart from Class A,B,C and D addressing.
For instance what does the range 212.198.0.255-202.190.0.255 denote in specific?

Madhu
- 61
- 1
- 9
0
votes
1 answer
What happens if HAProxy cluster assigns the same Virtual IP to multiple machines?
Let's say I have two instances of HAProxy running in a cluster to provide load balancing for something else. The two node HAProxy cluster could be implemented using Pacemaker and Corosync.
Consider the situation where the two nodes lose contact with…

Oleksi
- 12,947
- 4
- 56
- 80
0
votes
1 answer
how to use custom ip address to browse a web page c#/.net
i am trying to browse web page using custom(user provided) ip address but it's not working. webBrowser1 loads web page successfully but it's not using custom ip address, it loads page with real ip address.
please tell me how to make this work…

user1608298
- 321
- 2
- 6
- 8
-1
votes
1 answer
How do I create a private/internal virtual ip address?
I want to implement active/standby arrangement between 2 internal loadbalancer VMs (haproxy on each) via keepalived. These loadbalancers are supposed to expose a private ip for use by other programs internal to my VPC. How do I assign a virtual ip…

Kum
- 61
- 1
- 8
-1
votes
1 answer
How to have a VIP for 2 servers ( Prod and Dr )
We have prod and dr servers, we would like to have VIP for them. They are not exposed to internet. Any one server will be active for 1st 6 months, and after DR drill DR server will act as prod for next 6 months. Here, we have upstream systems which…

BalaB
- 3,687
- 9
- 36
- 58
-1
votes
1 answer
How can I host my Bitcoin API on the 21 market with a Virtual IP?
I'm trying to make my simple Pokemon API available on something other than my localhost. The API has two files, client.py and server.py. I ran the 21 market join command and got a virtual IP. (10.244.121.0).
I tried modifying my script so that…

Mike
- 2,633
- 6
- 31
- 41