0

Do I have to enter the public IP of eth0 as HOME_NET in the suricata.yaml?

vars:
  # more specific is better for alert accuracy and performance
  address-groups:
    HOME_NET: "[192.168.0.0/16,10.0.0.0/8,172.16.0.0/12]"

My understanding is that only private addresses belong in the variable HOME_NET

Paul
  • 3,037
  • 6
  • 27
  • 40
Gill-Bates
  • 585
  • 2
  • 8
  • 23

1 Answers1

1

$HOME_NET is supposed to list the IP addresses of your protected hosts/networks. It doesn't matter if these addresses are private or public.

AlexD
  • 8,747
  • 2
  • 29
  • 38