First, thank you to all for the responses. I figured
out the issue with screend.
Here WAS my configuration:
default reject;
for 10.20.1.0 netmask is 255.255.255.0;
for 192.168.2.0 netmask is 255.255.255.0;
between subnet 192.168.2.0 and subnet 10.20.1.0
accept;
Here is the working configuration:
default reject;
for 10.0.0.0 netmask is 255.255.255.0;
for 192.168.2.0 netmask is 255.255.255.0;
between subnet 192.168.2.0 and subnet 10.20.1.0
accept;
The reason for the 10.0.0.0 change is because screend
was written before CIDR. 10.x.x.x is a class A
address and I was trying to subnet it into a class C.
Pretty sad that this hasnt been fixed.
Thanks again!
=====
Terry
__________________________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo
http://search.yahoo.com
Received on Mon Apr 21 2003 - 21:01:26 NZST