First of all, I'm totally new to OpenVPN, so bare with me.
I'm using a tunnel from a VPNservice provider and at first I had no problems at all. I connected and got the intended public IP-adress. Now however, I've bought a additional IP-adress to the existing tunnel and as I understand i cant start another VPN-instance, but I have to route the secondary IP-adress from the computer with the openvpn-connection to another computer in my network. So do I have to change anything in my config file to make client "accept" another ip-adress? Currently it looks like this:
Code: Select all
dev tap
remote 88.80.30.7
float 88.80.30.7
port 5180
ifconfig 88.80.28.224 255.255.255.128
route-gateway 88.80.28.129
redirect-gateway def1
secret prq.key
cipher AES-128-CBC
dhcp-option DNS 88.80.8.8
comp-lzo
route-method exe
route-delay 2