From 0a66d9715143e83fe1eb2d5f6b43edf4ea2f5944 Mon Sep 17 00:00:00 2001 From: John Gaunt Date: Tue, 30 Nov 2021 20:03:13 -0500 Subject: [PATCH] added words to replace variable sections --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8199256..0fb4b7a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ My setup is the master router is physical hardware while the backup is a VM on a These scripts will set the WAN to DHCP and grab the IP, subnet, and gateway from it. From there is will set the WAN back to a static private IP, setup the CARP VIP WAN to the DHCP IP/subnet, and setup the gateway. Then once the config is copied to the backup router, the script there will update the gateway with the new address from the CARP VIP WAN description if it is different. # Master Router -The opnsense-carp-dhcp-master.php should be saved to `/usr/local/etc/rc.syshook.d/start/20-opnsense-carp-dhcp-master` and made executable. +The opnsense-carp-dhcp-master.php should be saved to `/usr/local/etc/rc.syshook.d/start/20-opnsense-carp-dhcp-master` and made executable. Please replace the varaibles with your own values. # Backup Router -The opnsense-carp-dhcp-backup.php should be saved to `/usr/local/etc/rc.syshook.d/config/20-opnsense-carp-dhcp-master` and made executable. This will update the gateway IP after the config is updated. \ No newline at end of file +The opnsense-carp-dhcp-backup.php should be saved to `/usr/local/etc/rc.syshook.d/config/20-opnsense-carp-dhcp-master` and made executable. This will update the gateway IP after the config is updated. Please replace the varaibles with your own values. \ No newline at end of file