Koozali.org: home of the SME Server
Obsolete Releases => SME Server 7.x => Topic started by: sqlerror on April 03, 2009, 09:59:51 PM
-
We want to restrict VPN access to certain known ip-adresses, and thus block VPN access from unknown ip-adresses, can this be done?
Sqlerror
-
It's not particularly obvious from http://wiki.contribs.org/DB_Variables_Configuration#Additional_information_on_customizing_iptables, but for remote PPTP users you should be able to do what you want using
config setprop pptpd AllowHosts a.b.c.d
signal-event remoteaccess-update
-
It's not particularly obvious from http://wiki.contribs.org/DB_Variables_Configuration#Additional_information_on_customizing_iptables, but for remote PPTP users you should be able to do what you want usingconfig setprop pptpd AllowHosts a.b.c.d
signal-event remoteaccess-update
Thanks Mmccarn, this is what we needed.
sqlerror