Forum Moderators: bakedjake
i am only logging for the moment and the first rules are being logged correctly, but i can't manage to log http requests from my own IP
the rule i am testing is:
SOURCE="MY.IP.ADD.RESS"
TESTPORTS="21,80"
iptables -A INPUT -s $SOURCE -p tcp -m multiport --dports $TESTPORTS -j LOG --log-prefix "IPT-DROPTEST"
it logs ftp requests perfectly, but does nothing for http requests?
any suggestions are much appreciated :-)
thanks all!
thanks for the response, but i just realised why - my connection goes through a proxy, so while the IP address for ftp is the actual one for my box, the one i browse with is one of my providers. i just tested with this new IP and everything is logged accordingly.. doh!
this occured to me whilst out walking the dog - moral of story, don't keep hacking on at the same thing, take a break and a bit of fresh air instead! :-)
thanks anyway!