[Solved] Changing the server's tunnel address
Posted: Thu Jan 23, 2014 4:17 pm
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
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