|
|
[This is a repost, but I never saw my message on the list. Sorry if
duplicate.]
Is it possible to have OpenVpn use only one ip per client instead of
four as it is now?
I see that VTun sets up things like this:
133: tun0: <POINTOPOINT,MULTICAST,NOARP,UP> mtu 1450 qdisc pfifo_fast qlen 10
link/ppp
inet 172.16.31.1 peer 172.16.31.6/32 scope global tun0
134: tun1: <POINTOPOINT,MULTICAST,NOARP,UP> mtu 1450 qdisc pfifo_fast qlen 10
link/ppp
inet 172.16.31.1 peer 172.16.31.4/32 scope global tun1
ip rou sh
172.16.31.6 dev tun0 proto kernel scope link src 172.16.31.1
172.16.31.4 dev tun1 proto kernel scope link src 172.16.31.1
same ip used on all tun interfaces, static route to client.
Or would this be a Unix (Linux) only feature?
This way it coule be easy just to set 172.16.0.1/24 as the ip on the
tun interfaces and just pick the next avaliable ip from the net when
clients connect.
--
Lgb
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Openvpn-users mailing list
Openvpn-users@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/openvpn-users
Warning: require_once(../../../archive_common.php) [function.require-once]: failed to open stream: No such file or directory in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2005-01/msg00368.html on line 211
Fatal error: require_once() [function.require]: Failed opening required '../../../archive_common.php' (include_path='/usr/local/lib/php') in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2005-01/msg00368.html on line 211
|