Tag: Firewall

  • Port Forwarding Ubiquiti EdgeRouter X

    Port Forwarding Ubiquiti EdgeRouter X

    Port Forwarding Ubiquiti EdgeRouter X Related Links Firewall/NAT > Port forwarding rules Related Edge Router X – 1 WAN 1 IoT LAN & 3 Protected LANs Setup VLANs on Ubiquiti EdgeRouterX EdgeMax CLI Basics Populate Static MAC to IP Binding on Edge Router X via Command Line IP Tables Essentials dnsmasq Essentials Linux IP Essentials…

  • IP Tables Essentials

    IP Tables Essentials

    IP Tables Essentials Add Masquerade for outbound traffic on eth0 Save IP Tables Rules Install Rules on Boot Related Links Add Masquerade for outbound traffic on eth0 Save IP Tables Rules Install Rules on Boot add above exit 0 Related dnsmasq Essentials Linux IP Essentials Enable IP Forwarding in Linux /etc/ssh/sshd_config Essentials Cisco AnyConnect VPN…

  • UFW Essentials

    UFW Essentials Installing UFW Enable UFW Disable UFW Adding Rules Removing Rules Checking Satus Locations IPv4 IPv6 Related Links Installing UFW sudo apt updatesudo apt install ufw Enable UFW sudo ufw enable Disable UFW sudo ufw disable Adding Rules sudo ufw allow from 10.0.0.0/24 to any port 22:77 proto tcp comment ‘Custom-FROM LAN10’sudo ufw allow…

  • How to turn the Windows Firewall On or Off Via the Command Line.

    How to turn the Windows Firewall On or Off Via the Command Line.

    Via Command.exe Turn Off netsh advfirewall set allprofiles state off Turn On netsh advfirewall set allprofiles state on Via Powershell Turn Off Set-NetFirewallProfile -Profile Domain,Public,Private -Enabled False Turn On Set-NetFirewallProfile -Profile Domain,Public,Private -Enabled True