I have a case where I want to limit the internal network IP each user can see.
For Example: Internal Network 192.168.100.0/24
But I want
User 1 only to be able to connect to: 192.168.100.15
User 2 only to be able to connect to: 192.168.100.50
User 3 only to be able to connect to: 192.168.100.84
I do not see a way to set this up in Softether. I know its possible in OpenVPN, but I do not like having to have the external clients.
Limit internal network IP per user
-
- Posts: 551
- Joined: Wed Jul 24, 2013 12:09 pm
Re: Limit internal network IP per user
You may want to use Access control list.
-
- Posts: 2
- Joined: Thu Jul 30, 2015 8:24 pm
Re: Limit internal network IP per user
I do not see a way to tie a user to their unique ACL.
I do not want to limit the outside (Internet) IP they can connect with. I want to limit the IPs they can access once they are logged into the VPN
I do not want to limit the outside (Internet) IP they can connect with. I want to limit the IPs they can access once they are logged into the VPN
-
- Posts: 551
- Joined: Wed Jul 24, 2013 12:09 pm
Re: Limit internal network IP per user
There is priority in the access list.
You may want to use the following priority.
1. Allow access to specific local IP
2. Allow return packets
3. Deny access to all local IP
4. Allow access to all IP
You may want to use the following priority.
1. Allow access to specific local IP
2. Allow return packets
3. Deny access to all local IP
4. Allow access to all IP
-
- Posts: 2458
- Joined: Mon Feb 24, 2014 11:03 am