screend.conf - help an idiot (RESOLVED)

From: Terry (td3201@yahoo.com)
Date: 04/21/03

  • Next message: Warren Liang: "DECthreads init failure, version mismatch"
    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


  • Next message: Warren Liang: "DECthreads init failure, version mismatch"

    Relevant Pages

    • update(2): boot-image from network-boot server does not apply netmask on V440, doesnt contact gatewa
      ... Rebooting with command: boot ... for ARP/RARP packet Timeout waiting for ARP/RARP packet 4000 ... but then sets an incorrect netmask and thus fails to proceed ... the local subnet to find the Ethernet address of him. ...
      (SunManagers)
    • Re: 2 Nics and default route
      ... >> kernel figures out which interface to use to get to it. ... >> If for some reason you want the cards addressed in the same subnet, ... >> be done by artificially restricting the netmask, ... All machines in the subnet should have the same netmask set and you ...
      (comp.unix.bsd.openbsd.misc)
    • update(3): boot-image from network-boot server does not apply netmask on V440, doesnt contact gatewa
      ... the netmask from the boot-server is not taken: ... RPC-BOOTP FROM BOOT-SERVER ON LOCAL SUBNET, ... Subject: update: boot-image from network-boot server does not apply ...
      (SunManagers)
    • Re: Subnetting/Routing
      ... >>NITPICKING over netmask number's adds nothing to solve the original ... Which was the Whole point of my original post. ... > the subnet problems. ... Years of schooling to learn a few simple rules.. ...
      (comp.os.linux.networking)
    • Re: NAT router confusion
      ... My understanding is that the netmask is only ... to determine how much of the IP address is used for the subnet address. ... last 8 bits of your IP is usable for a specific host on the ... network and the first 24 bits are used for the network address and subnet ...
      (freebsd-questions)