1
General Discussion / Re: implement new network setup, DHCP WAN address with additional static subnet
« on: February 25, 2022, 05:25:24 pm »This already assumes that a subrange like /30 or /29 can be assigned using DHCP. Is that supported by DHCP in the first place ?No, the subnet will not be assigned using DHCP. Only the IP address of the router will be assigned. This IP is not part of the subnet!
It is like this:
Code: [Select]
WAN / Internet
|
| Cable-Provider
|
.-----+-------.
| HFC Modem | (Bridge)
'-----+-------'
|
| WAN
|
.-----+------. <--- IP assigned by ISP/DHCP
| Router |
'-----+------'
|
| Public IP subnet (/29)
|
.-----+----.
| opnSense |
'-----+----'
I want to combine the router and the opnSense in one...