From 28c8192f5c79eb0811a9669f13b2181237a6eeb6 Mon Sep 17 00:00:00 2001 From: pablo Date: Tue, 20 Dec 2022 11:13:11 +0000 Subject: [PATCH] add how to set static ip in router --- how_to_set_static_ip_in_lan.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 how_to_set_static_ip_in_lan.md diff --git a/how_to_set_static_ip_in_lan.md b/how_to_set_static_ip_in_lan.md new file mode 100644 index 0000000..e84af3f --- /dev/null +++ b/how_to_set_static_ip_in_lan.md @@ -0,0 +1,9 @@ +# How to set static IP in LAN + +This file explains how to set up a static IP in my home's LAN. + +1. Access the router admin panel. +2. Go to Network > LAN > DHCP Server +3. Look for the machine you want to set up an static IP for and copy the MAC address. +4. Now go to Network > LAN > DHCP Binding and add a new entry +5. Reboot the router for changes to take effect \ No newline at end of file