screend.conf - help an idiot (RESOLVED)
From: Terry (td3201@yahoo.com)
Date: 04/21/03
- Previous message: Paul LaMadeleine: "SUMMARY: help seeing disks after install of 5.1b"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 21 Apr 2003 14:00:49 -0700 (PDT) From: Terry <td3201@yahoo.com> To: tru64-unix-managers@ornl.gov
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
- Previous message: Paul LaMadeleine: "SUMMARY: help seeing disks after install of 5.1b"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|