Page 1 of 1

Best method to restrict access to one IP address on LAN side

Posted: Fri Feb 24, 2017 8:16 pm
by bakedalaska
New at using SoftEther - great product.

Using SoftEther to allow remote access to a LAN. Rather than giving the logged in user full access to everything on the network I want to specifically restrict access to 2 IP addresses i.e.

10.0.0.6
10.0.0.56

I understand they will have access to the router 10.0.0.1 and DNS 10.0.0.2 but wonder if I can block everything else bar the 2 above IP addresses.

I assume this is possible and wondered if someone might share the best way of doing this?

Many thanks for reading this post.

Ian

Re: Best method to restrict access to one IP address on LAN

Posted: Fri Feb 24, 2017 8:56 pm
by moatazelmasry
Add your rules to the access list:

Allow destination 10.0.0.6
Allow destination 10.0.0.56
DENY DESTINATION 10.0.0.2/24

Re: Best method to restrict access to one IP address on LAN

Posted: Sat Feb 25, 2017 11:10 pm
by bakedalaska
Thanks for answering my question - I will try this very soon.