iptables - what is this "service" ?
hi !
i'm fighting around with iptables building a firewall-script for learning
DENY IN=eth0 OUT= MAC= SRC=192.168.178.1 DST=192.168.178.55 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=1564 DF PROTO=TCP SPT=4980 DPT=14013 WINDOW=5840 RES=0x00 SYN URGP=0
SRC is the "fritzbox 7140's" Lan interface"
DST is the the "kubuntu" client i got the logmessage from. It's the "exposed host" so any query to my internet-ip is forwarded to the DST-host.
but what would it want from my computer ? / which service could that be ?
thank you
|