• 9 Posts
  • 7 Comments
Joined 10 months ago
cake
Cake day: December 4th, 2023

help-circle






  • Damn

    now that I open few ports 9001

    I see incoming connection that are dropped because they use totally diffrent ports

    drop: IN=eth0 OUT= MAC=aMacadrs SRC=aIP DST=aMyIP LEN=64 TOS=0x00 PREC=0x00 TTL=48 ID=65508 DF PROTO=TCP SPT=443 DPT=50194 WINDOW=501 RES=0x00 ACK URGP=0

    privacy

    I’ve replaced some string with 'aSomething'

    .

    it’s weird in my nftable config file I have

    type filter hook input priority 0; policy drop;
    ct state established,related accept
    

    Any ideas ?