NetBSD rules - Go to the first, previous, next, last, above section, table of contents.

3.2.2 Configuring your arcnet-board

  1. The arcnet's device is bah0 (Basic Arcnet Hook)
  2. Configure the arcnet-interface:
    # ifconfig bah0 inet 132.199.15.99 netmask 255.255.255.0 \
                   broadcast 132.199.15.255
    
    If you've got a defaultrouter on your network, route all unknown packets to it:
    # route add default <defaultrouter-ip>
    
    E.g.
    # route add default 132.199.15.1
    
  3. ping some remote site, see section 3.2.1 Configuring your ethernet-board. Those pings should succeed.

NetBSD rules - Go to the first, previous, next, last, above section, table of contents.