Manual Page Result
0
Command: ipconfig | Section: 8 | Source: UNIX v10 | File: ipconfig.8
IPCONFIG(8) System Manager's Manual IPCONFIG(8)
NAME
ipconfig, dkipconfig, udpconfig - set up DARPA Internet protocols
SYNOPSIS
/usr/ipc/mgrs/ipconfig [ -m mask ] [ -df ] ip-device localhost network
[arp-device] &
/usr/ipc/mgrs/dkipconfig gatemachine localhost remotehost &
/usr/ipc/mgrs/udpconfig udp-device &
DESCRIPTION
Ipconfig activates the DARPA Internet protocol on a communications de-
vice, with Internet address localhost for the host and network address
network for the device.
If arp-device is specified, the ARP address resolution protocol is
started on that device. Option -d causes ipconfig to print ARP re-
quests on the standard output as they are received.
Option -m declares a subnet mask for the network reached through ip-de-
vice. Mask may be a four-piece IP address like or a 32-bit hexadecimal
number like
Option -f is a special workaround for networks with obsolete hosts. It
causes ipconfig to answer illegal ARP requests for the subnet's broad-
cast address with an illegal Ethernet address, to prevent broadcast
storms.
Dkipconfig places a network call to gatemachine and activates the IP
protocol on the connection, so that the remote machine becomes a gate-
way for the caller's IP traffic. Localhost becomes the calling ma-
chine's Internet address through this IP interface; remotehost is the
Internet address to which local IP packets should be sent to reach the
gateway.
Ipconfig and dkipconfig record unusual events and errors in log files
and
Udpconfig activates the UDP datagram protocol on the named udp-device,
usually Only one udpconfig is needed for the entire collection of IP
networks.
These programs are usually run once from rc(8).
EXAMPLES
The following calls start IP on system fs on the first Interlan Ether-
net controller, with ARP active; arrange for machine nj/astro/research
to pass IP packets to fs; and activate UDP.
/usr/ipc/mgrs/ipconfig /dev/il00 fs mh-astro-net /dev/il01 &
/usr/ipc/mgrs/dkipconfig nj/astro/research fs-dk research-dk127 &
/usr/ipc/mgrs/udpconfig /dev/ipudp &
FILES
SEE ALSO
con(1), qns(7), route(8), tcpmgr(8)
IPCONFIG(8)