|| Set network routing
|| (syntax: route -e add net default <gateway> <number of hops to gateway>).
|| On NC OS 1.06, it isn't read by the bootp client
bin:route -e add net default 136.170.129.77 1

|| Set up the name resolver. Replace 136.170.131.2 with the IP addr of your
|| own DNS master. On NC OS 1.06, it isn't read by the bootp client.
set inet$resolvers 136.170.131.2
Set inet$localdomain acorn.co.uk
resolverconfig

|| Fix up the netmask. On NC OS 1.06, it isn't read by the bootp client.
|| We use a nonstandard netmask at Acorn, so be sure to modify this as
||necessary for your own net.
bin:fixnetmask 0xfffff800

|| Point the NC at an NTP timeserver to grab details of real time.
set inet$timeserver 136.170.135.27


