Hello!
I am trying to implement Always ON VPN solution in the lab environment and I am trying to understand on how DHCP IP assignment works for VPN clients. I have two NIC's on VPN server one Internal- 10.33.10.107 and external public facing one- 10.33.11.166. My DHCP server sits on same subnet as internal NIC 10.33.10.26 (DHCP server IP).
Do I need to create a DHCP relay agent for this work? Can anyone explain how DHCP IP assignment will work on this scenario?
How VPN server will understand the DHCP scopes on DHCP server which may have different subnet scopes?
I have tried static IP pool which seems to working fine but DHCP I am trying to see how this work before implement.
Thanks in advance!