Results 1 to 4 of 4
hello everyone
i am using open suse 11 and i installed IPTABLES i want to right IPTABLES instructions that block any web site
i tried this but it doesnt work
...
- 10-08-2008 #1Just Joined!
- Join Date
- Oct 2008
- Posts
- 3
BLOCK any web site ( IPTABLES )
hello everyone
i am using open suse 11 and i installed IPTABLES i want to right IPTABLES instructions that block any web site
i tried this but it doesnt work
iptables -A INPUT -i eth0 -s 69.49.140.245 -j DROP
- 10-08-2008 #2Just Joined!
- Join Date
- Oct 2008
- Posts
- 3
Do u want to block a particular site or all websites ?
if u want to block a particular site then try this ..
# iptables –A INPUT –s <source address> –d <destination address> –p TCP - - dport 8080 -j DROP
- 10-09-2008 #3Just Joined!
- Join Date
- Oct 2008
- Posts
- 3
- 10-23-2009 #4Just Joined!
- Join Date
- Oct 2005
- Posts
- 38
shouldn't matter. the firewall is blocking the external ip address not yours. I could see the destination address being the issue. you could change the destination address to your local host address I spose, 127.0.0.1, assuming this is your pc.
If this is for a network, then you'd need to have your firewall setup beyond your proxy.




