--- page_title: "Public Networks - Networking" sidebar_current: "networking-public" --- # Public Networks **Network identifier: `public_network`** Public networks are less private than private networks, and the exact meaning actually varies from [provider to provider](/v2/providers/index.html), hence the ambiguous definition. The idea is that while [private networks](/v2/networking/private_network.html) should never allow the general public access to your machine, public networks can.
Confused? We kind of are, too. It is likely that
public networks will be replaced by :bridged
in a
future release, since that is in general what should be done with
public networks, and providers that don't support bridging generally
don't have any other features that map to public networks either.
Warning! Vagrant boxes are insecure by default and by design, featuring public passwords, insecure keypairs for SSH access, and potentially allow root access over SSH. With these known credentials, your box is easily accessible by anyone on your network. Before configuring Vagrant to use a public network, consider all potential security implications and review the default box configuration to identify potential security risks.