Joseph Bazeley wrote:
Is there a way to change the default IP address so that it does not end with .1? For instance, I want to use 10.17.26.0/23 as my VPN subnet, but 10.17.26.1 is a router. Is there a variable I can add to server.conf that will allow me to specify that the VPN server runs at 10.17.26.2?
Joe Bazeley
Hi Joe,
It looks like you might want to look into bridging. Here is the example
from the server.conf file. That should get you all set.
# Configure server mode for ethernet bridging.
# You must first use your OS's bridging capability
# to bridge the TAP interface with the ethernet
# NIC interface. Then you must manually set the
# IP/netmask on the bridge interface, here we
# assume 10.8.0.4/255.255.255.0. Finally we
# must set aside an IP range in this subnet
# (start=10.8.0.50 end=10.8.0.100) to allocate
# to connecting clients. Leave this line commented
# out unless you are ethernet bridging.
;server-bridge 10.8.0.4 255.255.255.0 10.8.0.50 10.8.0.100
hth,
jeff
____________________________________________
Openvpn-users mailing list
Openvpn-users@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/openvpn-users
|