python-iptables icon indicating copy to clipboard operation
python-iptables copied to clipboard

netstat show there's a raw socket port 255 open

Open chinyu0704 opened this issue 11 months ago • 0 comments

hi, ldx, may i ask why there is a raw socket port 255 open after instantiate the iptc.Table like: filter = iptc.Table('filter') netstat -anp shows: raw 0 0 0.0.0.0:255 0.0.0.0:* 7 112000/python to me, i'm not instantiating the raw table but the filter table, so the raw socket open seems unreasonable to me

chinyu0704 avatar Jan 04 '25 07:01 chinyu0704