Last active
November 10, 2024 18:59
-
-
Save HorlogeSkynet/d8a9b7ed079eb4e62186057cc92766a7 to your computer and use it in GitHub Desktop.
RFC1918 the hard way : an ongoing list of commonly used private IP networks. Inspired by <https://www.mail-archive.com/frnog@frnog.org/msg76954.html> (french)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# QEMU / Oracle VirtualBox / Slirp4netns | |
## <https://www.qemu.org/docs/master/system/devices/net.html#using-the-user-mode-network-stack> | |
## <https://docs.oracle.com/en/virtualization/virtualbox/7.1/user/networkingdetails.html#network_nat> | |
## <https://github.com/containers/common/blob/1d04efa071b124b40f0e56284e0840b4d9f0690a/docs/containers.conf.5.md#engine-table> | |
10.0.2.0/24 | |
# Rancher cluster | |
## <https://www.rancher.com/docs/rancher/v1.6/en/rancher-services/networking/> | |
10.42.0.0/16 | |
10.43.0.0/16 | |
# Podman default bridge | |
## <https://docs.podman.io/en/latest/markdown/podman-network.1.html#podman-network> | |
10.88.0.0/16 | |
# Kubernetes service and cluster default | |
## <https://networkop.co.uk/post/2020-06-kubernetes-default/> | |
## <https://kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-init/#options> | |
## <https://mvallim.github.io/kubernetes-under-the-hood/documentation/kube-flannel.html#flannel-networking-space> | |
10.96.0.0/12 | |
10.244.0.0/16 | |
# Docker default bridges | |
## <https://docs.docker.com/engine/network/tutorials/standalone/#use-the-default-bridge-network> | |
172.17.0.0/16 | |
172.18.0.0/16 | |
# Apple iOS hotspot | |
## <https://www.redelijkheid.com/blog/2015/7/30/apple-ios-personal-hotspot-annoyances> | |
172.20.10.0/28 | |
# Home | |
192.168.0.0/24 | |
192.168.1.0/24 | |
# Android hotspot (YMMV due to ROM and version) | |
## <https://android.stackexchange.com/questions/46499/how-configure-the-dhcp-settings-of-wifi-tethering-hotspot-on-android> | |
192.168.42.0/24 | |
192.168.43.0/24 | |
192.168.102.0/24 | |
192.168.123.0/24 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment