# > Inet:Providers.UK.UStrthclyd # ANT Internet Suite script for a service provider # # Provider name Strathclyde University # # University of Strathclyde Computer Centre # Curran Building # 100 Cathedral St # Glasgow G4 0LN # # Support Telephone number: helpdes0141 548 4000 # Support Email address: helpdesk@strath.ac.uk # WWW site address: http://www.strath.ac.uk/ # .strath.ac.uk, Dynamic # # Dynamic IP supported? (YES/NO/FORCE) FORCE # # PPP supported? (YES/NO/FORCE) YES # # Protocol: prompt? (YES/NO), Special features[, PIPEX User prefix] NO, -1 # # Mail fetching server, transport type (SMTP/POP2/POP3/IMAP) pop-hub.strath.ac.uk, POP3 # # Mail sending (SMTP) server, News (NNTP) server pop-hub.strath.ac.uk, news.cc.strath.ac.uk # # DNS servers (IP addresses) 130.159.248.9 130.159.62.4 # # PoPresence locations, telephone numbers Dialup, 01415534156 # # Login scripts (Special features is -1) xxScript= waitfor("sername:", 1000); xxScript= type(lname+"|M"); xxScript= waitfor("assword:", 1000); xxScript= type(lsecret+"|M"); xxScript= waitfor("nnex:", 1000); pxScript= type("ppp|M"); pxScript= start_ppp(); sxScript= type("slip|M"); sxScript= waitfor("our address is", 1000); sxScript= read_ip_addr(1000); sxScript= start_slip();