From 702fbc0792ac948374379419790ff870095fa591 Mon Sep 17 00:00:00 2001 From: Matthew Campbell <31420840+MatthewGCampbell@users.noreply.github.com> Date: Mon, 28 Sep 2020 10:55:20 -0400 Subject: [PATCH 01/28] Update README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 1054adf..361ba32 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,23 @@ If you have additional LAN interfaces repeat these steps for each interface. That's it! Now your clients should be receiving public IPv6 addresses via DHCP6. +# Static IP block configuration +Choose which Method is the best for you. + +1:1 Nat: +1. Navigate to Interfaces > WAN and scroll down to Alias IPv4 address. +2. In the Alias IPv4 address box enter the RG IP (One past your last IP) + Example: if you have 34.22.45.10/29 the RG IP would be one past your last + IP (34.22.45.15) so it would be (34.22.45.16). +3. Navigate to Firewall > NAT > 1:1. +4. Create a new 1:1 NAT rule with the following values. + 1. Interface: WAN + 2. External Network: your desired usable static IP + 3. Internal IP: (Single Host or Network) IP of the LAN host or network that + you want to have the static IP. + 4. Make sure you set the submask accordingly (single devices use /32) a /32 + only gives you one address. + # Troubleshooting ## Logging -- 2.45.2 From 980312856b9d2914d5ac16c05ae3071b59132ae4 Mon Sep 17 00:00:00 2001 From: Matthew Campbell <31420840+MatthewGCampbell@users.noreply.github.com> Date: Mon, 28 Sep 2020 11:08:12 -0400 Subject: [PATCH 02/28] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 361ba32..b938404 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,7 @@ That's it! Now your clients should be receiving public IPv6 addresses via DHCP6. Choose which Method is the best for you. 1:1 Nat: + 1. Navigate to Interfaces > WAN and scroll down to Alias IPv4 address. 2. In the Alias IPv4 address box enter the RG IP (One past your last IP) Example: if you have 34.22.45.10/29 the RG IP would be one past your last @@ -186,7 +187,7 @@ Choose which Method is the best for you. you want to have the static IP. 4. Make sure you set the submask accordingly (single devices use /32) a /32 only gives you one address. - + # Troubleshooting ## Logging -- 2.45.2 From 8953f0650758887fd0c78e47c8506984ba1844d0 Mon Sep 17 00:00:00 2001 From: Matthew Campbell <31420840+MatthewGCampbell@users.noreply.github.com> Date: Mon, 28 Sep 2020 11:12:11 -0400 Subject: [PATCH 03/28] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b938404..f0dcf44 100644 --- a/README.md +++ b/README.md @@ -181,11 +181,11 @@ Choose which Method is the best for you. IP (34.22.45.15) so it would be (34.22.45.16). 3. Navigate to Firewall > NAT > 1:1. 4. Create a new 1:1 NAT rule with the following values. - 1. Interface: WAN - 2. External Network: your desired usable static IP - 3. Internal IP: (Single Host or Network) IP of the LAN host or network that + a. Interface: WAN + b. External Network: your desired usable static IP + c. Internal IP: (Single Host or Network) IP of the LAN host or network that you want to have the static IP. - 4. Make sure you set the submask accordingly (single devices use /32) a /32 + d. Make sure you set the submask accordingly (single devices use /32) a /32 only gives you one address. # Troubleshooting -- 2.45.2 From 6a551c6143994ebc1a7884c61b63e8c5773a1ebe Mon Sep 17 00:00:00 2001 From: Matthew Campbell <31420840+MatthewGCampbell@users.noreply.github.com> Date: Mon, 28 Sep 2020 11:15:23 -0400 Subject: [PATCH 04/28] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f0dcf44..4e1b99f 100644 --- a/README.md +++ b/README.md @@ -181,11 +181,11 @@ Choose which Method is the best for you. IP (34.22.45.15) so it would be (34.22.45.16). 3. Navigate to Firewall > NAT > 1:1. 4. Create a new 1:1 NAT rule with the following values. - a. Interface: WAN - b. External Network: your desired usable static IP - c. Internal IP: (Single Host or Network) IP of the LAN host or network that + 1. Interface: WAN + 1. External Network: your desired usable static IP + 1. Internal IP: (Single Host or Network) IP of the LAN host or network that you want to have the static IP. - d. Make sure you set the submask accordingly (single devices use /32) a /32 + 1. Make sure you set the submask accordingly (single devices use /32) a /32 only gives you one address. # Troubleshooting -- 2.45.2 From daedf260005a8b7a070264068cb1913b349697f8 Mon Sep 17 00:00:00 2001 From: Matthew Campbell <31420840+MatthewGCampbell@users.noreply.github.com> Date: Mon, 28 Sep 2020 11:23:44 -0400 Subject: [PATCH 05/28] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4e1b99f..acddda1 100644 --- a/README.md +++ b/README.md @@ -176,16 +176,16 @@ Choose which Method is the best for you. 1:1 Nat: 1. Navigate to Interfaces > WAN and scroll down to Alias IPv4 address. -2. In the Alias IPv4 address box enter the RG IP (One past your last IP) +1. In the Alias IPv4 address box enter the RG IP (One past your last IP) Example: if you have 34.22.45.10/29 the RG IP would be one past your last IP (34.22.45.15) so it would be (34.22.45.16). -3. Navigate to Firewall > NAT > 1:1. -4. Create a new 1:1 NAT rule with the following values. - 1. Interface: WAN - 1. External Network: your desired usable static IP - 1. Internal IP: (Single Host or Network) IP of the LAN host or network that +1. Navigate to Firewall > NAT > 1:1. +1. Create a new 1:1 NAT rule with the following values. + 2. Interface: WAN + 2. External Network: your desired usable static IP + 2. Internal IP: (Single Host or Network) IP of the LAN host or network that you want to have the static IP. - 1. Make sure you set the submask accordingly (single devices use /32) a /32 + 2. Make sure you set the submask accordingly (single devices use /32) a /32 only gives you one address. # Troubleshooting -- 2.45.2 From c6515266fc7898cdf4e8be0246ed10175db9939d Mon Sep 17 00:00:00 2001 From: Matthew Campbell <31420840+MatthewGCampbell@users.noreply.github.com> Date: Mon, 28 Sep 2020 11:25:42 -0400 Subject: [PATCH 06/28] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index acddda1..a1afdcf 100644 --- a/README.md +++ b/README.md @@ -179,13 +179,13 @@ Choose which Method is the best for you. 1. In the Alias IPv4 address box enter the RG IP (One past your last IP) Example: if you have 34.22.45.10/29 the RG IP would be one past your last IP (34.22.45.15) so it would be (34.22.45.16). -1. Navigate to Firewall > NAT > 1:1. +1. Navigate to 'Firewall > NAT > 1:1.' 1. Create a new 1:1 NAT rule with the following values. - 2. Interface: WAN - 2. External Network: your desired usable static IP - 2. Internal IP: (Single Host or Network) IP of the LAN host or network that + 'Interface: WAN' +1. External Network: your desired usable static IP +1. Internal IP: (Single Host or Network) IP of the LAN host or network that you want to have the static IP. - 2. Make sure you set the submask accordingly (single devices use /32) a /32 +1. Make sure you set the submask accordingly (single devices use /32) a /32 only gives you one address. # Troubleshooting -- 2.45.2 From 06d1d1c5e4abec915163aa9c704ee62aaeaeeb84 Mon Sep 17 00:00:00 2001 From: Matthew Campbell <31420840+MatthewGCampbell@users.noreply.github.com> Date: Mon, 28 Sep 2020 11:26:40 -0400 Subject: [PATCH 07/28] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a1afdcf..9eadf4c 100644 --- a/README.md +++ b/README.md @@ -179,9 +179,9 @@ Choose which Method is the best for you. 1. In the Alias IPv4 address box enter the RG IP (One past your last IP) Example: if you have 34.22.45.10/29 the RG IP would be one past your last IP (34.22.45.15) so it would be (34.22.45.16). -1. Navigate to 'Firewall > NAT > 1:1.' +1. Navigate to `Firewall > NAT > 1:1.` 1. Create a new 1:1 NAT rule with the following values. - 'Interface: WAN' + `Interface: WAN` 1. External Network: your desired usable static IP 1. Internal IP: (Single Host or Network) IP of the LAN host or network that you want to have the static IP. -- 2.45.2 From c4d717531614ed49b4f80d964e448a7ed94204d6 Mon Sep 17 00:00:00 2001 From: Matthew Campbell <31420840+MatthewGCampbell@users.noreply.github.com> Date: Mon, 28 Sep 2020 11:30:42 -0400 Subject: [PATCH 08/28] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9eadf4c..2f95349 100644 --- a/README.md +++ b/README.md @@ -177,11 +177,11 @@ Choose which Method is the best for you. 1. Navigate to Interfaces > WAN and scroll down to Alias IPv4 address. 1. In the Alias IPv4 address box enter the RG IP (One past your last IP) - Example: if you have 34.22.45.10/29 the RG IP would be one past your last - IP (34.22.45.15) so it would be (34.22.45.16). -1. Navigate to `Firewall > NAT > 1:1.` + Example: if you have `34.22.45.10/29` the RG IP would be one past your last + IP `(34.22.45.15)` so it would be `(34.22.45.16)`. +1. Navigate to _Firewall > NAT > 1:1._ 1. Create a new 1:1 NAT rule with the following values. - `Interface: WAN` + _Interface: WAN_ 1. External Network: your desired usable static IP 1. Internal IP: (Single Host or Network) IP of the LAN host or network that you want to have the static IP. -- 2.45.2 From d2e05f28fe20ce6c3f8fe5d6bd182ec233b11683 Mon Sep 17 00:00:00 2001 From: Matthew Campbell <31420840+MatthewGCampbell@users.noreply.github.com> Date: Mon, 28 Sep 2020 11:33:52 -0400 Subject: [PATCH 09/28] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2f95349..45abebd 100644 --- a/README.md +++ b/README.md @@ -179,13 +179,13 @@ Choose which Method is the best for you. 1. In the Alias IPv4 address box enter the RG IP (One past your last IP) Example: if you have `34.22.45.10/29` the RG IP would be one past your last IP `(34.22.45.15)` so it would be `(34.22.45.16)`. -1. Navigate to _Firewall > NAT > 1:1._ -1. Create a new 1:1 NAT rule with the following values. +- 1. Navigate to _Firewall > NAT > 1:1._ +- 2. Create a new 1:1 NAT rule with the following values. _Interface: WAN_ -1. External Network: your desired usable static IP -1. Internal IP: (Single Host or Network) IP of the LAN host or network that +- 3. External Network: your desired usable static IP +- 4. Internal IP: (Single Host or Network) IP of the LAN host or network that you want to have the static IP. -1. Make sure you set the submask accordingly (single devices use /32) a /32 +- 5. Make sure you set the submask accordingly (single devices use /32) a /32 only gives you one address. # Troubleshooting -- 2.45.2 From 76887426c34931538f4c3323e70592f19660e123 Mon Sep 17 00:00:00 2001 From: Matthew Campbell <31420840+MatthewGCampbell@users.noreply.github.com> Date: Mon, 28 Sep 2020 11:34:50 -0400 Subject: [PATCH 10/28] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 45abebd..d4d6f82 100644 --- a/README.md +++ b/README.md @@ -179,13 +179,13 @@ Choose which Method is the best for you. 1. In the Alias IPv4 address box enter the RG IP (One past your last IP) Example: if you have `34.22.45.10/29` the RG IP would be one past your last IP `(34.22.45.15)` so it would be `(34.22.45.16)`. -- 1. Navigate to _Firewall > NAT > 1:1._ -- 2. Create a new 1:1 NAT rule with the following values. +- Navigate to _Firewall > NAT > 1:1._ +- Create a new 1:1 NAT rule with the following values. _Interface: WAN_ -- 3. External Network: your desired usable static IP -- 4. Internal IP: (Single Host or Network) IP of the LAN host or network that +- External Network: your desired usable static IP +- Internal IP: (Single Host or Network) IP of the LAN host or network that you want to have the static IP. -- 5. Make sure you set the submask accordingly (single devices use /32) a /32 +- Make sure you set the submask accordingly (single devices use /32) a /32 only gives you one address. # Troubleshooting -- 2.45.2 From c5d4b7612419aff128e49ca8e7e930879ab172e5 Mon Sep 17 00:00:00 2001 From: Matthew Campbell <31420840+MatthewGCampbell@users.noreply.github.com> Date: Mon, 28 Sep 2020 11:36:00 -0400 Subject: [PATCH 11/28] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4d6f82..a69bd69 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ Choose which Method is the best for you. 1. In the Alias IPv4 address box enter the RG IP (One past your last IP) Example: if you have `34.22.45.10/29` the RG IP would be one past your last IP `(34.22.45.15)` so it would be `(34.22.45.16)`. -- Navigate to _Firewall > NAT > 1:1._ +(1. ) Navigate to _Firewall > NAT > 1:1._ - Create a new 1:1 NAT rule with the following values. _Interface: WAN_ - External Network: your desired usable static IP -- 2.45.2 From a8fd80faf783e8acc32f3a8710ad23d6119d04e6 Mon Sep 17 00:00:00 2001 From: Matthew Campbell <31420840+MatthewGCampbell@users.noreply.github.com> Date: Mon, 28 Sep 2020 11:36:21 -0400 Subject: [PATCH 12/28] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a69bd69..d4d6f82 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ Choose which Method is the best for you. 1. In the Alias IPv4 address box enter the RG IP (One past your last IP) Example: if you have `34.22.45.10/29` the RG IP would be one past your last IP `(34.22.45.15)` so it would be `(34.22.45.16)`. -(1. ) Navigate to _Firewall > NAT > 1:1._ +- Navigate to _Firewall > NAT > 1:1._ - Create a new 1:1 NAT rule with the following values. _Interface: WAN_ - External Network: your desired usable static IP -- 2.45.2 From eb0f07e35b29fdfbdccbff517ed0198e2630a777 Mon Sep 17 00:00:00 2001 From: Matthew Campbell <31420840+MatthewGCampbell@users.noreply.github.com> Date: Mon, 28 Sep 2020 11:38:50 -0400 Subject: [PATCH 13/28] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d4d6f82..11852de 100644 --- a/README.md +++ b/README.md @@ -175,11 +175,11 @@ Choose which Method is the best for you. 1:1 Nat: -1. Navigate to Interfaces > WAN and scroll down to Alias IPv4 address. -1. In the Alias IPv4 address box enter the RG IP (One past your last IP) +1. Navigate to _Interfaces > WAN_ and scroll down to Alias IPv4 address. +1. In the _Alias IPv4 address box_ enter the RG IP (One past your last IP) Example: if you have `34.22.45.10/29` the RG IP would be one past your last IP `(34.22.45.15)` so it would be `(34.22.45.16)`. -- Navigate to _Firewall > NAT > 1:1._ +* Navigate to _Firewall > NAT > 1:1._ - Create a new 1:1 NAT rule with the following values. _Interface: WAN_ - External Network: your desired usable static IP -- 2.45.2 From f8a3d4f03dce1a6d7556d066fae2cf88b96aaafb Mon Sep 17 00:00:00 2001 From: Matthew Campbell <31420840+MatthewGCampbell@users.noreply.github.com> Date: Mon, 28 Sep 2020 11:41:00 -0400 Subject: [PATCH 14/28] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 11852de..d6461f3 100644 --- a/README.md +++ b/README.md @@ -179,13 +179,13 @@ Choose which Method is the best for you. 1. In the _Alias IPv4 address box_ enter the RG IP (One past your last IP) Example: if you have `34.22.45.10/29` the RG IP would be one past your last IP `(34.22.45.15)` so it would be `(34.22.45.16)`. -* Navigate to _Firewall > NAT > 1:1._ -- Create a new 1:1 NAT rule with the following values. + - Navigate to _Firewall > NAT > 1:1._ + - Create a new 1:1 NAT rule with the following values. _Interface: WAN_ -- External Network: your desired usable static IP -- Internal IP: (Single Host or Network) IP of the LAN host or network that + - External Network: your desired usable static IP + - Internal IP: (Single Host or Network) IP of the LAN host or network that you want to have the static IP. -- Make sure you set the submask accordingly (single devices use /32) a /32 + - Make sure you set the submask accordingly (single devices use /32) a /32 only gives you one address. # Troubleshooting -- 2.45.2 From 73663e9418f207acd2b74862b784898cc9bdb31a Mon Sep 17 00:00:00 2001 From: Matthew Campbell <31420840+MatthewGCampbell@users.noreply.github.com> Date: Mon, 28 Sep 2020 11:41:32 -0400 Subject: [PATCH 15/28] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6461f3..7980f87 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ Choose which Method is the best for you. 1. In the _Alias IPv4 address box_ enter the RG IP (One past your last IP) Example: if you have `34.22.45.10/29` the RG IP would be one past your last IP `(34.22.45.15)` so it would be `(34.22.45.16)`. - - Navigate to _Firewall > NAT > 1:1._ +1. Navigate to _Firewall > NAT > 1:1._ - Create a new 1:1 NAT rule with the following values. _Interface: WAN_ - External Network: your desired usable static IP -- 2.45.2 From fe0895041dfbea72abae53f14788028f27cf8bdb Mon Sep 17 00:00:00 2001 From: Matthew Campbell <31420840+MatthewGCampbell@users.noreply.github.com> Date: Mon, 28 Sep 2020 11:44:56 -0400 Subject: [PATCH 16/28] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7980f87..367056a 100644 --- a/README.md +++ b/README.md @@ -180,12 +180,12 @@ Choose which Method is the best for you. Example: if you have `34.22.45.10/29` the RG IP would be one past your last IP `(34.22.45.15)` so it would be `(34.22.45.16)`. 1. Navigate to _Firewall > NAT > 1:1._ - - Create a new 1:1 NAT rule with the following values. + 2. Create a new 1:1 NAT rule with the following values. _Interface: WAN_ - - External Network: your desired usable static IP - - Internal IP: (Single Host or Network) IP of the LAN host or network that + 3. _External Network:_ your desired usable static IP + 4. _Internal IP:_ (Single Host or Network) IP of the LAN host or network that you want to have the static IP. - - Make sure you set the submask accordingly (single devices use /32) a /32 + 5. Make sure you set the submask accordingly (single devices use /32) a /32 only gives you one address. # Troubleshooting -- 2.45.2 From 957b531100d042b1ac843132141f296dbc3e1741 Mon Sep 17 00:00:00 2001 From: Matthew Campbell <31420840+MatthewGCampbell@users.noreply.github.com> Date: Mon, 28 Sep 2020 11:45:47 -0400 Subject: [PATCH 17/28] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 367056a..4949eaa 100644 --- a/README.md +++ b/README.md @@ -187,6 +187,10 @@ Choose which Method is the best for you. you want to have the static IP. 5. Make sure you set the submask accordingly (single devices use /32) a /32 only gives you one address. + 1. A numbered list + 1. A nested numbered list + 2. Which is numbered + 2. Which is numbered # Troubleshooting -- 2.45.2 From 1f7fbdf634544d0da1599cb0a5739863322894b6 Mon Sep 17 00:00:00 2001 From: Matthew Campbell <31420840+MatthewGCampbell@users.noreply.github.com> Date: Mon, 28 Sep 2020 11:47:53 -0400 Subject: [PATCH 18/28] Update README.md --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4949eaa..96c1af1 100644 --- a/README.md +++ b/README.md @@ -180,17 +180,13 @@ Choose which Method is the best for you. Example: if you have `34.22.45.10/29` the RG IP would be one past your last IP `(34.22.45.15)` so it would be `(34.22.45.16)`. 1. Navigate to _Firewall > NAT > 1:1._ - 2. Create a new 1:1 NAT rule with the following values. + 1. Create a new 1:1 NAT rule with the following values. _Interface: WAN_ - 3. _External Network:_ your desired usable static IP - 4. _Internal IP:_ (Single Host or Network) IP of the LAN host or network that + 2. _External Network:_ your desired usable static IP + 3. _Internal IP:_ (Single Host or Network) IP of the LAN host or network that you want to have the static IP. - 5. Make sure you set the submask accordingly (single devices use /32) a /32 +2. Make sure you set the submask accordingly (single devices use /32) a /32 only gives you one address. - 1. A numbered list - 1. A nested numbered list - 2. Which is numbered - 2. Which is numbered # Troubleshooting -- 2.45.2 From d9b1ed3b16fe3fbd775c0e4bc09d34086d2f7f57 Mon Sep 17 00:00:00 2001 From: Matthew Campbell <31420840+MatthewGCampbell@users.noreply.github.com> Date: Mon, 28 Sep 2020 11:51:40 -0400 Subject: [PATCH 19/28] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 96c1af1..79cc939 100644 --- a/README.md +++ b/README.md @@ -187,7 +187,10 @@ Choose which Method is the best for you. you want to have the static IP. 2. Make sure you set the submask accordingly (single devices use /32) a /32 only gives you one address. - + 1. A numbered list + 1. A nested numbered list + 2. Which is numbered + 2. Which is numbered # Troubleshooting ## Logging -- 2.45.2 From 18a6fb934c17039eba58c4720b1b1e13c0cbc15c Mon Sep 17 00:00:00 2001 From: Matthew Campbell <31420840+MatthewGCampbell@users.noreply.github.com> Date: Mon, 28 Sep 2020 11:53:01 -0400 Subject: [PATCH 20/28] Update README.md --- README.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 79cc939..f9d6cb4 100644 --- a/README.md +++ b/README.md @@ -179,18 +179,15 @@ Choose which Method is the best for you. 1. In the _Alias IPv4 address box_ enter the RG IP (One past your last IP) Example: if you have `34.22.45.10/29` the RG IP would be one past your last IP `(34.22.45.15)` so it would be `(34.22.45.16)`. -1. Navigate to _Firewall > NAT > 1:1._ - 1. Create a new 1:1 NAT rule with the following values. + 1. Navigate to _Firewall > NAT > 1:1._ + 1. Create a new 1:1 NAT rule with the following values. _Interface: WAN_ - 2. _External Network:_ your desired usable static IP - 3. _Internal IP:_ (Single Host or Network) IP of the LAN host or network that + 2. _External Network:_ your desired usable static IP + 3. _Internal IP:_ (Single Host or Network) IP of the LAN host or network that you want to have the static IP. -2. Make sure you set the submask accordingly (single devices use /32) a /32 + 2. Make sure you set the submask accordingly (single devices use /32) a /32 only gives you one address. - 1. A numbered list - 1. A nested numbered list - 2. Which is numbered - 2. Which is numbered + # Troubleshooting ## Logging -- 2.45.2 From 6c0e82b984d0e17e57929129933589e472f79437 Mon Sep 17 00:00:00 2001 From: Matthew Campbell <31420840+MatthewGCampbell@users.noreply.github.com> Date: Mon, 28 Sep 2020 11:53:38 -0400 Subject: [PATCH 21/28] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9d6cb4..4088303 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ Choose which Method is the best for you. 1. In the _Alias IPv4 address box_ enter the RG IP (One past your last IP) Example: if you have `34.22.45.10/29` the RG IP would be one past your last IP `(34.22.45.15)` so it would be `(34.22.45.16)`. - 1. Navigate to _Firewall > NAT > 1:1._ + 1. Navigate to _Firewall > NAT > 1:1._ 1. Create a new 1:1 NAT rule with the following values. _Interface: WAN_ 2. _External Network:_ your desired usable static IP @@ -187,7 +187,7 @@ Choose which Method is the best for you. you want to have the static IP. 2. Make sure you set the submask accordingly (single devices use /32) a /32 only gives you one address. - + # Troubleshooting ## Logging -- 2.45.2 From d15c4142834ec36fe587c8b53176c1975a3533a1 Mon Sep 17 00:00:00 2001 From: Matthew Campbell <31420840+MatthewGCampbell@users.noreply.github.com> Date: Mon, 28 Sep 2020 11:57:29 -0400 Subject: [PATCH 22/28] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4088303..1a2239a 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,7 @@ That's it! Now your clients should be receiving public IPv6 addresses via DHCP6. # Static IP block configuration Choose which Method is the best for you. -1:1 Nat: +## 1:1 Nat: ## 1. Navigate to _Interfaces > WAN_ and scroll down to Alias IPv4 address. 1. In the _Alias IPv4 address box_ enter the RG IP (One past your last IP) @@ -187,6 +187,7 @@ Choose which Method is the best for you. you want to have the static IP. 2. Make sure you set the submask accordingly (single devices use /32) a /32 only gives you one address. +## Completely Bypassing the NAT and giving the device the static IP ## # Troubleshooting -- 2.45.2 From e209785705a2eb29121398caebafa6bac6247daf Mon Sep 17 00:00:00 2001 From: Matthew Campbell <31420840+MatthewGCampbell@users.noreply.github.com> Date: Mon, 28 Sep 2020 11:58:56 -0400 Subject: [PATCH 23/28] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1a2239a..4d55cbe 100644 --- a/README.md +++ b/README.md @@ -187,8 +187,8 @@ Choose which Method is the best for you. you want to have the static IP. 2. Make sure you set the submask accordingly (single devices use /32) a /32 only gives you one address. -## Completely Bypassing the NAT and giving the device the static IP ## - +## ~~Completely Bypassing the NAT and giving the device the static IP:~~ ## +### In Progress ### # Troubleshooting ## Logging -- 2.45.2 From 8950642cd5898eb21ed6c6b27a83402fc105ff71 Mon Sep 17 00:00:00 2001 From: Matthew Campbell <31420840+MatthewGCampbell@users.noreply.github.com> Date: Mon, 28 Sep 2020 12:00:51 -0400 Subject: [PATCH 24/28] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4d55cbe..44ac9ed 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,9 @@ Choose which Method is the best for you. 2. Make sure you set the submask accordingly (single devices use /32) a /32 only gives you one address. ## ~~Completely Bypassing the NAT and giving the device the static IP:~~ ## +*** Should only be used if you know what you are doing *** +1. **If you pfsense has multiple interfaces:** + ### In Progress ### # Troubleshooting -- 2.45.2 From 14bec1d8e94f51fc63ea416d32e7744361905005 Mon Sep 17 00:00:00 2001 From: Matthew Campbell <31420840+MatthewGCampbell@users.noreply.github.com> Date: Mon, 28 Sep 2020 12:01:39 -0400 Subject: [PATCH 25/28] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44ac9ed..8f5cd72 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,7 @@ Choose which Method is the best for you. 2. Make sure you set the submask accordingly (single devices use /32) a /32 only gives you one address. ## ~~Completely Bypassing the NAT and giving the device the static IP:~~ ## -*** Should only be used if you know what you are doing *** +__Should only be used if you know what you are doing__ 1. **If you pfsense has multiple interfaces:** ### In Progress ### -- 2.45.2 From 5e4c1f3e5f07bd6b2763e25e13b990a93413ae0f Mon Sep 17 00:00:00 2001 From: Matthew Campbell <31420840+MatthewGCampbell@users.noreply.github.com> Date: Mon, 28 Sep 2020 12:02:40 -0400 Subject: [PATCH 26/28] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f5cd72..d75985d 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,9 @@ Choose which Method is the best for you. 2. Make sure you set the submask accordingly (single devices use /32) a /32 only gives you one address. ## ~~Completely Bypassing the NAT and giving the device the static IP:~~ ## -__Should only be used if you know what you are doing__ + +> __Should only be used if you know what you are doing__ + 1. **If you pfsense has multiple interfaces:** ### In Progress ### -- 2.45.2 From d80ed3928b120fe424629e746fec2a1acbcfca8f Mon Sep 17 00:00:00 2001 From: Matthew Campbell <31420840+MatthewGCampbell@users.noreply.github.com> Date: Mon, 28 Sep 2020 12:15:18 -0400 Subject: [PATCH 27/28] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index d75985d..8b4b2b7 100644 --- a/README.md +++ b/README.md @@ -188,12 +188,11 @@ Choose which Method is the best for you. 2. Make sure you set the submask accordingly (single devices use /32) a /32 only gives you one address. ## ~~Completely Bypassing the NAT and giving the device the static IP:~~ ## - +### In Progress ### > __Should only be used if you know what you are doing__ 1. **If you pfsense has multiple interfaces:** -### In Progress ### # Troubleshooting ## Logging -- 2.45.2 From 16624ed4bdd1672d80e5dc2dd1151babca93939d Mon Sep 17 00:00:00 2001 From: Owen Walpole Date: Sun, 4 Oct 2020 10:03:05 -0500 Subject: [PATCH 28/28] Add info about VLAN Priority Tagging --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1054adf..e85ded5 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ Before continuing to the setup, it's important to understand how this method wor First, let's talk about what happens in the standard setup (without any bypass). At a high level, the following process happens when the gateway boots up: 1. All traffic on the ONT is protected with [802.1/X](https://en.wikipedia.org/wiki/IEEE_802.1X). So in order to talk to anything, the Router Gateway must first perform the [authentication procedure](https://en.wikipedia.org/wiki/IEEE_802.1X#Typical_authentication_progression). This process uses a unique certificate that is hardcoded on your residential gateway. -1. Once the authentication completes, you'll be able to properly "talk" to the outside. But strangely, all of your traffic will need to be tagged with VLAN id 0 before the IP gateway will respond. I believe VLAN0 is an obscure Cisco feature of 802.1Q CoS, but I'm not really sure. -1. Once traffic is tagged with VLAN0, your residential gateway needs to request a public IPv4 address via DHCP. The MAC address in the DHCP request needs to match that of the MAC address that's assigned to your AT&T account. Other than that, there's nothing special about the DCHPv4 handshake. -1. After the DHCP lease is issued, the WAN setup is complete. Your LAN traffic is then NAT'd and routed to the outside. +2. Once the authentication completes, you'll be able to properly "talk" to the outside. However, all of your traffic will need to be tagged with VLAN ID 0 (a.k.a. VLAN Priority Tagging[[1]](https://wikipedia.org/wiki/IEEE_802.1Q#Frame_format)[[2]](https://www.cisco.com/c/en/us/td/docs/switches/connectedgrid/cg-switch-sw-master/software/configuration/guide/vlan0/b_vlan_0.html)) before the IP gateway will respond. +3. Once traffic is tagged with VLAN0, your residential gateway needs to request a public IPv4 address via DHCP. The MAC address in the DHCP request needs to match that of the MAC address that's assigned to your AT&T account. Other than that, there's nothing special about the DCHPv4 handshake. +4. After the DHCP lease is issued, the WAN setup is complete. Your LAN traffic is then NAT'd and routed to the outside. ## Bypass Procedure -- 2.45.2