Questions tagged [virtual-ip-address]

64 questions
0
votes
0 answers

Getting VM IP addresses from server physical address

I am using TNS Names to connect to Oracle DB. An entry that is used by application is using failover scenario with 3 DB IP addresses, all virtual. I am trying to get and display these DB IP addresses but when I use the host name that I get from…
NoBullMan
  • 2,032
  • 5
  • 40
  • 93
0
votes
1 answer

Pgpool-II: Delegated IP is not available when disconnected Primary or Standby Node Failed

I'm trying to setup postgres cluster of two nodes (primary and standby). In order to activate automatic failover, I'm using pgpool-II. I followed the following article: https://www.pgpool.net/docs/41/en/html/example-cluster.html and the only thing…
0
votes
2 answers

How to monitor virtual IP with zabbix?

in some cluster environments, there are pair servers that are HA 2 by 2. for example i have server1 with IP 22.1.1.1 and server2 with IP 22.1.1.2. server1 is giving service and server2 is standby. there is this virtual IP 22.1.1.3 that other servers…
0
votes
0 answers

While login with an IP Address time out error will arises every time on sql server 2018

Connection Timeout Expired. The timeout period elapsed while attempting to consume the pre-login handshake acknowledgement. This could be because the pre-login handshake failed or the server was unable to respond back in time. The duration spent…
0
votes
1 answer

Add more IP's into minikube

I want to add some new ip addresses into my (local) minikube, to expose services on different IP's, which should be accessible from the cluster. I need to send some request to the pods inside my cluster. Because the cubernet internal DNS system is…
proKress
  • 21
  • 2
0
votes
1 answer

Azure Batch Account Static IP Addresses

I am needing to set a range of static remote desktop ip addresses for Azure Batch nodes within a pool. Is this even possible given the node will enter and exit the pool on occasion? I have viewed documentation but have not had luck. Is this even…
Sauron
  • 6,399
  • 14
  • 71
  • 136
0
votes
0 answers

Nginx server blocks

I'm trying to set my nginx to have 2 server blocks, one that lead to the default one atm and one that leads to my loadbalancer. So I have set up my loadbalancer like this. upstream backend { server 192.168.24.28; server 192.168.24.47; } server…
Simpson
  • 108
  • 8
0
votes
1 answer

Using internal HA proxy in AWS

We have configured multiple internal (with private IP adresses) haproxy servers namely ha1 and ha2 in different availability zones of same region in aws. I would like to use keepalived to configure a virtual private IP in these HA servers and point…
0
votes
2 answers

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…
Ihab
  • 2,225
  • 1
  • 20
  • 32
0
votes
1 answer

Switching floating IP between VMs in openstack

I have two VM on 2 compute nodes on same network. I want them to operate on active/passive mode. As soon as passive VM detects that active VM is down, it takes over as active VM. Since active VM needs to be accessed from external network, it is…
Pooja
  • 11
  • 3
0
votes
1 answer

tomcat cpu usage goes 100% with virtual ip configuration

We have our application running on tomcat server. It works smoothly but when load balance server is configured with this application, cpu usage goes to 100%. Strange things is, when we look at the thread dump, there is no suspicious thread…
Gaurav
  • 811
  • 9
  • 21
0
votes
1 answer

Can I configure postgres to listen on a VIP?

I would like to be able to configure postgres to listen on specific interfaces, rather than '*', but one of them is virtual IP (VIP). If I configure listen_addresses in postgresql.conf with the IP addresses of the interfaces, it works properly…
Jamie
  • 1,888
  • 1
  • 18
  • 21
0
votes
1 answer

Multi Availability Zone VIP in AWS

I am trying to setup a VIP (virtual IP setup) - for a high availability HA setup for Redis with HA proxy, however to have a VIP for two HA instances in two different availability is proving to be difficult. I was trying to follow this guide;…
0
votes
1 answer

HAproxy not routing from virtual IP

I am currently trying to configure HAProxy to route between two servers using a virtual IP. For testing I created two instances, 172.16.4.130 and 172.16.4.131. I am then creating a virtual IP address of 172.16.4.99, using keepalived which will be…
Downwithopp
  • 73
  • 1
  • 8
0
votes
1 answer

how to monitor Virtual IPs in Zabbix?

I have a Virtual IP which is linked to two other private IP . I wanna monitor to my virtual IP with Zabbix . those private IP have few service like nginx that i wanna to monitor with zabbix. if any one have any idea .ping me . i will be very…
Davinder Pal
  • 49
  • 1
  • 2
  • 10