Results 1 to 4 of 4
eth0(lan_interface) IP: 192.168.0.1
eth1(internet_Interface) IP: 192.168.1.1
this machine is a gateway for the lan, running iptables and squid.
the problem is that 90% of the lan is Windows XP, and ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-25-2008 #1Linux Newbie
- Join Date
- Feb 2007
- Posts
- 248
block unwanted traffic to internet via IPTABLES - help
eth0(lan_interface) IP: 192.168.0.1
eth1(internet_Interface) IP: 192.168.1.1
this machine is a gateway for the lan, running iptables and squid.
the problem is that 90% of the lan is Windows XP, and we dont have a good Anti-virus installed on all of our windows XP machines.
These Windows XP machines does Broadcast due to viruses and Trojans, and consumes almost 80% of our internet bandwidth.
please share if there is/are any iptables rule(s) that can stop these unwanted traffic to internet.
our users are allowed to connect almost every thing e.g msn/yahoo/skype messengers, webcam, outlook(smtp/pop).
I am also attaching the iptables script we used on this gateway, for the kind consideration of you GURUS. I am not a IPTABLES master, I have download this attached iptables script from internet.
Please help me.
Regards
- 03-25-2008 #2Just Joined!
- Join Date
- Sep 2006
- Posts
- 12
Firestarter is a somewhat easier to handle front-end for IPtables.
On the XP machines install Avast free antivirus and Comodo-firewall, also free together this gives you fairly secure XP systems. Comodo has more free antimalware programms.
- 03-26-2008 #3
At the beginning of your input rules add this:
This will block all BroadcastsCode:iptables -A INPUT -d 255.255.255.255 -j DROP
You would be very wise to install virus software on your windows boxes.
- 03-29-2008 #4Linux Newbie
- Join Date
- Feb 2007
- Posts
- 248
nice help Dear janvyl and lazydog for superb help.


Reply With Quote
