yes you can do so if you are using openvpn goto
cd /etc/openvpn
mkdir /etc/openvpn/ccd
let suppose you have created a certificate for your client named 'mypc'.
you have to make a file in /etc/openvpn/ccd/mypc and push the fixed ip's like ipconfig-push 172.168.1.1 172.168.1.2
here 172.168.1.1 is the ip of you client machine and 172.168.1.2 is the server ip address which you have assigned in fixed manner.
now you have change in the /etc/openvpn/server.conf file and type the parameter ccd-exclusive which will only allow those ip addresses which are in the ccd directory (client configuration directory)
if you have any further issue do comment on this and let me know how did this answer help. :)