i have a reverse proxy running in a lxc. (caddy)
i want to block everything to that container except 80 and 443.
i already make that but... i want to log the blocked intent.
and i already do that, but im seeing the broadcast (i suppose) that make the router one per second:
how i can avoid to see that?
i need to permit that? if yes, how?
i want to block everything to that container except 80 and 443.
i already make that but... i want to log the blocked intent.
and i already do that, but im seeing the broadcast (i suppose) that make the router one per second:
Code:
104 4 veth104i0-IN 05/May/2024:19:33:54 -0300 DROP: IN=fwbr104i0 OUT=fwbr104i0 PHYSIN=fwln104i0 PHYSOUT=veth104i0 MAC=ff:ff:ff:ff:ff:ff:30:58:jj:49:55:66:09:00 SRC=192.168.0.1 DST=192.168.0.255 LEN=101 TOS=0x18 PREC=0xA0 TTL=64 ID=5102 DF PROTO=UDP SPT=9431 DPT=9431 LEN=81
how i can avoid to see that?
i need to permit that? if yes, how?
Last edited: