@@ -44,23 +44,39 @@ The following network stacks have been successfully tested with plipbox:
4444 - For a very simple setup you can use the [ Network Boot Disk for Amiga] [ nwbd ]
4545 and start with this one. You have to modify the vanilla disk as it does
4646 not contain the plipdox drivers, yet.
47+
48+ #### Initial Setup
49+
4750 - Insert this disk into your favorite Amiga emulator and perform the following
4851 steps to prepare the disk:
49- - Copy ` plipbox.device ` on the disk to ` devs:networks ` (see section 2.1)
50- - Edit the file ` AmiTCP/db/interfaces ` and add:
52+ - Initial boot enters setup of the disk. Follow steps to install but cancel
53+ the selection of a network driver as we will add the plipbox driver later.
54+ - Use the setup to configure your IP, netmask, gateway, and DNS server.
55+ - Finally reboot to finish setup.
56+
57+ #### Add plipbox Driver
58+
59+ - Copy ` plipbox.device ` on the disk to ` devs:networks ` (see section 2.1). I
60+ recommend to mount a host directory as a virtual harddisk and take the
61+ driver from there (my disk is called ` shared ` )
5162
52- plipbox dev=devs:networks/plipbox.device
63+ copy shared:plipbox.device devs:networks/
64+ - Edit the file ` AmiTCP/db/interfaces ` and add a line for the plipbox:
65+
66+ echo "plipbox dev=devs:networks/plipbox.device" >> df0:AmiTCP/db/interfaces
5367 - Edit ` df0:Prefs/Env-Archive/nbddriver ` (aka ` EnvARC:nbddriver ` ) and
54- set ` plipbox0 ` .
68+ set ` plipbox0 ` as the network device:
69+
70+ echo plipbox0 > df0:Prefs/Env-Archive/nbddriver
5571 - In ` EnvARC:sana2/ ` directory you can place an optional configuration file
5672 called ` plipbox.config ` . For options see the plipbox documentation.
5773 A sample file is available in directory ` amiga/src ` of this release.
58- - Correctly set your Amiga's IP to match your network environment.
59- In the network boot disk use ` EnvARC:nbdip ` to set the Amiga's IP and
60- use ` EnvARC:nbdgw ` to set the gateway of your network.
61- - Do not forget to configure the correct DNS server otherwise you won't be
62- able to resolve non-numeric IP addresses. Store the IPv4 address of your
63- DNS server in the ` EnvARC:nbdns ` file .
74+ Example:
75+
76+ echo "NOBURST" > df0:Prefs/Env-Archive/sana2/plipbox.config
77+ - Now reboot to activate changes
78+ - Use ` ifconfig plipbox0 ` to check the status of your network interface.
79+ It should be UP and RUNNING .
6480
6581[ nwbd ] : http://jpv.wmhost.com/NetworkBootDisk/
6682
0 commit comments