panic.......i just went to the network monitor......network control rules.....and set my trusted zone in..............now BLOCKED................curious though why are the 2 default ones that were there in the first place have to stay under my in and out from my trusted zone....go to the network monitor topic on page 2 now and look at reply 11 and they told me that way was the correct way.................thats why i was confused.......hearing both ways ???even when i went to the help section .....network monitor.....i saw the picture of the network control rules and the trusted zone one....ip in was allowed.....understand why i am messed up

G'day again,
I just re-read your post and used ALL my brain this time. LOL.
I noticed that you said you have changed your network rule for your trusted zone to blocked. Why?
Providing you have defined the zone according to the IP address range used by your PCs, changing this rule to BLOCK will stop the other PCs on your LAN talking to this PC.
Let's go back to step 1.
We'll have to make a few assumptions.
Assume that you have 2 PCs and a router and this constitutes your home LAN.
Your router has an IP address of 192.168.1.1.
Your PCs IP addresses are 192.168.1.2 and 192.168.1.3.
In CPF, you need to define your home LAN as a trusted zone. You need to provide a name for the zone and a start and end address for the devices within the zone. The name can be anything, I usually use "Home LAN". The start address, following the assumptions made above, is 192.168.1.1 and the end address is 192.168.1.255. This allows any device on your network whose IP address starts with 192.168.1 to be treated as within the trusted zone.
The next step is to add a network rule that uses the defined trusted zone. The rule should be;
Allow ..... tcp/udp - in/out ..... zone (your lan) .....zone (your lan) ..... any
This rule tells the firewall to allow tcp and udp packets to be sent to any other PC in the trusted zone and to allow tcp and udp packets to be received from any other PC in the trusted zone.
At this point, all PCs on your home lan should have access to all other PCs on your home lan.
Please note that this rule has NO BEARING WHATSOEVER on a PCs ability to get onto the internet. This is because the rule specifically refers to the trusted zone, and we have set the zone up with an address range of 192.168.1.1 - 255. This address range CANNOT refer to anything on the internet, they are reserved IP addresses for private usage.
The two default rules are what determines your PCs ability to send and receive data from the internet. Notice how they do not include a reference to the zone?
As you have described them,
ip 2....allow.....ip out.....any..........any.......any
ip 3....blocked.....ip in....any.....any......any
"ip2" allows any your PC to send IP data out to ANY address on the internet. As your PC is sending a request to the internet, the firewall WILL accept a response to your request.
"ip3" blocks all IP data received from any address on the internet that IS NOT RECEIVED AS A RESULT OF YOUR PC ASKING FOR THE DATA TO BE SENT.
In a nutshell, three rules are sufficient - allow my lan to talk amongst itself, allow my PC to talk to the internet and block all data from the internet UNLESS I ASKED FOR IT.
Hope this helps,
Ewen :-)