Questions tagged [virtual-ip]
53 questions
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,763
- 4
- 32
- 43
0
votes
1 answer
can you give me feedback on an HA architecture using linux-ha and pacemaker?
I am trying to come up with an architecture for achieving HA on one of our services (in-house service, single tcp connection for all requests). Just started reading on linux-ha and pacemaker, and i'd like to know if the following approach makes any…

Shlomi
- 103
- 2
0
votes
1 answer
Issue with setting up Telnet Management on Open VPN Server
When I enable telnet on openVPN (windows) using this parameter management localhost 25333, I am not able to access the clients through their virtual IPs anymore. At the same time, when I disable this parameter management localhost 25333 in server…

theGeekster
- 155
- 1
- 2
- 9
0
votes
1 answer
Remotely configure OpenVPN custom client certificates and static Virtual IP
On our current basic OpenVPN (on Windows) setup, we are using common client certificates for all clients. In order to introduce some kind of security, what are the possible measures I can make ? Alongside the following option ?
Can I remotely…

theGeekster
- 155
- 1
- 2
- 9
0
votes
3 answers
Unable to connect to failover cluster
I have a 2 node failover cluster running on Windows 2008 R2.
The cluster is functioning and I can failover services between the two nodes. All was working fine last week but now nothing can connect to the cluster unless it is on the same subnet as…

ts404
- 1
- 1
- 2
0
votes
1 answer
keepalived doesn't listen on virtual IP
I'm learning to use keepalived; for now within a single machine - just to make sure the forwarding works.
I've started a mock webserver listening on 192.168.56.200:8080. It just replies with the hostname.
$ curl…

jkff
- 293
- 1
- 5
- 10
0
votes
2 answers
Virtual IP failover on windows 7
i would like to find out how to set up virtual IP failover on windows 7. There are many online guides on linux heartbeat and pacemaker but i need configuration guides on how to set up virtual IP failover in windows 7.
My understanding of virtual IP…

Wayne
- 23
- 5
0
votes
1 answer
How do I configure a virtual IP interface on RHEL 4 for HA failover
I have two servers, each with a physical IP address on a physical network interface:
Server A: 192.168.0.1 (eth0) - PRIMARY
Server B: 192.168.0.2 (eth0) - BACKUP
I want to run an application on server A as primary, and the same application on…

BG100
- 169
- 1
- 14
0
votes
3 answers
Virtual IP or Load balancing for a http/ mysql cluster
First of all i have to say i'm very very newbie as sysadmin. I'm trying to do someone else's work, and i have almost 0 experience in clustering / load balancing and related stuff.
This is the situation.
I have 4 phisical servers.
The wanted…

n0cturnal
- 101
- 1
- 1
0
votes
1 answer
Cannot access LAN virtual IP from WAN using iptables NAT
Here's the setup:
2 servers running CentOS 5.6 (hostnames = "master1" and "master2")
"master1" LAN IP is 10.224.45.130 and WAN IP is 184.107.x.1
"master2" LAN IP is 10.224.45.131 and WAN IP is 184.107.x.2
Apache + Heartbeat installed on both, with…

Sarah Ryan
- 251
- 1
- 3
- 11
0
votes
1 answer
Howto get server host into strongswans virtual IP address subnet
I have configured a VPN server and VPN client with strongswan with the following ipsec.conf configuration settings
Server ipsec.conf
conn ikev2-vpn
also=rw-base
auto=add
compress=no
keyexchange=ikev2
forceencaps=yes
rekey=no
…

Ole K
- 101
- 3
0
votes
0 answers
How to Add vip to vps?
I have a ubuntu vps and it is accissble by its ip.
I want to add a vip to it which let clients connect to it by this vip from internet.
I have a floating ip from other subnet and it is added to my vps but how can use it as vip?
0
votes
1 answer
Virtual IP in pacemaker cluster not pinging
I have two Linux rhel8 servers with pacemaker/corosync/pcsd installed. I've used the ocf:heartbeat:IPaddr2 resource to create a virtual IP for the cluster.
I have a similar setup on a few older clusters and it works fine but the ones I'm setting up…

Karanpreet Singh
- 101
0
votes
1 answer
How to configure Keepalived Virtual IP?
I've been researching about Keepalived Virtual IP to make ProxySQL/MaxScale highly available and came across the concept of Virtual IP. All the articles that I've read just mentions a random Virtual IP directly but in no place I was able to find out…

Nandni
- 1
- 1
- 1
0
votes
1 answer
How do Virtual IPs allow fast switching?
I am designing a simple fail over system with just a primary and standby server. The main one will be in our office, while the standby will be on the cloud. I was reading about virtual IPs and how they provide 'failover' typically for load…

user1034912
- 1,345
- 3
- 14
- 20