# # ACCESS.ALLOW: file to limit access for some machines, extension of previous # ACCESS.DENY file # # ipnum:class:maximum:hstart:hend:string to send before shutdown # where # ipnum: byte.byte.byte.byte byte = * or number # class: number # maximum: number # hstart: hour this entry starts to be valid # hend: hour this entry ceases to be valid (can both be 0 to ignore..) # string: string # # o A class is defined the first time it's used # o The maximum-value is only used at a class-definition. If its -1, no maximum # is installed. If it's 0, logins from this class are disabled. # o string is sent, if the login can't be allowed. on classes with maximum=0, # this should be a general message, that no logins are allowed from this # class, if maximum is some number, it should say something like # "maxmium users from your site class exceeded". # Order MATTERS. IE if you allow 129.*.*.*, you have to put any restrictions # on 129.132.*.* BEFORE this statement. # Addresses not matching any patterns are not allowed. # (You can get rid of this default by allowing *.*.*.* as the last rule). # #There is now an alternate syntax capable of specifying weekdays: #use :h for hours, and :w for weekdays; ranges are specified with #number '-' number; alternatives are separated by ','. Su .. Sa == 0-6 # # SPARC cluster has access denied. Class 1 # 129.132.122.*:1:0:0:0:LPMUD access denied for your cluster because of your administrator's veto. # CALL-1A0 has access limited to some maximum, for now 5 logins. Class 2 # 129.132.106.*:2:5:8:20:Sorry, LPMUD is currently full. Please try again later (but don't poll!). # not during 8-20h, its a 10 limit # 129.132.106.*:3:10:0:0:Sorry, LPMUD is currently full. Please try again later (but don't poll!). # *.*.*.*:0:-1:0:0:No message should ever be printed here. ## ## End of examples, now the NF specific entries ## ## First some banished (Sub)Nets (we give them class 1) ## ## ??.rz.uni-karlsruhe.de # 129.13.98.*:1:0:0:0:Sorry, your host got disabled to connect to this port ## Reject the Kindergarten in Duesseldorf # 134.99.112.*:1:0:0:0:Sorry, Ihr Rechnernetz wurde fuer Nightfall gesperrt! Fragen richten Sie bitte an gamesmgr@tat.physik.uni-tuebingen.de ## ## now some restricted (Sub)Nets, classes numbered from 2 on sequentially ## ## HP-Pool darf nicht zwischen 10 und 17 Uhr rein (class 2) # 134.2.2.*:2:2:0:0:Sorry, es duerfen nur 2 Leute von 134.2.2.* spielen!!! ## Stony Brook, NY 11794-6230, SUNYSB.EDU 129.49.1.100; seems very obsolete (class 3) # 129.49.1.*:3:0:3:6:Between 3 and 6 o'clock MET no mudding anymore! Watch TV! ## ## now some TUBS subnets (class 4) 134.169.34.*:4:5:0:0:What? already 5 testusers? 134.169.33.*:4:0:0:0:What? already 5 testusers? 134.169.32.*:4:0:0:0:What? already 5 testusers? ## the proxy WWW server (class 5) 134.169.9.44:5:1:0:0:Sorry, too many WWW connections ## localhost unlimited (class 6) 127.0.0.1:6:-1:0:0:- local host - ## ## default: allow connections from everywhere, up to 49 users at once (class 0) # *.*.*.*:0:49:0:0:Sorry, NightFall is currently full. Please try again later (but don't poll!). # *.*.*.*:0:0:0:0:Sorry, but Nightfall cannot be used due to configuration bugs (Hey Deep, what have you done?).