3
I have dilemma: How it is possible that uTorrent shows on my internal machine with internal IP, that my connection is OK (green check in the bottom right of its window), while I never forwarded any port. I have Linux based PC on the edge of my network, default Kernel, strict iptables rules and never done anything with UPNP or NAT-PMP.
It looks like security vulnerability. I would like to deny such possibility. Thank you very much for help.
Saelic
Interesting... can you post the output of
iptables-save
? – pepoluan – 2014-01-03T15:43:11.520@pepoluan There is really nothing special: INPUT & FORWARD policy set to DROP, simple rules like: -A FORWARD -i eth1 -o eth0 -j ACCEPT and -A FORWARD -i eth0 -o eth1 -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT I'm not novice to iptables, I carefully audited my configuration and still don't know how it is possible. – Mark Saelic – 2014-01-03T16:00:00.153