I have a machine running Windows XP with 2 ethernet cards to filter the access to all my LAN.
But I got some difficult while configuring the rules.
All the rest of my LAN is filtered by this machine, so the configuration of the network cards are right.
But when I try to add rules to an specific IP, the rules are not applied.
I don't need anything very complicated.
My conf file is something like this:
-f flush
# Permissões
add allow tcp from 192.168.0.135 to any (this one is not working)
add allow udp from 192.168.0.135 to any (this one is not working)
add allow tcp from any to 192.168.15.10
add allow udp from any to 192.168.15.10
add allow tcp from any to 192.168.15.100
add allow udp from any to 192.168.15.100
add allow tcp from any to pop.locaweb.com.br
add allow udp from any to pop.locaweb.com.br
add allow tcp from any to www.locaweb.com.br
add allow udp from any to www.locaweb.com.br
add allow tcp from any to smtp.locaweb.com.br
add allow udp from any to smtp.locaweb.com.br
# Bloqueios
add deny tcp from any to any 443
add deny udp from any to any 443
add deny tcp from any to any 80
add deny udp from any to any 80
===============================
Can someone help me to configure this right?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a machine running Windows XP with 2 ethernet cards to filter the access to all my LAN.
But I got some difficult while configuring the rules.
All the rest of my LAN is filtered by this machine, so the configuration of the network cards are right.
But when I try to add rules to an specific IP, the rules are not applied.
I don't need anything very complicated.
My conf file is something like this:
-f flush
# Permissões
add allow tcp from 192.168.0.135 to any (this one is not working)
add allow udp from 192.168.0.135 to any (this one is not working)
add allow tcp from any to 192.168.15.10
add allow udp from any to 192.168.15.10
add allow tcp from any to 192.168.15.100
add allow udp from any to 192.168.15.100
add allow tcp from any to pop.locaweb.com.br
add allow udp from any to pop.locaweb.com.br
add allow tcp from any to www.locaweb.com.br
add allow udp from any to www.locaweb.com.br
add allow tcp from any to smtp.locaweb.com.br
add allow udp from any to smtp.locaweb.com.br
# Bloqueios
add deny tcp from any to any 443
add deny udp from any to any 443
add deny tcp from any to any 80
add deny udp from any to any 80
===============================
Can someone help me to configure this right?