Questions tagged [private-ip]

59 questions
1
vote
1 answer

Can't get access to my IIS Server?

Before I could get access to my IIS Server using its static private IP address (on the Windows Server 2012 itself), but now I can only access the IIS Server web page using its localhost and 127.0.0.1 addresses? I binded the static address to the…
Doug
  • 23
  • 1
  • 4
1
vote
1 answer

How to Access an AWS Instance with RDC when behind a Private Subnet of a VPC

We are implementing a typical Amazon VPC with Public and Private Address - with all servers running the Windows platform. The MS SQL instances will be on the private subnet with all IIS/web servers on the public subnet. We have followed the detailed…
dalej
  • 23
  • 1
  • 1
  • 4
1
vote
3 answers

Are Amazon VPC private IPs constant?

I have a VPC set up and working on Amazon and one EC2 instance talks to another via its private IP. Will this IP remain constant to that EC2 instance through out multiple reboots? Is there anyway to hard code or reserve a private IP to an EC2…
Shane Stillwell
  • 337
  • 1
  • 4
  • 11
1
vote
0 answers

Apache redirect all traffic to HTTPs except for private IP

I would like to redirect all incoming traffic to HTTPs except for incoming traffic on private IP (10...*). With the following configuration, external traffic is not being redirected to HTTPs. This VirtualHost for private IP
MattM
  • 111
  • 2
1
vote
0 answers

VPC private ip address unable to communicate to the network interface which has an elastic ip assigned

I'm not sure if this is how VPC EC2 private addresses are supposed to work. I have two instances in VPC each are allowed to talk to each other (security group), and each instance has two network interfaces. One out of the Two instances have Elastic…
Joe Block
  • 121
  • 1
  • 8
1
vote
1 answer

Access my system data which has private IP

I need to give my laptop to someone for few days, i have my files in that out of which i'm not sure which one's i'll require. So looking for a solution if possible. How can i access those files by logging any time to that system either through…
Bijendra
  • 171
  • 1
  • 1
  • 9
1
vote
1 answer

Cassandra on Linode: Dark magic isn't working

Yes, I realize I'm crossing the streams by running Cassandra on Linode. Yes, I know it would be better to run it on Rackspace or Amazon, but that's immaterial right now. Basically, I've got a Private IP set up for each Linode that I plan to include…
mattbasta
  • 641
  • 1
  • 8
  • 17
1
vote
1 answer

Kubernetes, how do I let kubernetes use the internal network for node to node communication?

Context. I am following the basic kubernetes installation here (in Hetzner Cloud, if it is needed). 1 controller and 1 worker. All is fine apparently. the servers have an external IP interface (public Ipv4) and one internal one (normally 10.0.0.2…
Pier A
  • 71
  • 6
1
vote
1 answer

Is it possible to connect 3 Ubuntu servers without switch and no single point failure

I have 3 servers and I want to connect them to build a k8s cluster over 10Gb NICs. I am using this configuration right now. server2 (10.0.0.2) <--> server1 <--> server3 (10.0.1.3) how to connect 3 servers under two private networks The problem with…
Lod
  • 21
  • 6
0
votes
1 answer

OpenVPN - Access to other client private network

I know that this title seems to be "over answered", but really I had no luck while searching... EDIT: I've updated the diagram and the question, to be more precise To better explain my situation, here is a little diagram: I'm trying to have "PC…
Doubidou
  • 131
  • 5
0
votes
0 answers

ifconfig displays public IP address

I've logged via ssh to remote host. When I type ifconfig output contains: ens160: flags=4163 mtu 1500 inet 106.120.101.39 netmask 255.255.255.128 broadcast 106.120.101.127 IP address 106.120.101.39 does…
k13i
  • 113
  • 1
  • 4
0
votes
1 answer

IPMI Private Network

We have just started to install new hardware in preparation for MS launching Server 2016. This is my first encounter with IPMI. Having noted some to the warnings relating to security I did restrict the IP addresses that could connect (IPMI is…
gchq
  • 363
  • 1
  • 4
  • 15
0
votes
1 answer

XenServer - VMs to access Internet, but should not be visible from the Internet

I have installed XenServer on my server at the Hetzner datacenter. I have bought an additional /29 subnet containing 6 usable IP addresses from them. I want to install more than 10 VMs on this server. All VMs should be able to access the Internet.…
Anjan
  • 307
  • 1
  • 2
  • 14
0
votes
2 answers

Find Public IP Address through a Private IP Address

I have a application server (LAMP Stack) access. But php application connect to mysql from another db server. I have only private IP for this DB Server. Is their are any way to know public IP Address for this private IP address. As this server is…
kuldeep.kamboj
  • 183
  • 1
  • 2
  • 9
0
votes
3 answers

Connect Server to multiple Networks

I have a server that I'm trying to connect to multiple network ranges (172.x.xx, 10.x.x.x). I'm not really concerned with Domain issues I just want to be able to access my storage / management network and my public facing network from one spot. …