Results 1 to 7 of 7
hi all
I use fwbuilder to create my iptables-rule-set on my debian box. Now, in my network, there are more machines with windows installed, and they send a lot of ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-09-2007 #1Just Joined!
- Join Date
- Aug 2007
- Posts
- 28
deny broadcast on *.*.*.255
hi all
I use fwbuilder to create my iptables-rule-set on my debian box. Now, in my network, there are more machines with windows installed, and they send a lot of broadcast-messages to e.g. 10.0.0.255 to port 137-139. Now, my problem is, I don't want to deny all to 10.0.0.255 and above ports, because sometime I'm in any other networks (=other netaddresses, eg 192.168.1.*) but also with windows-machines.
Is there any way to define something like 0.0.0.255/0.0.0.255 rule? this one don't work.
Thanks for any ideas...
raphael
- 10-10-2007 #2
- 10-10-2007 #3
Well if you are never going to use Samba then you could just block those ports.
- 10-10-2007 #4Just Joined!
- Join Date
- Oct 2007
- Location
- Pennsylvania
- Posts
- 31
raphi078,
Lazydog is right, if your not using this linux box as a gateway, and all traffic is sourced from the local box then....
--A RH-Firewall-1-INPUT -i eth0 -p tcp -m tcp --dport 135:139 -j DROP
Bitstreamer
- 10-12-2007 #5
- 10-12-2007 #6Just Joined!
- Join Date
- Oct 2007
- Location
- Pennsylvania
- Posts
- 31
Redhat
Lazydog,
I'm not using Redhat, I'm using CentOS.
Seriously, my bad! Hope he got the point though.
Bitstreamer
- 10-14-2007 #7
Cool, a fellow CentOS user!!


Reply With Quote

