{"id":1721,"date":"2010-07-11T11:58:40","date_gmt":"2010-07-11T09:58:40","guid":{"rendered":"http:\/\/www.final-memory.org\/?p=1721"},"modified":"2010-07-11T12:00:51","modified_gmt":"2010-07-11T10:00:51","slug":"gluestik-fur-mint-korrekt-konfigurieren","status":"publish","type":"post","link":"https:\/\/www.final-memory.org\/?p=1721","title":{"rendered":"GlueSTik f\u00fcr Mint korrekt konfigurieren"},"content":{"rendered":"<p>Wenn man unter Mint Mintnet benutzt, um \u00fcber die <a href=\"http:\/\/hardware.atari.org\/netusbee\/netus.htm\" target=\"_blank\">Netusbee<\/a> oder <a href=\"http:\/\/www.final-memory.org\/?p=1306\" target=\"_blank\">Hydra<\/a> auf das Netzwerk zuzugreifen, so funktionieren erstmal nur Programme, die auch das Mintnet API benutzen. Damit man den \u00e4lteren Standard Stik bzw Sting benutzen kann, muss ein kleines Hilfsprogramm namens Gluestik installiert werden.<\/p>\n<p>Am besten ruft man Gluestik aus der Autostartsequenz von Mint auf, nachdem man Netzwerktreiber und Mintnet geladen hat. Wichtig ist, da\u00df die spezielle Konfigurationsdatei von Gluestik sinnvolle Werte enh\u00e4lt.<\/p>\n<p>Bei mir hatte es zwar mal ohne eine solche funktioniert, aber danach hatte ich dann irgendwie Probleme.<\/p>\n<p>Die folgende Datei sollte unter C:\\STIK_CFG\\DEFAULT.CFG abgelegt und mit sinnvollen Werten belegt werden. Vorallem Emailaddresse und die diversen Serveradressen, etwa NAmeserver und SMTP Host, sollten vern\u00fcnftige Werte haben.<\/p>\n<p>Die Einstellungen bzgl PPP k\u00f6nnen bei Betrieb mit einem LAN-Interface nat\u00fcrlich ignoriert werden. Das originale STIK (ST Internet Access Kit) war f\u00fcr Betrieb mit einem Modem ausgelegt.<\/p>\n<pre># STiK config file C:\\STIK_CFG\\DEFAULT.CFG\r\n#\r\n# VAR = VALUE           :standard format\r\n#\r\n#   Non existent vars are 0 (FALSE) by default.\r\n#   Variables without \"= value\" are set to ON\r\n#   Variables with \" = \" but no value are set to 0. (ie: = nothing)\r\n#\r\n#   TRUE  and ON  are acceptable substitutes for 1\r\n#   FALSE and OFF are acceptable substitutes for 0\r\n#\r\n#   Lines not beginning with an alphabetic character are ignored.\r\n#\r\n#   Currently only 100 variables can be specified.  Extra VARs are ignored.\r\n#\r\n#   The variable names and boolean values are not case sensitive.\r\n#   Values may be case sensitive depending on usage.\r\n#\r\n#\r\n#   Memory to be reserved.  This is for ALL of TCP's internal memory\r\n#   requirements, except the space to store the config file.\r\n#   This includes all input queues, output queues, DNS cache, etc...\r\n#   It must be large enough to cope, plus a bit extra for luck <img decoding=\"async\" class=\"lmbbox_smileys_img\" src=\"http:\/\/www.final-memory.org\/wp-content\/plugins\/lmbbox-smileys\/smileys\/tb\/smile1.gif\" alt=\":-)\" \/>\r\n#   If unset, defaults to 75000 bytes.\r\n#\r\nALLOCMEM = 100000\r\n#\r\n#       Use the program `listport.tos' to list the serial ports\r\n#       available with your hardware configuration.  Use the\r\n#       port name exactly as it appears in the listport display,\r\n#       including correct capitilisation and spaces.\r\n#\r\n#       If SERIALPORT is not set, or has an invalid port name,\r\n#       the default is to use the first port listed by listport.tos\r\n#       So if that port is the one you want to use, you don't need\r\n#       to set this variable.\r\n#\r\nSERIALPORT = Modem 2\r\n#\r\n#\r\n#   CDVALID     Set this variable to FALSE if your modem doesn't assert\r\n#               Carrier Detect properly.\r\n#\r\n# Also in situations where you aren't using a modem.  Such\r\n#  as a NULL modem cable.\r\n#\r\nCDVALID = TRUE\r\n#\r\n#\r\n#   The name of the dial script file to use.\r\n#   This entry must be just the pathname, and the file itself\r\n#   must be in the \\stik_cfg directory on the boot disk.\r\n#   Default is dial.scr\r\n#\r\nDIALFILE = ppp.scr\r\n#\r\n#\r\n#   CLIENT_IP   if your provider allocates you a different Ip Address\r\n#   whenever you log in, then don't bother with CLIENT_IP\r\n#   However, if you have an IP address all to yourself, then put\r\n#   it here, in dotted decimal.  If your dial script file gets\r\n#   your address at login time, it will override this value.\r\n#\r\nCLIENT_IP = 192.168.0.200\r\n#\r\n#\r\n#   TCP paramaters.  Don't change without advice from a TCP freak <img decoding=\"async\" class=\"lmbbox_smileys_img\" src=\"http:\/\/www.final-memory.org\/wp-content\/plugins\/lmbbox-smileys\/smileys\/tb\/smile1.gif\" alt=\":-)\" \/>\r\n#   If left unset, they default to hardcoded (sensible) values.\r\n#   DFB_SIZE should *never* be less than 580.\r\n#\r\nTTL         = 64\r\nPING_TTL    = 255\r\nMTU         = 1500\r\nRCV_WND     = 4500\r\n#\r\n#\r\n# Protocol\r\n# 0 = Normal Slip\r\n# 1 = CSLIP\r\n# 2 = PPP\r\nPROTOCOL = 2\r\n#\r\n# 0 = OFF\r\n# 1 = ON\r\n#\r\nREPORT = 0\r\n#\r\n#   Response to incoming TCP packets to unknown ports\r\n#   0 = default (3 = send ICMP)\r\n#   1 = ignore\r\n#   2 = send TCP RST\r\n#   3 = send ICMP `unknown port' response\r\n#\r\n#   3 is the `correct' response, but when connecting to an IRC server\r\n#   it attempts to contact your identd on port 113.  If it thinks you\r\n#   don't have identd, it will most probably reset your IRC session.\r\n#   Until I have written an identd, response 1 or 2 should fool at least\r\n#   some of the servers.\r\n#\r\nUP_RESPONSE = 3\r\n#\r\n#\r\n#   Your username and hostname.\r\n#\r\n#   HOSTNAME is the hostname of your computer for this session.\r\n#   If your address is dynamically allocated, HOSTNAME will be wrong.\r\n#   For now, just set it to your providers hostname (or whatever).\r\n#   Try to make it reasonably accurate if possible.\r\n#\r\n#   USERNAME is used during PPP login if your ISP supports PAP.\r\n#    If your ISP uses PAP USERNAME must be set and correct.\r\n#\r\n#   FULLNAME is pretty obvious, right?\r\n#\r\nUSERNAME = falcon030\r\nHOSTNAME = falcon030\r\nFULLNAME =\r\n#\r\n#\r\n#   The NAMESERVER (ie: DNS or Domain Name Server) *must* be set,\r\n#   preferably to a nameserver that your provider recommends.\r\n#   However if you don't know what your ISP recommends you can\r\n#   try an entry of 0.0.0.0\r\n#   SET THIS TO THE ONE OF YOUR ISP OR ROUTER!\r\nNAMESERVER =\r\n#\r\n#   IRC Stuff.\r\n#\r\n#   IRCNICK   Your prefered IRC nick.  It might be in use, of course...\r\n#             defaults to USERNAME if not set\r\n#\r\nIRCNICK =\r\n#\r\n#\r\n#   IRC servers.  Currently, just one default server\r\n#   can be specified.\r\n#   If port number is not specified, it defaults to 6667\r\n#\r\n#   irc.escape.com\r\nIRCSERVER = irc.stealth.net\r\nIRCPORT   = 6667\r\n#\r\n#   IRCPONGMSG      This is text for a \/msg to be sent to the person\r\n#                   who pinged you.  If you want to save network\r\n#                   bandwidth, leave it commented out <img decoding=\"async\" class=\"lmbbox_smileys_img\" src=\"http:\/\/www.final-memory.org\/wp-content\/plugins\/lmbbox-smileys\/smileys\/tb\/smile1.gif\" alt=\":-)\" \/>\r\n#\r\nIRCPONGMSG = Success!\r\n#\r\n#\r\n#   WWW Proxy for HTML\r\n#\r\n# Uncomment the following two lines if you need to use a proxy-server. If\r\n# you don't know what it is, or don't use HTML, then don't worry about it.\r\n# Don't forget to set them to a proxy server appropriate for you...\r\n#\r\n#HTTP_PROXY=proxy.netinfo.com.au\r\n#HTTP_PROXY_PORT=8080\r\n#\r\n#\r\n# SMTP_HOST\r\n#\r\n#  Your default host for sending mail.\r\n#  DO NOT LEAVE EMPTY!\r\nSMTP_HOST=\r\n#\r\n# EMAIL your email address you wish to receive mail at.  CAB.OVL uses this\r\n# SET THIS TO SOMETHING USEFUL!\r\nEMAIL=\r\n#\r\n# PASSWORD is used in PAP connections with PPP.  If your ISP uses PAP\r\n# then you must have PASSWORD set and correct.\r\n#\r\nPASSWORD=\r\n#\r\n# PAP_ID is used to replace username on systems where\r\n# your PAP_ID is not your email username\r\n# If your username for PAP is the same as your normal email username\r\n# you do not need to use this setting.\r\n#\r\nPAP_ID =\r\n#\r\n# YIELD - utilize the app_yield system command (does not work on many systems)\r\n# Keeps many routines from blocking the system.\r\n#\r\n# 0 (default) OFF - do not call app_yield\r\n# 1 ON - call app_yield\r\n#\r\nYIELD=0\r\n#\r\n# SLICE - Modifies how often the stik interupt will run.\r\n# Can be any value 0 up.\r\n#\r\n# 0 is fine for a machine with an 68030 or better CPU\r\n# Other machines will need 1 or higher.\r\n#\r\nSLICE = 0<\/pre>\n<p>Danach sollte dann auch CAB ohne besondere Proxies funktionieren. Wenn man die Bilder abschaltet, ist auch mein Blog hier mit CAB durchaus lesbar.<\/p>\n<p>Spezieller Dank der <a href=\"http:\/\/forum.atari-home.de\/\" target=\"_blank\">Community von atari-home.de<\/a>, die mir beim Debuggen des Problems hilfreich zur Seite stand.<\/p>\n<p>Frohes Netzen mit Mint!<\/p>\n<div id=\"facebook_like\"><iframe src=\"http:\/\/www.facebook.com\/plugins\/like.php?href=https%3A%2F%2Fwww.final-memory.org%2F%3Fp%3D1721&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden; width:500px; height:80px;\" allowTransparency=\"true\"><\/iframe><\/div>","protected":false},"excerpt":{"rendered":"<p>Wenn man unter Mint Mintnet benutzt, um \u00fcber die Netusbee oder Hydra auf das Netzwerk zuzugreifen, so funktionieren erstmal nur Programme, die auch das Mintnet API benutzen. Damit man den \u00e4lteren Standard Stik bzw Sting benutzen kann, muss ein kleines Hilfsprogramm namens Gluestik installiert werden. Am besten ruft man Gluestik aus der Autostartsequenz von Mint &hellip; <a href=\"https:\/\/www.final-memory.org\/?p=1721\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;GlueSTik f\u00fcr Mint korrekt konfigurieren&#8221;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[12,3],"tags":[],"class_list":["post-1721","post","type-post","status-publish","format-standard","hentry","category-atari-st","category-web"],"_links":{"self":[{"href":"https:\/\/www.final-memory.org\/index.php?rest_route=\/wp\/v2\/posts\/1721","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.final-memory.org\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.final-memory.org\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.final-memory.org\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.final-memory.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1721"}],"version-history":[{"count":7,"href":"https:\/\/www.final-memory.org\/index.php?rest_route=\/wp\/v2\/posts\/1721\/revisions"}],"predecessor-version":[{"id":1728,"href":"https:\/\/www.final-memory.org\/index.php?rest_route=\/wp\/v2\/posts\/1721\/revisions\/1728"}],"wp:attachment":[{"href":"https:\/\/www.final-memory.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1721"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.final-memory.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1721"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.final-memory.org\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1721"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}