Posted On March 31, 2019

SonicWall: How to Set Internet Restrictions for Specific Computers

kimconnect 0 comments
blog.KimConnect.com >> Networking , Windows >> SonicWall: How to Set Internet Restrictions for Specific Computers
Set their MACs to address .  Then, use firewall rules to restrict outgoing communication:
 
Add user1 and user2 MAC’s as address objects and combine in an object group named “Internet Restricted Computers.”
 
Add *.site1.com and *.site2.com domain names as objects, combine in an object group named “Whitelisted Websites.”
 
Add deny all for user group from LAN > WAN and then add allow whitelisted site group for user group LAN > WAN (whitelist rule higher priority than deny all).

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

How To Change Default Backup Directory of Microsoft SQL Server

Option 1: Use the GUI Run Ssms.exe > login as sa > Right-click SQL Server…

Some Batch Files

REM Date.batset fscfg=m:\mfgsys\fs.cfgm:\fs_apps\setcfg N0 DT_TODAY={TODAY} REM lexp.batfsguiapp.exe -s -cm:\mfgsys\fs.cfg -iAAA{TAB}y2k99{CR}bexe{ESC}exp{CR}exit Rem Invoice_Prints_ZZ1_2_3_.batfsguiapp.exe -cm:\mfgsys\fs.cfg -iZZ1{TAB}pass1{CR}bexe{ESC}zz1{CR}M:\cabsauto\timeout 15fsguiapp.exe…

PowerShell: Enable ISE

Import-Module ServerManager;Add-WindowsFeature PowerShell-ISE