home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ARM Club 3
/
TheARMClub_PDCD3.iso
/
hensa
/
network
/
freenet_1
/
!FreeUser
/
Startup
< prev
Wrap
Text File
|
1996-10-19
|
597b
|
36 lines
|
| Load the main TCP/IP stack and dummy internet module
|
RMRun FreeNet:FreeBufs
RMRun FreeNet:FreeNet
RMRun FreeNet:Internet
|
| Load any drivers that we need
|
RMRun FreeNet:Drivers.SLIPdriver
|
| Load the DNS resolver
|
RMRun FreeNet:INetDB
|
| Set the host name to keep Acorn clients happy
|
Set Inet$HostName compton
|
| Attach and configure the interfaces
|
slattach internal 0 19200
ifconfig sl0 inet 158.152.40.58 158.152.1.222 netmask 0xffff0000 up
ifconfig lo0 inet 127.0.0.1 up
|
| Setup the routing tables
|
route add default 158.152.1.222 1
route add 158.152.40.58 127.0.0.1 0