Hello,
The server's tunnel address (in tunnel mode) is currently hardcoded to use .1. It looks like there's no way to override this. Notably, client addresses are configurable on the server. Has there been any discussion/thought to allowing the configuration of server's address?
In looking at the code, the ifconfig configuration syntax seems to almost give the desired result, but the configured ifconfig_local address is always overridden in helper.c. I changed this file locally to check for a configured value before doing the overwrite, and got my desired behavior. (I can send a diff to any who are interested.)
Much thanks,
Lou
[Solved] Changing the server's tunnel address
Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech
-
- OpenVpn Newbie
- Posts: 2
- Joined: Thu Jan 23, 2014 4:14 pm
[Solved] Changing the server's tunnel address
Last edited by debbie10t on Thu Feb 13, 2014 6:01 pm, edited 1 time in total.
Reason: [Solved / closed]
Reason: [Solved / closed]
-
- OpenVpn Newbie
- Posts: 2
- Joined: Thu Jan 23, 2014 4:14 pm
Re: Changing the server's tunnel address
Thanks! That did the trick.