screend.conf - help an idiot (RESOLVED)

From: Terry <td3201_at_yahoo.com>
Date: Mon, 21 Apr 2003 14:00:49 -0700 (PDT)

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

This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:44 NZDT