3.7.1--> Flashcards
what menu allows you to create basic rules for network traffic generated by a specific program?
windows firewall with advanced security
enables users to assign windows firewall settings based on connection profile, such as the public network profile? (what menu?)
network location awareness.
allows you to create rules based on authentication? menu location?
windows firewall advanced securiy
enables users to assign windows settings based on connection profile, such as the domain network profile? menu location?
network location awareness
what exception in windows firewall allows users to view and control remote desktops?
Remote Assistance
what custom settings should be used on windows firewall advanced security to make it so that private data can not be accessed via the web and transferred outside the private network?
set a new rule so that FTP (File Transfer Protocol) has restrictions so that files can only be accessed by local machines.
if you have 2 computers with static ip’s trying to ping one another and they won’t respond… why is this?
by default ICMPv4 traffic is blocked in windows firewall (including pings)
what 2 commands can be used to export a firewall to other systems/,.?
netsh advfirewall and
export F:\wfas_config.wfw
what cmdlet is used to create an inbound/ outbound firewall rule?
New-NetFireWallRule -DisplayName “name here” -direction inbound/outbound -localPort portnumber -Protocol udp/tcp -Action block/allow
what command is used in powershell to display a list of all disabled firewall rules?
get-neetfirewallrule -Enable False