screend.conf - help an idiot (RESOLVED)

From: Terry (td3201@yahoo.com)
Date: Mon Apr 21 2003 - 17:00:49 EDT


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



This archive was generated by hypermail 2.1.7 : Sat Apr 12 2008 - 10:49:16 EDT