I'm a newbie on network design.. so, today on my small company, I have one hEX (which connect to internet via pppoe) and 2 CapsAC connected on my hEX using CAPSMAN.. I have 3 networks: Principal, Guests and Sales and 2 VLANs Guests and Sales.... each of one of these network has and IP addressed provided by DHCP server on hEX..
Code: Select all
# ADDRESS NETWORK INTERFACE
0 10.0.0.1/24 10.0.0.0 bridge
1 192.168.1.1/24 192.168.1.0 vlan-guests
2 192.168.2.1/24 192.168.2.0 vlan-sales
3 D 1xx.1xx.5xx.1xx/32 1xx.1xx.5xx.2xx pppoe
What I asked to do is: keep the hEX+CAPSMAN only for router and internet connection.. and put everything else on a pfSense server (DNS, DHCP server, DCHPv6 Server etc..)
So, my question is: is this possible? how can I make my hEX to get the IP Address from my pfSense instead of the hEX itself ? since each vlan uses a different addresses?
Other question is: Makes sense to have this design, in terms of backup, stability and processor?
Thanks