Questions tagged [virtual-ip-address]
64 questions
-1
votes
1 answer
out bound virtual ip for azure virtual machine
i can see that virtual ip for a service can be fixed, but it has nothing about the outbound ip and port . in other words -- When i send something like a response from my virtual machines do they have the same source ip and port or have different ips…

Ajay Reddy
- 107
- 3
-1
votes
1 answer
Virtual IP failover on 2 Linux box
I have 2 Linux VM Box.
VM1 ip is 192.168.0.4
VM2 ip is 192.168.0.5
GW: 192.168.0.1, net mask: 255.255.255.0
1)I have added a virtual ip on VM1
ifconfig eth0:1 192.168.0.10 netmask 255.255.255.0 up
Then I can ping it successfully from my…

user1911708
- 15
- 6
-3
votes
1 answer
Is it possible to get the client's REAL IP address using PHP IF the client will browse using the Virtual IP of the Webserver?
The webserver that im working on is using a static private IP address and it is configured in a firewall where it has a configured virtual public IP address.
I can successfully get the client's IP address if i will browse my webserver via its static…

c18 online
- 69
- 7
-4
votes
1 answer
problematically create Virtual IPaddress java
I am creating a simulation device and i need virtual IP address created on my server. I can create it manually via LocalAreaConneciton Properties dialog (in advanced tab). But i want to create it programatically via Java. Also I might need this IP…