Home » Personal collection » Acorn hard disk » apps » web » InetDB/ReadMe1st
InetDB/ReadMe1st
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Personal collection » Acorn hard disk » apps » web |
Filename: | InetDB/ReadMe1st |
Read OK: | ✔ |
File size: | 12EC bytes |
Load address: | 0000 |
Exec address: | 0000 |
Duplicates
There is 1 duplicate copy of this file in the archive:
- Personal collection » Acorn ADFS disks » Greaseweazled » adfs_1.6M_NetBits.adf » InetDB/ReadMe1st
- Personal collection » Acorn hard disk » apps » web » InetDB/ReadMe1st
File contents
The DNS resolver software is in part based upon source that is Copyright (c) 1985, 1988 Regents of the University of California. All rights reserved. --------------------------------- How to install ============== You CANNOT use this software with KA9Q. You require either Acorn TCP/IP release 2 or 4 or FreeNet or ANT !InetSuite. If you have FreeNet, then you should already have this module and have configured it. See !FreeNet.Docs.Resolver for more details. For Acorn !Internet: 1) Extract the complete InetDB directory to your hard disc. 2) Read the file called 'Resolver'. If you don't understand what this file is telling you to do, read the section at the end of this file instead. 3) Edit both of the files inside the 'files' subdirectory (resboot and resconf) as per the instructions in 'Resolver'. YOU CANNOT USE THEM WITHOUT EDITING THEM APPROPRIATELY FOR YOUR MACHINE. The bits you need to edit are: All of resboot; the domain and nameserver lines in resconf. 4) Copy the 'files' directory over the top of !Internet.files directory (which will merge the resboot and resconf with your !Internet files) 5) That's it :-) For ANT !InetSuite: 1,2) As for Acorn 3) Edit ONLY resconf, and delete resboot. 4) Copy the files directory over the top of !InetSuite.Internet.Files directory will will merge the resconf with your InetSuite files/ 5) As for Acorn :-) ----Alternate instructions from those given in 'Resolver'---- In the following instructions, lines beginning >> are my comments: You cannot put these lines in resboot or resconf. The following files are configured for my Risc PC, delenn, which is in the ecs.soton.ac.uk domain, and has IP address 152.78.67.42 So the full machine name is delenn.ecs.soton.ac.uk !Freeuser.files.resboot (or !Internet.files.resboot for Acorn TCP/IP) $ORIGIN ecs.soton.ac.uk. >> this line tells the resolver in which domain it is running. >> Demon users should set it to demon.co.uk. >> >> >>>>>>> note the trailing dot at the end of the domain <<<<<<< >> delenn IN A 152.78.67.42 >> >> format is: YourHostName IN A YourIpAddress >> this instructs the resolver to add a permanent entry to the >> lookup tables for your own host IN A == INternet Address >> 42.67.78.152.in-addr.arpa. IN PTR delenn >> >> format is YourReversedIpAddress.in-addr.arpa. IN PTR YourHostName >> this is used for looking up the name from the IP address >> Note that the IP address is specified ***backwards*** here !freeuser.files.resconf (or !Internet.files.resconf) search ecs.soton.ac.uk >> >> should give the same domain name as the $ORIGIN line in resboot >> You may use the 'domain' keyword instead. Use search if unsure. >> cachesize 16k >> >> the size of the cache. 16K is ok. Given that DNS cache entries >> timeout after a while anyway, you don't need to increase this >> (unless you do an awful lot of resolving) >> cacheload resboot rescache >> >> leave this line alone. it tells the resolver to load resboot and >> then rescache when it first starts (or when you RMReinit InetDB) >> cachesave rescache >> >> leave this line alone. it tells the resolver where to store a >> a copy of the cache on disc when it exits >> retry 1 >> >> number of retries it will make when it fails to talk to a DNS >> server. SLIP users may wish to increase this to 3 >> timeout 1 1 >> >> timeout periods for retrying and moving through the list of >> nameservers. SLIP users may wish to increase this to 3 12 >> since lookups cannot be satisfied within the timeout of 1 >> second so easily with a 'slow' link. >> lookup file bind >> >> when a query is made, this tells it to look in >> inetdbase:hosts first, and then use the DNS protocols (bind). >> This means that if you put frequently used hosts in your >> hosts file, they will be resolved faster, and always resolve >> (The problem is that if the host IP is changed, you will be >> talking to the wrong machine, though). >> options ndots 1 >> >> leave this alone. this tells the resolver that if it is asked >> to lookup any host name with more than 1 dot in it, then it >> should try to look it up as a complete name first, and only >> if that fails, should it append the 'domain' or 'search' entry >> to it. >> nameserver 152.78.66.136 nameserver 152.78.64.201 nameserver 152.78.128.128 >> >> these three lines specify the DNS server IP addresses. >> Format is: nameserver NameServerIPAddress They must >> be specified as addresses. The three I use are suitable only for >> my domain (ecs.soton.ac.uk). Demon users should set these to >> 158.152.1.58 158.152.1.43 158.152.1.72 respectively. >> Your service provider/network manager will be able to tell you >> these numbers. ---- Stewart Brodie 15th January 1996
00000000 0a 0a 54 68 65 20 44 4e 53 20 72 65 73 6f 6c 76 |..The DNS resolv| 00000010 65 72 20 73 6f 66 74 77 61 72 65 20 69 73 20 69 |er software is i| 00000020 6e 20 70 61 72 74 20 62 61 73 65 64 20 75 70 6f |n part based upo| 00000030 6e 20 73 6f 75 72 63 65 20 74 68 61 74 20 69 73 |n source that is| 00000040 20 0a 20 0a 20 20 20 43 6f 70 79 72 69 67 68 74 | . . Copyright| 00000050 20 28 63 29 20 31 39 38 35 2c 20 31 39 38 38 20 | (c) 1985, 1988 | 00000060 52 65 67 65 6e 74 73 20 6f 66 20 74 68 65 20 55 |Regents of the U| 00000070 6e 69 76 65 72 73 69 74 79 20 6f 66 20 43 61 6c |niversity of Cal| 00000080 69 66 6f 72 6e 69 61 2e 0a 20 20 20 41 6c 6c 20 |ifornia.. All | 00000090 72 69 67 68 74 73 20 72 65 73 65 72 76 65 64 2e |rights reserved.| 000000a0 0a 20 20 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |. .------------| 000000b0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 000000c0 2d 2d 2d 2d 2d 0a 0a 48 6f 77 20 74 6f 20 69 6e |-----..How to in| 000000d0 73 74 61 6c 6c 0a 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |stall.==========| 000000e0 3d 3d 3d 3d 0a 0a 59 6f 75 20 43 41 4e 4e 4f 54 |====..You CANNOT| 000000f0 20 75 73 65 20 74 68 69 73 20 73 6f 66 74 77 61 | use this softwa| 00000100 72 65 20 77 69 74 68 20 4b 41 39 51 2e 20 59 6f |re with KA9Q. Yo| 00000110 75 20 72 65 71 75 69 72 65 20 65 69 74 68 65 72 |u require either| 00000120 20 41 63 6f 72 6e 20 54 43 50 2f 49 50 0a 72 65 | Acorn TCP/IP.re| 00000130 6c 65 61 73 65 20 32 20 6f 72 20 34 20 6f 72 20 |lease 2 or 4 or | 00000140 46 72 65 65 4e 65 74 20 6f 72 20 41 4e 54 20 21 |FreeNet or ANT !| 00000150 49 6e 65 74 53 75 69 74 65 2e 0a 0a 49 66 20 79 |InetSuite...If y| 00000160 6f 75 20 68 61 76 65 20 46 72 65 65 4e 65 74 2c |ou have FreeNet,| 00000170 20 74 68 65 6e 20 79 6f 75 20 73 68 6f 75 6c 64 | then you should| 00000180 20 61 6c 72 65 61 64 79 20 68 61 76 65 20 74 68 | already have th| 00000190 69 73 20 6d 6f 64 75 6c 65 20 61 6e 64 0a 68 61 |is module and.ha| 000001a0 76 65 20 63 6f 6e 66 69 67 75 72 65 64 20 69 74 |ve configured it| 000001b0 2e 20 20 53 65 65 20 21 46 72 65 65 4e 65 74 2e |. See !FreeNet.| 000001c0 44 6f 63 73 2e 52 65 73 6f 6c 76 65 72 20 66 6f |Docs.Resolver fo| 000001d0 72 20 6d 6f 72 65 20 64 65 74 61 69 6c 73 2e 0a |r more details..| 000001e0 0a 0a 46 6f 72 20 41 63 6f 72 6e 20 21 49 6e 74 |..For Acorn !Int| 000001f0 65 72 6e 65 74 3a 0a 0a 31 29 20 45 78 74 72 61 |ernet:..1) Extra| 00000200 63 74 20 74 68 65 20 63 6f 6d 70 6c 65 74 65 20 |ct the complete | 00000210 49 6e 65 74 44 42 20 64 69 72 65 63 74 6f 72 79 |InetDB directory| 00000220 20 74 6f 20 79 6f 75 72 20 68 61 72 64 20 64 69 | to your hard di| 00000230 73 63 2e 0a 0a 32 29 20 52 65 61 64 20 74 68 65 |sc...2) Read the| 00000240 20 66 69 6c 65 20 63 61 6c 6c 65 64 20 27 52 65 | file called 'Re| 00000250 73 6f 6c 76 65 72 27 2e 20 20 49 66 20 79 6f 75 |solver'. If you| 00000260 20 64 6f 6e 27 74 20 75 6e 64 65 72 73 74 61 6e | don't understan| 00000270 64 20 77 68 61 74 0a 20 20 20 74 68 69 73 20 66 |d what. this f| 00000280 69 6c 65 20 69 73 20 74 65 6c 6c 69 6e 67 20 79 |ile is telling y| 00000290 6f 75 20 74 6f 20 64 6f 2c 20 72 65 61 64 20 74 |ou to do, read t| 000002a0 68 65 20 73 65 63 74 69 6f 6e 20 61 74 20 74 68 |he section at th| 000002b0 65 20 65 6e 64 0a 20 20 20 6f 66 20 74 68 69 73 |e end. of this| 000002c0 20 66 69 6c 65 20 69 6e 73 74 65 61 64 2e 0a 0a | file instead...| 000002d0 33 29 20 45 64 69 74 20 62 6f 74 68 20 6f 66 20 |3) Edit both of | 000002e0 74 68 65 20 66 69 6c 65 73 20 69 6e 73 69 64 65 |the files inside| 000002f0 20 74 68 65 20 27 66 69 6c 65 73 27 20 73 75 62 | the 'files' sub| 00000300 64 69 72 65 63 74 6f 72 79 20 28 72 65 73 62 6f |directory (resbo| 00000310 6f 74 0a 20 20 20 61 6e 64 20 72 65 73 63 6f 6e |ot. and rescon| 00000320 66 29 20 61 73 20 70 65 72 20 74 68 65 20 69 6e |f) as per the in| 00000330 73 74 72 75 63 74 69 6f 6e 73 20 69 6e 20 27 52 |structions in 'R| 00000340 65 73 6f 6c 76 65 72 27 2e 0a 20 20 20 59 4f 55 |esolver'.. YOU| 00000350 20 43 41 4e 4e 4f 54 20 55 53 45 20 54 48 45 4d | CANNOT USE THEM| 00000360 20 57 49 54 48 4f 55 54 20 45 44 49 54 49 4e 47 | WITHOUT EDITING| 00000370 20 54 48 45 4d 20 41 50 50 52 4f 50 52 49 41 54 | THEM APPROPRIAT| 00000380 45 4c 59 20 46 4f 52 20 59 4f 55 52 0a 20 20 20 |ELY FOR YOUR. | 00000390 4d 41 43 48 49 4e 45 2e 20 20 54 68 65 20 62 69 |MACHINE. The bi| 000003a0 74 73 20 79 6f 75 20 6e 65 65 64 20 74 6f 20 65 |ts you need to e| 000003b0 64 69 74 20 61 72 65 3a 20 20 41 6c 6c 20 6f 66 |dit are: All of| 000003c0 20 72 65 73 62 6f 6f 74 3b 20 74 68 65 0a 20 20 | resboot; the. | 000003d0 20 64 6f 6d 61 69 6e 20 61 6e 64 20 6e 61 6d 65 | domain and name| 000003e0 73 65 72 76 65 72 20 6c 69 6e 65 73 20 69 6e 20 |server lines in | 000003f0 72 65 73 63 6f 6e 66 2e 0a 20 20 20 0a 34 29 20 |resconf.. .4) | 00000400 43 6f 70 79 20 74 68 65 20 27 66 69 6c 65 73 27 |Copy the 'files'| 00000410 20 64 69 72 65 63 74 6f 72 79 20 6f 76 65 72 20 | directory over | 00000420 74 68 65 20 74 6f 70 20 6f 66 20 21 49 6e 74 65 |the top of !Inte| 00000430 72 6e 65 74 2e 66 69 6c 65 73 20 64 69 72 65 63 |rnet.files direc| 00000440 74 6f 72 79 0a 20 20 20 28 77 68 69 63 68 20 77 |tory. (which w| 00000450 69 6c 6c 20 6d 65 72 67 65 20 74 68 65 20 72 65 |ill merge the re| 00000460 73 62 6f 6f 74 20 61 6e 64 20 72 65 73 63 6f 6e |sboot and rescon| 00000470 66 20 77 69 74 68 20 79 6f 75 72 20 21 49 6e 74 |f with your !Int| 00000480 65 72 6e 65 74 20 66 69 6c 65 73 29 0a 0a 35 29 |ernet files)..5)| 00000490 20 54 68 61 74 27 73 20 69 74 20 3a 2d 29 0a 0a | That's it :-)..| 000004a0 0a 46 6f 72 20 41 4e 54 20 21 49 6e 65 74 53 75 |.For ANT !InetSu| 000004b0 69 74 65 3a 0a 0a 31 2c 32 29 20 41 73 20 66 6f |ite:..1,2) As fo| 000004c0 72 20 41 63 6f 72 6e 0a 0a 33 29 20 45 64 69 74 |r Acorn..3) Edit| 000004d0 20 4f 4e 4c 59 20 72 65 73 63 6f 6e 66 2c 20 61 | ONLY resconf, a| 000004e0 6e 64 20 64 65 6c 65 74 65 20 72 65 73 62 6f 6f |nd delete resboo| 000004f0 74 2e 0a 0a 34 29 20 43 6f 70 79 20 74 68 65 20 |t...4) Copy the | 00000500 66 69 6c 65 73 20 64 69 72 65 63 74 6f 72 79 20 |files directory | 00000510 6f 76 65 72 20 74 68 65 20 74 6f 70 20 6f 66 20 |over the top of | 00000520 21 49 6e 65 74 53 75 69 74 65 2e 49 6e 74 65 72 |!InetSuite.Inter| 00000530 6e 65 74 2e 46 69 6c 65 73 0a 20 20 20 64 69 72 |net.Files. dir| 00000540 65 63 74 6f 72 79 20 77 69 6c 6c 20 77 69 6c 6c |ectory will will| 00000550 20 6d 65 72 67 65 20 74 68 65 20 72 65 73 63 6f | merge the resco| 00000560 6e 66 20 77 69 74 68 20 79 6f 75 72 20 49 6e 65 |nf with your Ine| 00000570 74 53 75 69 74 65 20 66 69 6c 65 73 2f 0a 0a 35 |tSuite files/..5| 00000580 29 20 41 73 20 66 6f 72 20 41 63 6f 72 6e 20 3a |) As for Acorn :| 00000590 2d 29 0a 20 20 20 0a 0a 2d 2d 2d 2d 41 6c 74 65 |-). ..----Alte| 000005a0 72 6e 61 74 65 20 69 6e 73 74 72 75 63 74 69 6f |rnate instructio| 000005b0 6e 73 20 66 72 6f 6d 20 74 68 6f 73 65 20 67 69 |ns from those gi| 000005c0 76 65 6e 20 69 6e 20 27 52 65 73 6f 6c 76 65 72 |ven in 'Resolver| 000005d0 27 2d 2d 2d 2d 0a 0a 0a 49 6e 20 74 68 65 20 66 |'----...In the f| 000005e0 6f 6c 6c 6f 77 69 6e 67 20 69 6e 73 74 72 75 63 |ollowing instruc| 000005f0 74 69 6f 6e 73 2c 20 6c 69 6e 65 73 20 62 65 67 |tions, lines beg| 00000600 69 6e 6e 69 6e 67 20 3e 3e 20 61 72 65 20 6d 79 |inning >> are my| 00000610 20 63 6f 6d 6d 65 6e 74 73 3a 0a 59 6f 75 20 63 | comments:.You c| 00000620 61 6e 6e 6f 74 20 70 75 74 20 74 68 65 73 65 20 |annot put these | 00000630 6c 69 6e 65 73 20 69 6e 20 72 65 73 62 6f 6f 74 |lines in resboot| 00000640 20 6f 72 20 72 65 73 63 6f 6e 66 2e 0a 0a 54 68 | or resconf...Th| 00000650 65 20 66 6f 6c 6c 6f 77 69 6e 67 20 66 69 6c 65 |e following file| 00000660 73 20 61 72 65 20 63 6f 6e 66 69 67 75 72 65 64 |s are configured| 00000670 20 66 6f 72 20 6d 79 20 52 69 73 63 20 50 43 2c | for my Risc PC,| 00000680 20 64 65 6c 65 6e 6e 2c 20 77 68 69 63 68 20 69 | delenn, which i| 00000690 73 0a 69 6e 20 74 68 65 20 65 63 73 2e 73 6f 74 |s.in the ecs.sot| 000006a0 6f 6e 2e 61 63 2e 75 6b 20 64 6f 6d 61 69 6e 2c |on.ac.uk domain,| 000006b0 20 61 6e 64 20 68 61 73 20 49 50 20 61 64 64 72 | and has IP addr| 000006c0 65 73 73 20 31 35 32 2e 37 38 2e 36 37 2e 34 32 |ess 152.78.67.42| 000006d0 0a 53 6f 20 74 68 65 20 66 75 6c 6c 20 6d 61 63 |.So the full mac| 000006e0 68 69 6e 65 20 6e 61 6d 65 20 69 73 20 64 65 6c |hine name is del| 000006f0 65 6e 6e 2e 65 63 73 2e 73 6f 74 6f 6e 2e 61 63 |enn.ecs.soton.ac| 00000700 2e 75 6b 0a 0a 21 46 72 65 65 75 73 65 72 2e 66 |.uk..!Freeuser.f| 00000710 69 6c 65 73 2e 72 65 73 62 6f 6f 74 20 28 6f 72 |iles.resboot (or| 00000720 20 21 49 6e 74 65 72 6e 65 74 2e 66 69 6c 65 73 | !Internet.files| 00000730 2e 72 65 73 62 6f 6f 74 20 66 6f 72 20 41 63 6f |.resboot for Aco| 00000740 72 6e 20 54 43 50 2f 49 50 29 0a 0a 24 4f 52 49 |rn TCP/IP)..$ORI| 00000750 47 49 4e 20 65 63 73 2e 73 6f 74 6f 6e 2e 61 63 |GIN ecs.soton.ac| 00000760 2e 75 6b 2e 0a 3e 3e 20 74 68 69 73 20 6c 69 6e |.uk..>> this lin| 00000770 65 20 74 65 6c 6c 73 20 74 68 65 20 72 65 73 6f |e tells the reso| 00000780 6c 76 65 72 20 69 6e 20 77 68 69 63 68 20 64 6f |lver in which do| 00000790 6d 61 69 6e 20 69 74 20 69 73 20 72 75 6e 6e 69 |main it is runni| 000007a0 6e 67 2e 0a 3e 3e 20 44 65 6d 6f 6e 20 75 73 65 |ng..>> Demon use| 000007b0 72 73 20 73 68 6f 75 6c 64 20 73 65 74 20 69 74 |rs should set it| 000007c0 20 74 6f 20 64 65 6d 6f 6e 2e 63 6f 2e 75 6b 2e | to demon.co.uk.| 000007d0 0a 3e 3e 0a 3e 3e 20 3e 3e 3e 3e 3e 3e 3e 20 6e |.>>.>> >>>>>>> n| 000007e0 6f 74 65 20 74 68 65 20 74 72 61 69 6c 69 6e 67 |ote the trailing| 000007f0 20 64 6f 74 20 61 74 20 74 68 65 20 65 6e 64 20 | dot at the end | 00000800 6f 66 20 74 68 65 20 64 6f 6d 61 69 6e 20 20 3c |of the domain <| 00000810 3c 3c 3c 3c 3c 3c 0a 3e 3e 0a 64 65 6c 65 6e 6e |<<<<<<.>>.delenn| 00000820 09 09 49 4e 20 41 20 31 35 32 2e 37 38 2e 36 37 |..IN A 152.78.67| 00000830 2e 34 32 0a 3e 3e 0a 3e 3e 20 66 6f 72 6d 61 74 |.42.>>.>> format| 00000840 20 69 73 3a 20 59 6f 75 72 48 6f 73 74 4e 61 6d | is: YourHostNam| 00000850 65 20 49 4e 20 41 20 59 6f 75 72 49 70 41 64 64 |e IN A YourIpAdd| 00000860 72 65 73 73 0a 3e 3e 20 74 68 69 73 20 69 6e 73 |ress.>> this ins| 00000870 74 72 75 63 74 73 20 74 68 65 20 72 65 73 6f 6c |tructs the resol| 00000880 76 65 72 20 74 6f 20 61 64 64 20 61 20 70 65 72 |ver to add a per| 00000890 6d 61 6e 65 6e 74 20 65 6e 74 72 79 20 74 6f 20 |manent entry to | 000008a0 74 68 65 0a 3e 3e 20 6c 6f 6f 6b 75 70 20 74 61 |the.>> lookup ta| 000008b0 62 6c 65 73 20 66 6f 72 20 79 6f 75 72 20 6f 77 |bles for your ow| 000008c0 6e 20 68 6f 73 74 20 49 4e 20 41 20 3d 3d 20 49 |n host IN A == I| 000008d0 4e 74 65 72 6e 65 74 20 41 64 64 72 65 73 73 0a |Nternet Address.| 000008e0 3e 3e 0a 34 32 2e 36 37 2e 37 38 2e 31 35 32 2e |>>.42.67.78.152.| 000008f0 69 6e 2d 61 64 64 72 2e 61 72 70 61 2e 20 20 49 |in-addr.arpa. I| 00000900 4e 20 50 54 52 20 20 64 65 6c 65 6e 6e 0a 3e 3e |N PTR delenn.>>| 00000910 0a 3e 3e 20 66 6f 72 6d 61 74 20 69 73 20 59 6f |.>> format is Yo| 00000920 75 72 52 65 76 65 72 73 65 64 49 70 41 64 64 72 |urReversedIpAddr| 00000930 65 73 73 2e 69 6e 2d 61 64 64 72 2e 61 72 70 61 |ess.in-addr.arpa| 00000940 2e 20 49 4e 20 50 54 52 20 59 6f 75 72 48 6f 73 |. IN PTR YourHos| 00000950 74 4e 61 6d 65 0a 3e 3e 20 74 68 69 73 20 69 73 |tName.>> this is| 00000960 20 75 73 65 64 20 66 6f 72 20 6c 6f 6f 6b 69 6e | used for lookin| 00000970 67 20 75 70 20 74 68 65 20 6e 61 6d 65 20 66 72 |g up the name fr| 00000980 6f 6d 20 74 68 65 20 49 50 20 61 64 64 72 65 73 |om the IP addres| 00000990 73 0a 3e 3e 20 4e 6f 74 65 20 74 68 61 74 20 74 |s.>> Note that t| 000009a0 68 65 20 49 50 20 61 64 64 72 65 73 73 20 69 73 |he IP address is| 000009b0 20 73 70 65 63 69 66 69 65 64 20 2a 2a 2a 62 61 | specified ***ba| 000009c0 63 6b 77 61 72 64 73 2a 2a 2a 20 68 65 72 65 0a |ckwards*** here.| 000009d0 0a 0a 21 66 72 65 65 75 73 65 72 2e 66 69 6c 65 |..!freeuser.file| 000009e0 73 2e 72 65 73 63 6f 6e 66 20 28 6f 72 20 21 49 |s.resconf (or !I| 000009f0 6e 74 65 72 6e 65 74 2e 66 69 6c 65 73 2e 72 65 |nternet.files.re| 00000a00 73 63 6f 6e 66 29 0a 0a 73 65 61 72 63 68 20 65 |sconf)..search e| 00000a10 63 73 2e 73 6f 74 6f 6e 2e 61 63 2e 75 6b 0a 3e |cs.soton.ac.uk.>| 00000a20 3e 0a 3e 3e 20 73 68 6f 75 6c 64 20 67 69 76 65 |>.>> should give| 00000a30 20 74 68 65 20 73 61 6d 65 20 64 6f 6d 61 69 6e | the same domain| 00000a40 20 6e 61 6d 65 20 61 73 20 74 68 65 20 24 4f 52 | name as the $OR| 00000a50 49 47 49 4e 20 6c 69 6e 65 20 69 6e 20 72 65 73 |IGIN line in res| 00000a60 62 6f 6f 74 0a 3e 3e 20 59 6f 75 20 6d 61 79 20 |boot.>> You may | 00000a70 75 73 65 20 74 68 65 20 27 64 6f 6d 61 69 6e 27 |use the 'domain'| 00000a80 20 6b 65 79 77 6f 72 64 20 69 6e 73 74 65 61 64 | keyword instead| 00000a90 2e 20 20 55 73 65 20 73 65 61 72 63 68 20 69 66 |. Use search if| 00000aa0 20 75 6e 73 75 72 65 2e 0a 3e 3e 0a 63 61 63 68 | unsure..>>.cach| 00000ab0 65 73 69 7a 65 09 31 36 6b 0a 3e 3e 0a 3e 3e 20 |esize.16k.>>.>> | 00000ac0 74 68 65 20 73 69 7a 65 20 6f 66 20 74 68 65 20 |the size of the | 00000ad0 63 61 63 68 65 2e 20 20 31 36 4b 20 69 73 20 6f |cache. 16K is o| 00000ae0 6b 2e 20 20 47 69 76 65 6e 20 74 68 61 74 20 44 |k. Given that D| 00000af0 4e 53 20 63 61 63 68 65 20 65 6e 74 72 69 65 73 |NS cache entries| 00000b00 0a 3e 3e 20 74 69 6d 65 6f 75 74 20 61 66 74 65 |.>> timeout afte| 00000b10 72 20 61 20 77 68 69 6c 65 20 61 6e 79 77 61 79 |r a while anyway| 00000b20 2c 20 79 6f 75 20 64 6f 6e 27 74 20 6e 65 65 64 |, you don't need| 00000b30 20 74 6f 20 69 6e 63 72 65 61 73 65 20 74 68 69 | to increase thi| 00000b40 73 0a 3e 3e 20 28 75 6e 6c 65 73 73 20 79 6f 75 |s.>> (unless you| 00000b50 20 64 6f 20 61 6e 20 61 77 66 75 6c 20 6c 6f 74 | do an awful lot| 00000b60 20 6f 66 20 72 65 73 6f 6c 76 69 6e 67 29 0a 3e | of resolving).>| 00000b70 3e 0a 63 61 63 68 65 6c 6f 61 64 09 72 65 73 62 |>.cacheload.resb| 00000b80 6f 6f 74 20 72 65 73 63 61 63 68 65 0a 3e 3e 0a |oot rescache.>>.| 00000b90 3e 3e 20 6c 65 61 76 65 20 74 68 69 73 20 6c 69 |>> leave this li| 00000ba0 6e 65 20 61 6c 6f 6e 65 2e 20 20 69 74 20 74 65 |ne alone. it te| 00000bb0 6c 6c 73 20 74 68 65 20 72 65 73 6f 6c 76 65 72 |lls the resolver| 00000bc0 20 74 6f 20 6c 6f 61 64 20 72 65 73 62 6f 6f 74 | to load resboot| 00000bd0 20 61 6e 64 0a 3e 3e 20 74 68 65 6e 20 72 65 73 | and.>> then res| 00000be0 63 61 63 68 65 20 77 68 65 6e 20 69 74 20 66 69 |cache when it fi| 00000bf0 72 73 74 20 73 74 61 72 74 73 20 28 6f 72 20 77 |rst starts (or w| 00000c00 68 65 6e 20 79 6f 75 20 52 4d 52 65 69 6e 69 74 |hen you RMReinit| 00000c10 20 49 6e 65 74 44 42 29 0a 3e 3e 0a 63 61 63 68 | InetDB).>>.cach| 00000c20 65 73 61 76 65 20 20 20 20 20 20 20 72 65 73 63 |esave resc| 00000c30 61 63 68 65 0a 3e 3e 0a 3e 3e 20 6c 65 61 76 65 |ache.>>.>> leave| 00000c40 20 74 68 69 73 20 6c 69 6e 65 20 61 6c 6f 6e 65 | this line alone| 00000c50 2e 20 20 69 74 20 74 65 6c 6c 73 20 74 68 65 20 |. it tells the | 00000c60 72 65 73 6f 6c 76 65 72 20 77 68 65 72 65 20 74 |resolver where t| 00000c70 6f 20 73 74 6f 72 65 20 61 0a 3e 3e 20 61 20 63 |o store a.>> a c| 00000c80 6f 70 79 20 6f 66 20 74 68 65 20 63 61 63 68 65 |opy of the cache| 00000c90 20 6f 6e 20 64 69 73 63 20 77 68 65 6e 20 69 74 | on disc when it| 00000ca0 20 65 78 69 74 73 0a 3e 3e 0a 72 65 74 72 79 20 | exits.>>.retry | 00000cb0 20 20 20 20 20 20 20 20 20 20 31 0a 3e 3e 0a 3e | 1.>>.>| 00000cc0 3e 20 6e 75 6d 62 65 72 20 6f 66 20 72 65 74 72 |> number of retr| 00000cd0 69 65 73 20 69 74 20 77 69 6c 6c 20 6d 61 6b 65 |ies it will make| 00000ce0 20 77 68 65 6e 20 69 74 20 66 61 69 6c 73 20 74 | when it fails t| 00000cf0 6f 20 74 61 6c 6b 20 74 6f 20 61 20 44 4e 53 0a |o talk to a DNS.| 00000d00 3e 3e 20 73 65 72 76 65 72 2e 20 20 53 4c 49 50 |>> server. SLIP| 00000d10 20 75 73 65 72 73 20 6d 61 79 20 77 69 73 68 20 | users may wish | 00000d20 74 6f 20 69 6e 63 72 65 61 73 65 20 74 68 69 73 |to increase this| 00000d30 20 74 6f 20 33 0a 3e 3e 0a 74 69 6d 65 6f 75 74 | to 3.>>.timeout| 00000d40 20 20 20 20 20 20 20 20 20 31 20 31 0a 3e 3e 0a | 1 1.>>.| 00000d50 3e 3e 20 74 69 6d 65 6f 75 74 20 70 65 72 69 6f |>> timeout perio| 00000d60 64 73 20 66 6f 72 20 72 65 74 72 79 69 6e 67 20 |ds for retrying | 00000d70 61 6e 64 20 6d 6f 76 69 6e 67 20 74 68 72 6f 75 |and moving throu| 00000d80 67 68 20 74 68 65 20 6c 69 73 74 20 6f 66 0a 3e |gh the list of.>| 00000d90 3e 20 6e 61 6d 65 73 65 72 76 65 72 73 2e 20 20 |> nameservers. | 00000da0 53 4c 49 50 20 75 73 65 72 73 20 6d 61 79 20 77 |SLIP users may w| 00000db0 69 73 68 20 74 6f 20 69 6e 63 72 65 61 73 65 20 |ish to increase | 00000dc0 74 68 69 73 20 74 6f 20 33 20 31 32 0a 3e 3e 20 |this to 3 12.>> | 00000dd0 73 69 6e 63 65 20 6c 6f 6f 6b 75 70 73 20 63 61 |since lookups ca| 00000de0 6e 6e 6f 74 20 62 65 20 73 61 74 69 73 66 69 65 |nnot be satisfie| 00000df0 64 20 77 69 74 68 69 6e 20 74 68 65 20 74 69 6d |d within the tim| 00000e00 65 6f 75 74 20 6f 66 20 31 0a 3e 3e 20 73 65 63 |eout of 1.>> sec| 00000e10 6f 6e 64 20 73 6f 20 65 61 73 69 6c 79 20 77 69 |ond so easily wi| 00000e20 74 68 20 61 20 27 73 6c 6f 77 27 20 6c 69 6e 6b |th a 'slow' link| 00000e30 2e 0a 3e 3e 0a 6c 6f 6f 6b 75 70 20 20 20 20 20 |..>>.lookup | 00000e40 20 20 20 20 20 66 69 6c 65 20 62 69 6e 64 0a 3e | file bind.>| 00000e50 3e 0a 3e 3e 20 77 68 65 6e 20 61 20 71 75 65 72 |>.>> when a quer| 00000e60 79 20 69 73 20 6d 61 64 65 2c 20 74 68 69 73 20 |y is made, this | 00000e70 74 65 6c 6c 73 20 69 74 20 74 6f 20 6c 6f 6f 6b |tells it to look| 00000e80 20 69 6e 0a 3e 3e 20 69 6e 65 74 64 62 61 73 65 | in.>> inetdbase| 00000e90 3a 68 6f 73 74 73 20 66 69 72 73 74 2c 20 61 6e |:hosts first, an| 00000ea0 64 20 74 68 65 6e 20 75 73 65 20 74 68 65 20 44 |d then use the D| 00000eb0 4e 53 20 70 72 6f 74 6f 63 6f 6c 73 20 28 62 69 |NS protocols (bi| 00000ec0 6e 64 29 2e 0a 3e 3e 20 54 68 69 73 20 6d 65 61 |nd)..>> This mea| 00000ed0 6e 73 20 74 68 61 74 20 69 66 20 79 6f 75 20 70 |ns that if you p| 00000ee0 75 74 20 66 72 65 71 75 65 6e 74 6c 79 20 75 73 |ut frequently us| 00000ef0 65 64 20 68 6f 73 74 73 20 69 6e 20 79 6f 75 72 |ed hosts in your| 00000f00 0a 3e 3e 20 68 6f 73 74 73 20 66 69 6c 65 2c 20 |.>> hosts file, | 00000f10 74 68 65 79 20 77 69 6c 6c 20 62 65 20 72 65 73 |they will be res| 00000f20 6f 6c 76 65 64 20 66 61 73 74 65 72 2c 20 61 6e |olved faster, an| 00000f30 64 20 61 6c 77 61 79 73 20 72 65 73 6f 6c 76 65 |d always resolve| 00000f40 0a 3e 3e 20 28 54 68 65 20 70 72 6f 62 6c 65 6d |.>> (The problem| 00000f50 20 69 73 20 74 68 61 74 20 69 66 20 74 68 65 20 | is that if the | 00000f60 68 6f 73 74 20 49 50 20 69 73 20 63 68 61 6e 67 |host IP is chang| 00000f70 65 64 2c 20 79 6f 75 20 77 69 6c 6c 20 62 65 0a |ed, you will be.| 00000f80 3e 3e 20 74 61 6c 6b 69 6e 67 20 74 6f 20 74 68 |>> talking to th| 00000f90 65 20 77 72 6f 6e 67 20 6d 61 63 68 69 6e 65 2c |e wrong machine,| 00000fa0 20 74 68 6f 75 67 68 29 2e 0a 3e 3e 0a 6f 70 74 | though)..>>.opt| 00000fb0 69 6f 6e 73 20 20 20 20 20 20 20 20 20 6e 64 6f |ions ndo| 00000fc0 74 73 20 31 0a 3e 3e 0a 3e 3e 20 6c 65 61 76 65 |ts 1.>>.>> leave| 00000fd0 20 74 68 69 73 20 61 6c 6f 6e 65 2e 20 20 74 68 | this alone. th| 00000fe0 69 73 20 74 65 6c 6c 73 20 74 68 65 20 72 65 73 |is tells the res| 00000ff0 6f 6c 76 65 72 20 74 68 61 74 20 69 66 20 69 74 |olver that if it| 00001000 20 69 73 20 61 73 6b 65 64 0a 3e 3e 20 74 6f 20 | is asked.>> to | 00001010 6c 6f 6f 6b 75 70 20 61 6e 79 20 68 6f 73 74 20 |lookup any host | 00001020 6e 61 6d 65 20 77 69 74 68 20 6d 6f 72 65 20 74 |name with more t| 00001030 68 61 6e 20 31 20 64 6f 74 20 69 6e 20 69 74 2c |han 1 dot in it,| 00001040 20 74 68 65 6e 20 69 74 0a 3e 3e 20 73 68 6f 75 | then it.>> shou| 00001050 6c 64 20 74 72 79 20 74 6f 20 6c 6f 6f 6b 20 69 |ld try to look i| 00001060 74 20 75 70 20 61 73 20 61 20 63 6f 6d 70 6c 65 |t up as a comple| 00001070 74 65 20 6e 61 6d 65 20 66 69 72 73 74 2c 20 61 |te name first, a| 00001080 6e 64 20 6f 6e 6c 79 0a 3e 3e 20 69 66 20 74 68 |nd only.>> if th| 00001090 61 74 20 66 61 69 6c 73 2c 20 73 68 6f 75 6c 64 |at fails, should| 000010a0 20 69 74 20 61 70 70 65 6e 64 20 74 68 65 20 27 | it append the '| 000010b0 64 6f 6d 61 69 6e 27 20 6f 72 20 27 73 65 61 72 |domain' or 'sear| 000010c0 63 68 27 20 65 6e 74 72 79 0a 3e 3e 20 74 6f 20 |ch' entry.>> to | 000010d0 69 74 2e 0a 3e 3e 0a 6e 61 6d 65 73 65 72 76 65 |it..>>.nameserve| 000010e0 72 20 20 20 20 20 20 31 35 32 2e 37 38 2e 36 36 |r 152.78.66| 000010f0 2e 31 33 36 0a 6e 61 6d 65 73 65 72 76 65 72 20 |.136.nameserver | 00001100 20 20 20 20 20 31 35 32 2e 37 38 2e 36 34 2e 32 | 152.78.64.2| 00001110 30 31 0a 6e 61 6d 65 73 65 72 76 65 72 20 20 20 |01.nameserver | 00001120 20 20 20 31 35 32 2e 37 38 2e 31 32 38 2e 31 32 | 152.78.128.12| 00001130 38 0a 3e 3e 0a 3e 3e 20 74 68 65 73 65 20 74 68 |8.>>.>> these th| 00001140 72 65 65 20 6c 69 6e 65 73 20 73 70 65 63 69 66 |ree lines specif| 00001150 79 20 74 68 65 20 44 4e 53 20 73 65 72 76 65 72 |y the DNS server| 00001160 20 49 50 20 61 64 64 72 65 73 73 65 73 2e 0a 3e | IP addresses..>| 00001170 3e 20 46 6f 72 6d 61 74 20 69 73 3a 20 20 6e 61 |> Format is: na| 00001180 6d 65 73 65 72 76 65 72 20 4e 61 6d 65 53 65 72 |meserver NameSer| 00001190 76 65 72 49 50 41 64 64 72 65 73 73 20 20 20 20 |verIPAddress | 000011a0 20 20 20 54 68 65 79 20 6d 75 73 74 0a 3e 3e 20 | They must.>> | 000011b0 62 65 20 73 70 65 63 69 66 69 65 64 20 61 73 20 |be specified as | 000011c0 61 64 64 72 65 73 73 65 73 2e 20 20 54 68 65 20 |addresses. The | 000011d0 74 68 72 65 65 20 49 20 75 73 65 20 61 72 65 20 |three I use are | 000011e0 73 75 69 74 61 62 6c 65 20 6f 6e 6c 79 20 66 6f |suitable only fo| 000011f0 72 0a 3e 3e 20 6d 79 20 64 6f 6d 61 69 6e 20 28 |r.>> my domain (| 00001200 65 63 73 2e 73 6f 74 6f 6e 2e 61 63 2e 75 6b 29 |ecs.soton.ac.uk)| 00001210 2e 20 20 44 65 6d 6f 6e 20 75 73 65 72 73 20 73 |. Demon users s| 00001220 68 6f 75 6c 64 20 73 65 74 20 74 68 65 73 65 20 |hould set these | 00001230 74 6f 0a 3e 3e 20 31 35 38 2e 31 35 32 2e 31 2e |to.>> 158.152.1.| 00001240 35 38 20 20 31 35 38 2e 31 35 32 2e 31 2e 34 33 |58 158.152.1.43| 00001250 20 20 31 35 38 2e 31 35 32 2e 31 2e 37 32 20 20 | 158.152.1.72 | 00001260 20 72 65 73 70 65 63 74 69 76 65 6c 79 2e 0a 3e | respectively..>| 00001270 3e 20 59 6f 75 72 20 73 65 72 76 69 63 65 20 70 |> Your service p| 00001280 72 6f 76 69 64 65 72 2f 6e 65 74 77 6f 72 6b 20 |rovider/network | 00001290 6d 61 6e 61 67 65 72 20 77 69 6c 6c 20 62 65 20 |manager will be | 000012a0 61 62 6c 65 20 74 6f 20 74 65 6c 6c 20 79 6f 75 |able to tell you| 000012b0 20 0a 3e 3e 20 74 68 65 73 65 20 6e 75 6d 62 65 | .>> these numbe| 000012c0 72 73 2e 0a 0a 0a 2d 2d 2d 2d 0a 53 74 65 77 61 |rs....----.Stewa| 000012d0 72 74 20 42 72 6f 64 69 65 0a 31 35 74 68 20 4a |rt Brodie.15th J| 000012e0 61 6e 75 61 72 79 20 31 39 39 36 0a |anuary 1996.| 000012ec