Which kind of port blocking are you looking for? Is it physical port or logical port you are meaning? Ie the physical interface or the application port?
ragot
ASKER
hi delmark, its the logical port. i want to block unncessary ports for forest trusting.
Qlemo
Are you using a "permit any-any-any" type of setup? That is, have you defined a policy allowing any traffic? By default all traffic crossing zones (Trust and Untrust) is rejected.
I still have no idea of your config. You can only block traffic crossing zones, because then policies are applied to the traffic. If you want to block traffic from one to another ethernet port in the same zone, you need to use the much more complicated policy-based routing.
Please describe what you want to do, and tell us more about your existing config. Is a VPN involved? Are you crossing zones?
deimark
Not true qlemo. You don't need to use PBR to apply a policy on intrazone traffic. Simply tick the box for "intrazone block" on the zone and then you will need to add specific policies ultimate allow the traffic.
@ ragot. Can you give us a but more info on what you are trying to do her? Please give an example if the policlcies you have already and exactly what you are trying to achieve ie block http from x to y
We can certainly help you here but we need a but more info to advise correctly
i have policies here that allow all, of course that is not secure. now i want to allow only ports use for forest trusting.
thanks for your replies.
ragot
ASKER
@qlemo: yes there is vpn involved. im connected to main office with all traffic allow
Qlemo
Do you use a route based or policy based VPN? Anyway, you will have a policy allowing the VPN traffic?! You can just modify that to allow only some ports: Create custom services containing NetBIOS (135, 137-139, each udp and tcp, and 445/tcp) or use the predefined ones. Than include those as service in your VPN or Permit policy instead of "any".
i saw a guide on how to create custom services, there are fields like :
Source Port : Low and High
Destination Port : Low and High
ICMP : Low and High
from this article : http://support.microsoft.com/kb/179442 there is client and server port. it is the source and destination port field right? but where will i put the port numbers? low or high?