Page 1 of 1

OpenVPN GUI Server IP

Posted: Sat Feb 05, 2011 4:42 am
by DenaliX
Hello,

I have been trying to figure out how to setup my OpenVPN server on the same subnet as my other pcs. Problem is that the OpenVPN server seems to always want the .1 ip address. Currently the server.ovpn file is set with the following information...

server 192.168.10.0 255.255.255.0

With this setting the server runs on ip 192.168.10.1. Is there a way to change that to run the server on a different ip on the same subnet?

Thanks!

Re: OpenVPN GUI Server IP

Posted: Sat Feb 05, 2011 10:39 am
by maikcat
hi there,

what do you want to do exactly..?

seems to me you should try openvpn in bridge mode scenario.

cheers,

michael.

Re: OpenVPN GUI Server IP

Posted: Sat Feb 05, 2011 2:53 pm
by DenaliX
Thanks for the reply!

What I'd like to do is get the computer connected via OpenVPN to be on the same subnet as the other pc's on the network.

With this server setting it seems like the server is always going to take the address 192.168.10.1.

server 192.168.10.0 255.255.255.0

Typically, the router is in the .1 address. I'd like to be able to set the OpenVPN server to an address other than .1

Thanks!