Added static IP instructions to read me #32
1 changed files with 23 additions and 0 deletions
23
README.md
23
README.md
|
@ -170,6 +170,29 @@ 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.
|
||||
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.
|
||||
_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.
|
||||
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:**
|
||||
|
||||
# Troubleshooting
|
||||
|
||||
## Logging
|
||||
|
|
Loading…
Reference in a new issue