STiNG configuration files ========================================================================== Here are my DEFAULT.CFG and DIAL.SCR files which I use with my ISP - Internet Direct in Toronto. Although they won't work with every ISP, they should work as a template for getting STiNG configured with your particular account. Note the PAP-ID and PAP_PASSWD entries; these are sometimes used to access a PPP connection on some ISPs, which in most cases just requires inserting the username and password you selected (or were allocated) when you set up your account. DEFAULT.CFG --- # # This is the STinG relevant stuff. # ALLOCMEM = 150000 # THREADING = 50 FRAG_TTL = 60 # ICMP_GMT = -60 ICMP_AD = 10 ICMP_FLAG = 0 # TCP_PORT = 1024 MSS = 2000 RCV_WND = 5000 DEF_RTT = 50 DEF_TTL = 128 TCP_ICMP = 1 # UDP_PORT = 1024 UDP_ICMP = 1 # USERNAME = dreibel HOSTNAME = idirect.com FULLNAME = Daniel L. Dreibelbis # NAMESERVER = 199.166.254.254 DOMAIN = idirect.com DNS_CACHE = 64 DNS_SAVE = TRUE # PAP_ID = PAP_PASSWD = # # Here starts the client relevant stuff. # # Used by the Dialer : # DIALER = 127.0.0.1 LOGIN_BATCH = C:\DIALER\LOGIN.BAT # # Used by CAB.OVL (read CAB_OVL.DOC) : # #EMAIL = postoffice.idirect.com #SMTP_HOST = 3128 #HTTP_PROXY = proxy.idirect.com #HTTP_PROXY_PORT = 3128 # --- DIAL.SCR --- # # General Parameters # SERIALPORT = Modem 2 DEF_ROUTE = TRUE MASQUERADE = FALSE EXEC_BATCH = FALSE CIX_LOGIN = FALSE RESIDENT = TRUE DEBUGGING = TRUE # # # Port Parameters # CLIENT_IP = 0.0.0.0 MTU = 576 PAP_ID = dreibel PAP_PASSWORD = 7u4eg5d PROTOCOL = 1 VJHC = FALSE LAN_PORT = FALSE # # # Addressing # USERNAME = dreibel FULLNAME = Daniel L. Dreibelbis HOSTNAME = idirect.com NAMESERVER = 199.166.254.254 NAMESERVER = 130.75.1.40 # # # Modem Specifics # INIT = ATS11=50 PREFIX = ATDT HANGUP = ,+++,ATH CONNECT_WAIT = 60 REDIAL_DELAY = 20 SUCCESS = CONNECT SUCCESS = CDWAIT FAILURE = BUSY FAILURE = NO CARRIER ABORT = NO DIALTONE # # # Telephone # PHONE_NUMBER = 233-2999 FEE_FILE = LOCAL.FEE ISP_TIME = 72, 0.07 ISP_SENT = 12288, 0.03 ISP_RECVD = 86016, 0.09 # # # Network Environment # # # # Dial Script # FIND_TIMEOUT = 60 # DIAL_SCRIPT # WAIT = 500 REPT = / FIND = login: RESP = dreibel # WAIT = 500 REPT = FIND = Password: RESP = ******* # WAIT = 500 REPT = FIND = continue RESP = ppp # ---