Added configurations for main-site linux host and off-site linux host

Added GNS3 example topology image
This commit is contained in:
2026-01-13 13:47:34 -05:00
parent a8b2a4decc
commit 2686eae4ab
13 changed files with 141 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# /etc/dhcp/dhcpd.conf
subnet 200.1.0.0 netmask 255.255.0.0 {
range 200.1.1.1 200.1.1.254;
option routers 200.1.0.1;
option broadcast-address 200.1.255.255;
default-lease-time 600;
max-lease-time 7200;
}