I need to have a VPN user have a static IP assigned every time they connect.
Everything I am looking up is saying to use: ifconfig-push [static IP] [subnet mask]
My process is:
- Create a new client specific override
- Choose my VPN server
- Enter my user’s common name
- add static IP config in the advanced box. In my case it’s ifconfig-push 10.8.0.20 255.255.255.0
However, whenever I do this I can no longer establish a connection to the VPN server. Is there something else I need to configure in order for this to work?