@Fulbert, post #1
@arkarc, post #8
.key IPADDRESS
.bra {
.ket }
.def IPADDRESS 0.0.0.0
; log in
echo
echo login: Fulbert
AmiTCP:bin/login -f Fulbert
AmiTCP:bin/umask 022
AmiTCP:AmiTCP
WaitForPort AMITCP
; Configure loop-back device
AmiTCP:bin/ifconfig lo0 localhost
; Configure ppp0
AmiTCP:bin/ifconfig ppp0 {IPADDRESS} 255.255.255.0
; Add route to this host
AmiTCP:bin/route add {IPADDRESS} localhost
; Add route to the default gateway
AmiTCP:bin/route add default 255.255.255.0
setenv HOSTNAME `AmiTCP:bin/hostname`
Assign TCP: Exists > NIL:
IF Warn
Mount TCP: from AmiTCP:devs/Inet-Mountlist
EndIf
; Start the internet `super server'
run AmiTCP:bin/inetd@Fulbert, post #9
@arkarc, post #10
@Fulbert, post #11
@Fulbert, post #11