EF_PROCESSOR_ENRICH_IPADDR_MAXMIND_GEOIP_ENABLE: "true"
EF_PROCESSOR_ENRICH_IPADDR_MAXMIND_ASN_PATH: /etc/elastiflow/maxmind/GeoLite2-ASN.mmdb
Quote from: viragomann on Today at 10:46:22 AMQuote from: ajr on Today at 09:41:54 AMtcpdump does not show any packets on the WAN interface so I do not know the sender address.Any source address in packets stemming from 127.0.0.0/8 is translated to the CARP VIP on the WAN due to your rule. So it's obvious the you cannot see any IP of this subnet.^^
root@opn1:~ # pfctl -s nat
no nat proto carp all
nat on igb1 inet from ! <opn1_igb1_plus_lo_addr> to any -> 192.168.178.2 port 1024:65535
nat on igb1 inet from <opn1_igb1_plus_lo_addr> to any -> <opn1_igb1_address> port 1024:65535 round-robin
root@opn1:~ # pfctl -T show -t opn1_igb1_address
192.168.178.11
root@opn1:~ # pfctl -T show -t opn1_igb1_plus_lo_addr
127.0.0.0/8
192.168.178.11
192.168.178.11 is the interface address and 192.168.178.2 is the VIP.Quote from: ajr on May 09, 2026, 07:37:28 PM192.168.178.1 is DSL Router.Sounds like a 'NAT behind NAT' setup behind a Fritz!Box Modem/Router ??
3: enp10s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether 24:xx:xx:xx:77:cd brd ff:ff:ff:ff:ff:ff
inet 172.21.30.100/24 brd 172.21.30.255 scope global dynamic noprefixroute enp10s0
valid_lft 77087sec preferred_lft 77087sec
inet6 fd5a:xxxx:xxxx:1003:5dec:dd53:a78e:2964/64 scope global temporary dynamic
valid_lft 86375sec preferred_lft 76947sec
inet6 fd5a:xxxx:xxxx:1003:xxxx:610f:948:xxxx/64 scope global dynamic mngtmpaddr noprefixroute
valid_lft 86375sec preferred_lft 86375sec
inet6 fe80::xxxx:xxxx:xxxx:xxxx/64 scope link noprefixroute
valid_lft forever preferred_lft forever
Quote from: meyergru on Today at 05:08:23 PMEven if it does use privacy extensions, it will most probably have an EUI-64-based management IPv6. I have never seen any client using privacy extensions with no management IP as well. As the name suggests: Those are extensions, which means those addresses are used "on top" of any other assigned IP for outbound connections only.That's how I have always understood the whole Privacy Extension thing to work too, but I never got to use it so far because my last two ISP's didn´t/don't have IPv6 sadly :)
Thus, for addressability, you can always use the management EUI-64 IP.