Hi,

First of all thanks for Open VPN. I have installed it and it solves almoast all the problems I had with ipsec for roaming users !


I have discovered some small issues with with openvpn:
1.) ifconfig and route with non root user.
I have worked around thie with sudo by configuring
/configure --prefix=/usr/local/openvpn2 --with-ifconfig-path=/usr/local/openvpn2/bin/ifconfig --with-iproute-path=/usr/local/openvpn2/bin/route

and putting
#!/bin/sh
sudo ifconfig $@

(same for route) into the wrapper scripts defined. Perhaps this would be an issue for the howto / configuration option.

2.)openvpn calls "ifconfig tun0 delete" under openbsd this should be "ifconfig tun0 destroy"

3.) Sving IP addresses (Please correct me if I am wrong with this one)
        the client ist configured

        ifconfig tun0 [local IP]  [local IP + 1 ] .....

        As far as I remember from other tun/tap setups

        ifconfig tun0 [local IP]  [tunnel end IP]  ...

would work as well and save half of the IP addresses used in a pool (this is espcialy good for Officaly Assinged Ip addresses because they may be limited (as in
        my case )) Is there any way to set this up ?





Thanks again

Manon Goo

Attachment: pgpGRiwQShYJM.pgp
Description: PGP signature

Reply via email to