ISDNSET(8) — NEWS-OS Programmer’s Manual
NAME
isdnset − register the mapping between IP and ISDN/PSPDN addresses
SYNOPSIS
isdnset [−f file]
DESCRIPTION
isdnset initializes IP’s mapping tables between inet(4F) addresses and E.164 ISDN or X.121 PSPDN addresses. The configuration file file usually is /etc/isdns (default), and in any case must be in the format of /etc/isdns (see isdns(5)).
After changing the configuration file, isdnset should be executed again.
EXAMPLE
Normally isdnset should be run from the boot scripts, see rc(8). The following example could be used in /etc/rc.net on a host with interface address isdn1.
ifconfig is0 isdn1 netmask $NETMASK up
route add isdn1 localhost 0
isdnload
isdnset
isdnd -t 120
WARNING
isdnset does not inquire NIS server nor Name server, it looks up local /etc/hosts only.
FILES
/etc/isdnsconfiguration file
/etc/hostshost name data base
SEE ALSO
isdnload(8), isdns(5), isdnd(8), is(4), dx(4), hosts(5), rc(8)
DIAGNOSTICS
Exit status is 0 if success, 1 if parameter error or inaccessible file, 2 if configuration file errors.
NEWS-OSRelease 4.1C