Favorite Aliases

Started by yourfriendarmando, September 07, 2023, 10:24:51 AM

Previous topic - Next topic
Hi All

Does anyone have any favorite aliases they use frequently with installations?

Here are some of mine:
firewall_forward_service_port
  53
  123

firewall_localhost
  ::1
  127.0.0.1

firewall_mgt_ports
  22
  80
  443
  8022
  8443
 
firewall_vpn_port

incoming_agrp                          (Group different types to allow SSH, VPN access etc.)
  incoming_asn                         (Specify ASNs for cell net, ISP)
  incoming_host                        (Specify DynDNS hosts)
  incoming_nets                       
                                       
incoming_countries_allow               (Useful for a travel plan)
                                       
link_local                             (Caught once crossing interfaces, made a floating rule to prevent this)
  169.254.0.0/16
  fe80::/10
  ff02::/16
 
local_net_agrp                         (Includes ipv6 of your nets to ensure dual allow/block in rules)
  __x_network
  __y_network
  __z_network
  local_net_nets

local_net_nets                         (Local non-routable networks)
  fe80::/10
  10.0.0.0/8
  172.16.0.0/12
  192.168.0.0/16

outgoing_countries_exception_agrp      (Pierce a strict country restriction rule)
  outgoing_countries_exception_asns
  outgoing_countries_exception_hosts
  outgoing_countries_exception_nets

outgoing_countries_exception_asns
  15149
  32934

outgoing_dangerous_countries
outgoing_dangerous_ports               (Useful for blocking links to ports on the internet)
  20:26
  53
  69
  110:111
  123
  135:139
  161:162
  389
  445
  512:514
  873
  1433
  1521
  2049
  3306
  3389
  5000
  5432
  5900:5910
  6379
  6660:6669
  27017:27018


voip_agrp_port                         (Group together various VoIP for high priority rule)
  voip_tmo_port
  voip_zoom_port
  voip_whatsa_port     

voip_tmo_port
  143
  500
  993
  4500
  5061   
 
voip_whatsa_port
  3478
  5222
  40020
  57923

voip_zoom_port
  5091
  3478:3479
  8801:8810