9fans archive / 1999 / 02 / 45 /    prev next

From: James A. Robinson Jim.Robinson@Sta...
Subject: Yeeha! =) (was Re: [9fans] Argh -- auth checklist?)
Date: Thu, 25 Feb 1999 19:15:56 -0800

> I'm not no authority on this matter, hwoever, the underlines
> could be enough for netkey working correctly.  It works
> fine at least in my environment.

Well the below is what I had at first, and it did NOT work:

    #
    # systems on the local network
    #
    
    #
    # Domain Name Service
    #
    dom=
        ns=cilantro.stanford.edu
        ns=cassandra.stanford.edu
        ns=caribou.stanford.edu
    dom=cilantro.stanford.edu ip=171.64.7.99
    dom=cassandra.stanford.edu ip=171.64.7.77
    dom=caribou.stanford.edu ip=171.64.7.55
     
    #
    # Networks
    #
    ipnet=highwire-net ip=36.48.0.0 ipmask=255.255.255.0
        fs=bela.stanford.edu
        ipgw=36.48.0.1
        mailgw=highwire
        cpu=ruler
        auth=ruler
    
    #
    # CPU/Auth servers
    #
    ip=36.48.0.135 ether=0060977e685a sys=ruler
        dom=ruler.stanford.edu
        bootf=/386/9pccpudisk
        proto=il
    
    #
    # File servers
    #
    ip=36.48.0.137 ether=00a02425fb61 sys=bela
        dom=bela.stanford.edu
        proto=il
    
    ... terminal entries and stuff ...

    #
    #  il services
    #
    il=ticket       port=566


The following is what I have now, and it will work as long as the
sys=ruler entry has the auth=ruler line. Various additional lines
are copied from the other ndb/local stuff people told me they had
in their systems (and if it doesn't hurt... =)

    #
    # systems on the local network
    #
    
    #
    # Domain Name Service
    #
    dom=
        ns=cilantro.stanford.edu
        ns=cassandra.stanford.edu
        ns=caribou.stanford.edu
    dom=cilantro.stanford.edu ip=171.64.7.99
    dom=cassandra.stanford.edu ip=171.64.7.77
    dom=caribou.stanford.edu ip=171.64.7.55
     
    #
    # Networks
    #
    ipnet=highwire-net
        ip=36.48.0.0
        ipmask=255.255.255.0
        ipgw=36.48.0.1
        fs=bela
        auth=ruler
    
    #
    # CPU/Auth servers
    #
    sys=ruler
        dom=ruler.stanford.edu ip=36.48.0.135 ether=0060977e685a 
        bootf=/386/9pccpudisk
        proto=il
        proto=tcp
        proto=udp
        ipnet=highwire-net
        fs=bela
        auth=ruler
    
    #
    # File servers
    #
    sys=bela
        dom=bela.stanford.edu ip=36.48.0.137 ether=00a02425fb61
        proto=il
        ipnet=highwire-net
      
    ... terminal entries and stuff ...

    #
    #  il services
    #
    il=ticket       port=566