Configuration details for PPP/SLIP/PLIP in Minix 2.0.4 ====================================================== Under Minix 2.0.4 you need to configure the network with different tools. 1. Create or modify /etc/inet.conf with the following: psip2 { default; }; psip3; At reboot, inet creates the links. 2. check at boot prompt that you have the variable servers = inet check it with the "set" command in the boot monitor prompt (access it before the "=" char using ESCAPE). This allows to start the inet server in the system at startup 3. After reboot, you have the default pseudo device psip2 and psip3 to be used for configuration.