Questions tagged [private-network]

In the Internet addressing architecture, a private network is a network that uses private IP address space, following the standards set by RFC 1918 for Internet Protocol Version 4 (IPv4), and RFC 4193 for Internet Protocol Version 6 (IPv6).

In the Internet addressing architecture, a private network is a network that uses private IP address space, following the standards set by RFC 1918 for Internet Protocol Version 4 (IPv4), and RFC 4193 for Internet Protocol Version 6 (IPv6).

These addresses are commonly used for home, office, and enterprise local area networks (LANs), when globally routable addresses are not mandatory, or are not available for the intended network applications. Under IPv4, the private IP address spaces were originally defined in an effort to delay IPv4 address exhaustion, but they are also a feature of IPv6, the next generation Internet Protocol.

These addresses are characterized as private because they are not globally delegated, meaning that they are not allocated to any specific organization, and IP packets addressed with them cannot be transmitted through the public Internet. Anyone may use these addresses without approval from a regional Internet registry (RIR). If such a private network needs to connect to the Internet, it must use either a network address translator (NAT) gateway, or a proxy server.

59 questions
4
votes
1 answer

What does selenium chromeDriver's port mean?

When all ports are open, you can use the Selenium ChromeDriver to collect the ports. However, as per company policy, only ports 53,443,80 are open. I can't run it when doing web collection using Selenium ChromeDriver. Checking the execution log, a…
4
votes
3 answers

Run DB migrations on cloud build connecting to cloud sql using private IP

I am trying to setup db migrations for a Nodejs app on cloud build connecting to cloud sql with a private IP via cloud sql proxy. Cloud SQL connection always fail from cloud build. Currently I am running migration manually from a compute engine. I…
4
votes
0 answers

Serve PWA on local network without showing or disabling unsecured connection warning?

Goal serve a PWA (progressive web application) build using Vuetify (VueJS) on a local network without showing or disabling unsafe network warning Setup PWA is built (dist) and ready to deploy The device is serving a shared Wi-Fi network (10.42.0.1…
LinG
  • 307
  • 3
  • 11
4
votes
1 answer

Configuration private network with Vagrant

I'm configuring 3 virtual machines on my desktop with Vagrant. And I want to build cluster with these 3 VMs. And I want to configure the IP of these 3 machines in private network and access each VM in my desktop only. The reason of this…
Jinho Yoo
  • 1,352
  • 5
  • 17
  • 28
3
votes
2 answers

Blocks are not being finalized in a private network

I am following the tutorial on running a basic 2 node private network in substrate. I have used subkey to generate aura and grandpa keys for both of the nodes and added the keys to keystore. I thought I did everything correctly, both of the nodes…
beqaabu
  • 74
  • 1
  • 8
3
votes
1 answer

Hosting github releases on private network

I have couple of NPM packages that requires binary files during it's installing process. (For example, during node-sass installation scripts, the package requires a binary file that could be found on node-sass releases page). My team is working on…
3
votes
1 answer

How can I configure private network in vagrant box

Setup: On my laptop, I have windows 10 pro install. On that, I have installed latest virtualbox 5.1.2, latest vagrant 1.9.1 and latest packer 0.12.1. My laptop is highend and with strong configuration. I am on wifi. Purpose: I want to have three…
2
votes
1 answer

IPFS private network setup not works

I am trying to create a private network of IPFS with two nodes. Each node is an EC2 instance running on AWS. I generated swarm key and configure my node as follow: "API": "/ip4/0.0.0.0/tcp/5001", "Announce": [], "Gateway":…
Louis
  • 21
  • 2
2
votes
1 answer

DSpace: Java mail doesn't work in the company's network

I set up Dspace to send e-mail using my company's e-mail server, DSpace uses javax.mail to do this. When I try send outside of my company's network the e-mail is sent successfully, but in the company's network the email is not sent. Follows the…
Lino
  • 95
  • 7
1
vote
0 answers

If REMOTE_ADDR is 10.0.0.0/8 is the request guaranteed to have come from inside the network?

I am writing a web application using PHP. For a certain endpoint, I want to validate whether the request was sent from inside the network. We use the 10.0.0.0/8 private range internally. Let's say the server is at 10.0.0.10. Let's say…
andrew1601
  • 11
  • 5
1
vote
0 answers

Ethereum private testnet failing due to peers not connecting

The problem I want to create a private Ethereum network, however my two peers refuse to connect. They always fail with the following error: Snapshot extension registration failed peer=af5dfeb7 err="peer connected on snap without compatible eth…
Alex
  • 43
  • 2
  • 7
1
vote
1 answer

Microstack - Cannont access (ping/ssh) launched VMs

I am trying to access some launched VMs without success. I followed this tutorial to create a private network. It is listed below: +--------------------------------------+----------+--------------------------------------+ | ID …
Dalton Cézane
  • 3,672
  • 2
  • 35
  • 60
1
vote
1 answer

IPFS private network connect timeout

I have 2 home PCs with windows 10. I want to create test ipfs private network between 2 nodes. I downloaded go-ipfs. ipfs version 0.6.0 I executed ipfs init ipfs bootstrap rm --all I made swarm.key and added node to config. ipfs bootstrap add…
Alex
  • 77
  • 1
  • 8
1
vote
1 answer

how to use android retrofit2 with nodejs server?

I'm dev-ing using retrofit2 with nodejs server. when I call to node server in android, the log of android show. the request is ended instantly. the result of this address is right. when I go to this address, json result show right. but in android…
1
vote
1 answer

Firebase analytics network connections (url, port, ip addresses)?

Our company will setup mobile devices which use private mobile network (special sim card which blacklist all urls and allow for only specific urls). (Our company has a firewall and it is preventing our enterprise mobile app from sending analytic…
1
2 3 4