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
  • 2,755
  • 6
  • 24
  • 35
Gill-Bates
  • 489
  • 5
  • 17

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,179
  • 2
  • 28
  • 38