summaryrefslogtreecommitdiff
path: root/3 resources/linux/networking
diff options
context:
space:
mode:
authorJasper Ras <jras@hostnet.nl>2025-01-13 13:16:06 +0100
committerJasper Ras <jras@hostnet.nl>2025-01-13 13:16:06 +0100
commit9232b8d817d4cd4122947375156fa2fa1e9fba14 (patch)
treee4feb77f2e508f008b78f722e91488bb9a3f3806 /3 resources/linux/networking
parented0753ad224f0c65133bd7a63180257eecd9f5e3 (diff)
vault backup: 2025-01-13 13:16:06
Diffstat (limited to '3 resources/linux/networking')
-rw-r--r--3 resources/linux/networking/DHCP.md5
-rw-r--r--3 resources/linux/networking/IP masquerade.md (renamed from 3 resources/linux/networking/ip-masquerade-nat.md)3
-rw-r--r--3 resources/linux/networking/PXE.md (renamed from 3 resources/linux/networking/pxe-boot.md)5
-rw-r--r--3 resources/linux/networking/dhcp.md4
-rw-r--r--3 resources/linux/networking/nbp.md3
-rw-r--r--3 resources/linux/networking/udp.md0
6 files changed, 12 insertions, 8 deletions
diff --git a/3 resources/linux/networking/DHCP.md b/3 resources/linux/networking/DHCP.md
new file mode 100644
index 0000000..e7e8e38
--- /dev/null
+++ b/3 resources/linux/networking/DHCP.md
@@ -0,0 +1,5 @@
+#networking #linux
+
+---
+Dynamic Host Configuration Protocol
+Allows hosts dynamically receive an IP address. \ No newline at end of file
diff --git a/3 resources/linux/networking/ip-masquerade-nat.md b/3 resources/linux/networking/IP masquerade.md
index 8b722f4..2ccc8e6 100644
--- a/3 resources/linux/networking/ip-masquerade-nat.md
+++ b/3 resources/linux/networking/IP masquerade.md
@@ -1,3 +1,6 @@
+#linux #networking
+
+---
A function in the kernel that allows guests with internal/private IPs to access the internet by using the hosts' public IP similar to 1 to many NAT.
Differences with Proxy, IP Masq, NAT:
diff --git a/3 resources/linux/networking/pxe-boot.md b/3 resources/linux/networking/PXE.md
index d532ac3..d5fe4d1 100644
--- a/3 resources/linux/networking/pxe-boot.md
+++ b/3 resources/linux/networking/PXE.md
@@ -1,4 +1,7 @@
-PXE = Preboot Execution Environment.
+#linux #pxe
+
+---
+The NBP is a bootloader that is obtained via the network typically via [[TFTP]]. It handles setting up an environment in which an OS can run or install. For example, it displays a boot menu and downloads the kernel images. It sets up hardware, for example the [[NIC]]s.
PXE boot process:
1. Modified [[DHCP]] request: request to include boot information (PXE boot request).
diff --git a/3 resources/linux/networking/dhcp.md b/3 resources/linux/networking/dhcp.md
deleted file mode 100644
index e426d6f..0000000
--- a/3 resources/linux/networking/dhcp.md
+++ /dev/null
@@ -1,4 +0,0 @@
-Dynamic Host Configuration Protocol
-Allows hosts dynamically receive an IP address.
-
-[[TODO]] learn exactly how it works \ No newline at end of file
diff --git a/3 resources/linux/networking/nbp.md b/3 resources/linux/networking/nbp.md
deleted file mode 100644
index 19676ea..0000000
--- a/3 resources/linux/networking/nbp.md
+++ /dev/null
@@ -1,3 +0,0 @@
-Network Bootstrap Program
-
-Is a bootloader that is obtained via the network typically via [[TFTP]]. It handles setting up an environment in which an OS can run or install. For example, it displays a boot menu and downloads the kernel images. It sets up hardware, for example the [[NIC]]s. \ No newline at end of file
diff --git a/3 resources/linux/networking/udp.md b/3 resources/linux/networking/udp.md
deleted file mode 100644
index e69de29..0000000
--- a/3 resources/linux/networking/udp.md
+++ /dev/null