Hi I'm have problems to add new SSL vpn users in a group. My UTM release is 9.702-1
This thread was automatically locked due to age.
Hi I'm have problems to add new SSL vpn users in a group. My UTM release is 9.702-1
Olá Redes and welcome to the UTM Community!
We haven't seen this issue here before. Please show a full picture of the Edit of your SSL VPN Profile. Also, a picture showing the other Profiles you have set up.
Cheers - Bob
If you have support, open a ticket.
if not, use as root the shell command
echo "options ip_set max_sets=2048" >/etc/modprobe.d/netfilter
and do a reboot
This setting will be removed with next update, so you can create/modify the crontab with
crontab -e
by adding the line
@reboot echo "options ip_set max_sets=2048" >/etc/modprobe.d/netfilter
The default of 1024 in the max sets is too low
Cool, papa_ - definitly adding that to my tip-n-tricks list!
I'm ccerned that no one else has complained about this since a bug was fixed in 9.2. Since he's a newbie, he might be doing something that works well in Cisco but is extremly inefficient with WebAdmin and the configuration daemon.
Cheers - Bob