Questions tagged [private]
47 questions
1
vote
1 answer
Proxy / IP clouds, how do companies acquire them?
I have seen a number of companies providing proxy clouds or IP clouds, whereby each of your web requests ultimately goes out through a random IP/proxy. You send your request to their IP and they forward it out through a random proxy, out of a pool…

Conor
- 23
- 1
- 4
1
vote
2 answers
Should the public website be inside the VPN, with its associated private website?
On the near future I will have a WordPress blog, public and visible to anyone, that has a members area. This members area accesses some private data on a special database with financial data, so this kind of info should only be viewable to customers…

javipas
- 1,332
- 3
- 23
- 38
1
vote
3 answers
Can I point a .org domain name to a private IP address?
I purchased a .org domain from network solutions and I was thinking about using it for a intranet website running IIS6. I don't want this to be a public facing website. How would I set this up?

djshortbus
- 151
- 2
- 6
1
vote
1 answer
What am I doing wrong with private GKEs peering and Cloud NAT?
I am trying to mount the following platform on Google Cloud:
2 private (native) GKE clusters, in 2 different VPCs and to give them access to the internet, each vpc has a Cloud Nat configurated.
What I need is that the 2 GKE clusters interact, but…

figarcia
- 13
- 3
0
votes
1 answer
Is the private key for S/MIME certificates generated on the CA servers or in the browser?
I heard that some certificate authorities generate your private key for S/MIME certificates on their servers.
However, some of them who recommend using Internet Explorer for this purpose, probably, generate the private key directly in your browser…

t7e
- 161
- 1
- 7
0
votes
1 answer
kube-system pods in private GKE cluster can't make internet connections
After migrating all our Kubernetes workloads to private clusters, we've found that the SD metrics explorer is no longer receiving any data. Although we have cloud NAT setup to work with all subnets, pods in kube-system are unable to connect to the…
0
votes
1 answer
Nginx routing https to http uses localport instead of IP Address specified
I have an angular app running in HTTPS and am using nginx as my webserver. I would like to connect to the private IP using HTTP but I get an error that it is not able to connect.
I'v tried changing my nginx.conf file to route to the IP address but…
0
votes
0 answers
Store and read private key securely
i'm wondering what would be the best way to store private key in web server and read it from web apps?
So far the action taken is the directory of private key will deny all access from browser, and the directory files can be read and write by…

Alia Ramli Ramli
- 111
- 1
0
votes
1 answer
Network Passthrough Public->Private
I have done some preliminary research, but can't quite hone in on the same example I'm looking at.
I have two ISP modems - one public and one private. I also have two network subnets (192.168.23.1 and 192.168.1.1). One is used for staff use and the…

Craig
- 141
- 1
- 1
- 10
0
votes
1 answer
Combine multiple root server to private network
we have a 4 root (dedicated) servers (no virtual servers/vservers, full hardware servers with asus mainboards and 6 real Intel cores) running Debian hosted by another company and standing in their location. Each server has its own IPv4 and multiple…

mr.simonski
- 247
- 4
- 13
0
votes
3 answers
How to set up DNS-like access for private IP addresses on a VPN?
It is suggested in this question that it's not a good idea to expose a private IP address via a public DNS entry. My question is then what's an elegant and easily maintainable way to allow multiple users on diverse platforms (Mac/Windows)…

Teflon Ted
- 510
- 2
- 7
- 18
0
votes
2 answers
Web service listen on Public and Private IP address
I'm trying to get some applications of ours to listen on the Public IP address of the server. Due to the complex nature of these systems we cannot change the behavior of the applications or what IP address they are listening on.
Is there a way we…

MagicPepsiCan
- 1
- 2
0
votes
2 answers
How can you set up private nameservers when using AWS Route53 and EC2
In the old days of setting up reseller accounts with shared hosting services like HostGator, it was simple to set up "Private Nameservers" by (after having pointed the DNS entries to the hosting company's DNS servers) going to the registrar and…

rcd
- 121
- 4
0
votes
1 answer
Expose a directory as public but hide another same-level directory
I have a web application that has the following directory structure:
/subdomain_name
/app
/public
This web application is installed for every new user in our VPS. They provide a subdomain name, and then a subdomain is generated, with the…

Emmanuel Figuerola
- 73
- 7
0
votes
3 answers
How can I setup a system for about 20 workstations with centralised MS Outlook
I'll explain our current setup first.
We have about 20 computer users in our current office and have 2 other offices in other cities.
We have one business server at our office which stores company documents learner files etc (training company). To…

Lindsay
- 9
- 1