|
|
Den 17. jul 2004, kl. 10:13, skrev sam:
Jon Bendtsen wrote:
Den 17. jul 2004, kl. 9:49, skrev sam:
Jon Bendtsen wrote:
[cut]
make a script that uses
export >> $(tempfile)
and tell openvpn to run it.
JonB
I created a script called get-vars.sh with the following content:
export >> $(tempfile)
but I got the following error when I tried to execute the openvnp
server:
Jul 17 15:48:57 fbsd openvpn[29719]: get-vars.sh tap0 1500 1590
10.8.0.1 255.255.255.0 init
Jul 17 15:48:57 fbsd openvpn[29719]: script failed: could not
execute shell command
Jul 17 15:48:57 fbsd openvpn[29719]: Exiting
Here is the permission of the get-vars.sh file:
# ls -l get-vars.sh
-rw-r-xr-- 1 root wheel 24 Jul 17 15:48 get-vars.sh*
make it executeable for all.
Then try to see if it works
then include it in openvpn
JonB
ok, I make it to nobody:nogroup, it works. But I don't know where it
exports the variables to.
some file in /tmp
run tempfile and see what happens
JonB
____________________________________________
Openvpn-users mailing list
Openvpn-users@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/openvpn-users
|