[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] IP table question
- Subject: [ale] IP table question
- From: terry at bitlinx.com (Terry Bailey)
- Date: Tue, 12 Sep 2006 11:23:28 -0400
The following line on a web server with IP of 192.168.1.50 allows my
computer with IP of 192.168.1.100 to access the web site of the
server. But it also allows access via https from my computer. I thought
https used another port. Could someone explain this?
iptables -I INPUT -p tcp --dport 80 -s ! 192.168.1.100 -j DROP
The server is running Fedora.
Thanks,
Terry Bailey