DataMuseum.dk

Presents historical artifacts from the history of:

Regnecentalen RC-900

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Regnecentalen RC-900

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦ec0ce7242⟧ TextFile

    Length: 1009 (0x3f1)
    Types: TextFile
    Notes: UNIX file
    Names: »_netd.cf«

Derivation

└─⟦8c4f54e61⟧ Bits:30004068/disk2.imd Interactive TCP/IP v.1.2
└─⟦8c4f54e61⟧ UNIX Filesystem
    └─⟦this⟧ »hb/new/usr/admin/menu/packagemgmt/tcpipmgmt/hbtcpmgmt/_netd.cf« 

TextFile

#	"@(#)_netd.cf	2.1	89/04/03"
#
# This is a configuration file for host-based
# TCP/IP using the DEV ethernet interface
#

# open control streams for transport protocols
tcp = "/dev/tcp"
udp = "/dev/udp"

# open an IP stream for each transport protocol
ip_tcp = "/dev/ip" nsap 6       # bind stream to TCP protocol id
ip_udp = "/dev/ip" nsap 17       # bind stream to UDP protocol id

# open ARP for ethernet use
arp    = "/dev/arp" lsap 0x800

# open link level devices
DEV_arp = "/dev/DEV" lsap 0x806   # stream for ARP messages
DEV_ip  = "/dev/DEV" lsap 0x800   # stream for IP messages
loop   = "/dev/lo" lsap 0x800	# stream for loopback driver

# put it together
link ip_tcp under tcp
link ip_udp under udp

# names must not assume a unit number so use as part of name
link loop under ip_tcp name "lo0"
link arp under ip_tcp name "DEV0"
link DEV_arp under arp type 0x101
link DEV_ip under arp type 0x1

# initial configuration of interfaces
ifconfig "DEV0" local_site_name up
ifconfig "lo0" localhost up