You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i confirm the problem.
VPN networks have been designed to be connected to VPN nodes and not directly to VPN server.
To fix the problem you have to remove the 'fk_networks_user_id' foreign key from networks table.
You can use the following SQL script:
ALTER TABLE networks
DROP FOREIGN KEY fk_networks_user_id;
ALTER TABLE networks
CHANGE COLUMN user_iduser_id INT(10) UNSIGNED NULL ;
PS: When you create a network, the "Mapped to" field can be left blank.
Hi Alpha
I have a problem when i create a network for use VpnServer mapping. When I make the settings, I always get the following error:
"execute query error: Column 'user_id' cannot be null
I have users,accounts, and VPNs tunels configured OK. What value need the var "mapped_to" ?
A lot of thanks
The text was updated successfully, but these errors were encountered: