home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 15 Message / 15-Message.zip / oe991002.zip / Ln991001.txt < prev    next >
Text File  |  1999-10-09  |  22KB  |  614 lines

  1.  
  2.                   OS/2 Lan discussion              (Fidonet)
  3.  
  4.                   Sunday, 26-Sep-1999 to Friday, 01-Oct-1999
  5.  
  6. +----------------------------------------------------------------------------+
  7.  
  8. From: Mike Roark                                        24-Sep-99 17:56:21
  9.   To: Roy J. Tellason                                   26-Sep-99 06:41:19
  10. Subj: OS/2 <-> Win98
  11.  
  12. Hello Roy!
  13.  
  14. Wednesday September 22 1999 10:32, Roy J. Tellason wrote to Dan Egli:
  15.  
  16.  
  17.  RT> What I need to do here is figure out a way to _automate_ that login
  18.  RT> process,  so I can have a machine that'll boot right into using drives
  19.  RT> elsewhere (on the Linux box) as a file server.
  20.  
  21. In one of the directories.. IBMLAN is a subdirectory called netprog. In that
  22. directory, you will find a file called netstcmd.cmd. Here is mine..
  23.  
  24.  
  25. === Cut ===
  26. @echo off
  27. NET %1 %2 %3 %4 %5 %6 %7 %8 %9
  28. @if errorlevel 2 pause
  29. c:\muglib\logon.exe mike /p:xxxxxx
  30. net config req /oth:janeroar
  31. c:\mptn\bin\ipgate on
  32. === Cut ===
  33.  
  34. This starts the networking, and automatically logs me on, adds the other
  35. computer (which was a win3.11 machine), and turns on ipgating. Someone will
  36. probably tell me that I don't need that net config line, and it's probably
  37. true.. But if it ain't broke..... ;-)
  38.  
  39. Have a nice day
  40. Mike
  41. Internet bcomber@cave.fido.de
  42. This OS/2 system uptime is 1d 0h 03m 02s 406ms (en).
  43.  
  44. ---
  45.  * Origin: Finally Warped! (2:2490/8016)
  46.  
  47. +----------------------------------------------------------------------------+
  48.  
  49. From: Dan Egli                                          25-Sep-99 21:40:29
  50.   To: Peter Knapper                                     26-Sep-99 06:41:19
  51. Subj: OS/2 <-> Win98
  52.  
  53.  -=> Quoting Peter Knapper to Dan Egli <=-
  54.  
  55.  PK> Hi Dan,
  56.  
  57. thanks for your help! I now have the OS/2 machine sharing drives w/ the
  58. windows machine.
  59.  
  60.  
  61. And FYI, in Windows terms:
  62.  
  63. There are 2 types of access:
  64. Share level:        Anyone can get access provided the password they enter is
  65. correct
  66. (passwords can be blank - which means access period)
  67. User Level:        Requires a NT server, or an emulation that will report NT User
  68. names and NT User IDs. Each UserID is assigned a specific privledge.
  69.  
  70. Privledges: 2 types
  71. Read Only
  72. Full (Read/Write/Create/Delete/Ect..)
  73.  
  74.  
  75.  
  76. ... Don't hit me, Mr. Moderator... I'll go back on topic... I swear!
  77.  
  78. ---
  79.  * Origin: The Electronic Universe - 801-274-2049 - 24/7! (1:311/50)
  80.  
  81. +----------------------------------------------------------------------------+
  82.  
  83. From: Dan Egli                                          25-Sep-99 21:40:29
  84.   To: All                                               26-Sep-99 06:41:19
  85. Subj: TCP/IP Questions
  86.  
  87. Ok all.
  88.  
  89. You got my OS/2 and Win98 box talking to each other. I thank you immensely for 
  90. that.
  91.  
  92. NOW, I need more help. I will be attaching to a Cablemodem soon, using a Hub
  93. to broadcast the Signal to both boxes (only got 1 nic, so hub is only answer
  94. till I get another nic. then I can use one machine as the gateway for the
  95. other) and I want to have RemoteAccess to the cpu. So I need the following (If 
  96. they are in the Warp 4 distribution, just say so and tell how to
  97. install/configure them please):
  98.  
  99. Telnet Daemon/Server
  100. FTP Daemon/Server (Both need user access)
  101. Domain Name Server Program (so that I can maintain my own DNS entries, and not 
  102. have to rely
  103. on my Cable Provider's DNS which is slow).
  104. News Spooler (Must spool Usenet news on my HDD, must allow for config of WHICH 
  105. groups to spool, and must allow NNTP support).
  106.  
  107. I know I could get all this for Linux easy, but no boxes left to put Linux on. 
  108. It's on the machine w/ a dead HDD and I got no $$ to replace the HDD. So it's
  109. out of the picture.
  110.  
  111. Thanks!
  112.  
  113. ... Cats are smarter than dogs. You can't get eight cats to pull a sled.
  114.  
  115. ---
  116.  * Origin: The Electronic Universe - 801-274-2049 - 24/7! (1:311/50)
  117.  
  118. +----------------------------------------------------------------------------+
  119.  
  120. From: Peter Knapper                                     26-Sep-99 19:36:01
  121.   To: Mike Roark                                        26-Sep-99 09:33:16
  122. Subj: OS/2 <-> Win98
  123.  
  124. Hi Mike,
  125.  
  126.  MR> === Cut ===
  127.  MR> @echo off
  128.  MR> NET %1 %2 %3 %4 %5 %6 %7 %8 %9
  129.  MR> @if errorlevel 2 pause
  130.  MR> c:\muglib\logon.exe mike /p:xxxxxx
  131.  MR> net config req /oth:janeroar
  132.  MR> c:\mptn\bin\ipgate on
  133.  MR> === Cut ===
  134.  
  135.  MR> This starts the networking, and automatically logs me 
  136.  MR> on, adds the other computer (which was a win3.11 
  137.  MR> machine), and turns on ipgating. Someone will probably 
  138.  MR> tell me that I don't need that net config line, and 
  139.  MR> it's probably true.. But if it ain't broke..... ;-)
  140.  
  141. Ok, you tempted me so here I go. The line -
  142.  
  143.   net config req /oth:xxxxxx
  144.  
  145. provides access to a second DOMAIN (and you can configure the OS/2 Requestor
  146. to belong to a total of 4 domains if required) as well as the default one,
  147. which you can also do by manually editing your \IBMLAN\IBMLAN.INI file, find
  148. the 'othdomains =' lines towards the begining of the file and add the extra
  149. domain(s) there.
  150.  
  151. There you are, wasn't too painfull was it.....;-)
  152.  
  153. Cheers..........pk.
  154.  
  155.  
  156. --- Maximus/2 3.01
  157.  * Origin: Another Good Point About OS/2 (3:772/1.10)
  158.  
  159. +----------------------------------------------------------------------------+
  160.  
  161. From: Peter Knapper                                     26-Sep-99 23:02:24
  162.   To: Dan Egli                                          26-Sep-99 14:55:17
  163. Subj: TCP/IP Questions
  164.  
  165. Hi Dan,
  166.  
  167.  DE> So I need the following (If they are in the 
  168.  DE> Warp 4 distribution, just say so and tell how to 
  169.  DE> install/configure them please):
  170.  
  171.  DE> Telnet Daemon/Server
  172.     Yes, TELNETD is provided with Warp, however be aware that Warp is NOT
  173. natively a multi-user OS, so you need to be VERY careful how you set things
  174. up, otherwise you may end up with an open system to whoever connects to your
  175. machine. There are also some "add on" TELNETD's available, however they all
  176. warn on the potential dangers of setting them up incorrectly and ending up
  177. with NO security!!!
  178.  
  179.  DE> FTP Daemon/Server (Both need user access)
  180.     Yes, FTPD is provided with Warp that provideds for Secure Users/Anonymous
  181. logins and control over Drive/Directories used. There are also several 3rd
  182. party FTP Servers available that improve on the capabilities of the included
  183. Server. 
  184.  
  185.  DE> Domain Name Server
  186.     No, a DNS Server is not provided with standard Warp (it is with Warp
  187. Server), however there is an OS/2 port of BIND available that I have used with 
  188. Warp.
  189.  
  190.  DE> News Spooler
  191.     There is a News Client provided with Warp, and several alternative Clients 
  192. available (which most people prefer to use), but no NNTP Server provided.
  193. Fortunately there are 3rd party NNTP Servers available (such as CHANGI) if you 
  194. need them. 
  195.  
  196. Missing from your list but not included and available if you need them -
  197.   1. Pop Server. OS2Pops available from the IBM EWS archives.
  198.   2. Web Server. Apache/2, an excellent Web Server, plus others.
  199.  
  200. In all cases for the items provided with Warp, you will need to read the
  201. supplied Doc's, in some cases you will need to read them WELL, and then ask
  202. for help.......;-). The 3rd party offerings vary from very little included
  203. documentation that expects you to be an expert, to extremely good.
  204.  
  205. I hope that gets you started...........pk.
  206.  
  207.  
  208. --- Maximus/2 3.01
  209.  * Origin: Another Good Point About OS/2 (3:772/1.10)
  210.  
  211. +----------------------------------------------------------------------------+
  212.  
  213. From: Roy J. Tellason                                   26-Sep-99 10:52:17
  214.   To: Dan Egli                                          26-Sep-99 14:55:17
  215. Subj: OS/2 <-> Win98
  216.  
  217. Dan Egli wrote in a message to Peter Knapper:
  218.  
  219.  DE> And FYI, in Windows terms:
  220.  
  221.  DE> There are 2 types of access:
  222.  DE> Share level:      Anyone can get access provided the
  223.  DE> password they enter is correct
  224.  DE> (passwords can be blank - which means access period)
  225.  DE> User Level:      Requires a NT server, or an emulation that
  226.  DE> will report NT User names and NT User IDs. Each UserID is
  227.  DE> assigned a specific privledge. 
  228.  
  229.  DE> Privledges: 2 types
  230.  DE> Read Only
  231.  DE> Full (Read/Write/Create/Delete/Ect..)
  232.  
  233. Eeuw, that's worse than I thought...!
  234.  
  235. --- 
  236.  * Origin: TANSTAAFL BBS 717-838-8539 (1:270/615)
  237.  
  238. +----------------------------------------------------------------------------+
  239.  
  240. From: Neil Walker                                       25-Sep-99 22:34:20
  241.   To: Mike Roark                                        26-Sep-99 14:55:17
  242. Subj: OS/2 <-> Win98
  243.  
  244. Hello Mike!
  245.  
  246. Monday September 20 1999 17:39, you wrote to Dan Egli:
  247.  
  248.  DE>> I don't want username and passwords if I can avoid it.
  249.  
  250.  MR> I doubt that Win9x will allow you to connect to the network without
  251.  MR> it.
  252.  
  253. It does.
  254.  
  255.  MR> And Warp doesn't afaik.
  256.  
  257. It doesn't. :-(
  258.  
  259.  
  260. Be lucky,
  261.  
  262.  
  263. Neil
  264.  
  265. --- GoldED/2 3.0.1
  266.  * Origin: The Electric Pigeon - <01952 414247> (2:2500/509)
  267. 801
  268. 805/4
  269. 3613/666
  270.  
  271. +----------------------------------------------------------------------------+
  272.  
  273. From: Erik Jakobsen                                     26-Sep-99 11:33:13
  274.   To: all                                               27-Sep-99 08:56:14
  275. Subj: how to ? route
  276.  
  277. Hello !
  278.  
  279.   How do I do the following :
  280.  
  281.                                  |     server running      |
  282.                                   netcard1             netcard2          
  283.    net 1 (bnc) ---------------|     os2 warp 4     | ------------------(TP)
  284. net 2 
  285.                                       or os2 warp serv entry
  286.  
  287.    tcpip: X.Y.Z.1-32 ( 255.255.0.0 )                ( 255.255.0.0 ) X.Y.A.1-32
  288.    I want to connect  2 diff local networks on 1 server ... might be running
  289. os2 warp og warp server entry 
  290.    i want to be able to use netbios over tcpip or just tcpip to connect the
  291. two sides. 
  292.  
  293.    Is it possibel and how might it be achived ? 
  294.  
  295.    I've tried but the bnc-netcard alway get disabled, ( error on irq)  
  296.    protocol.ini does have entries to cover the netcard, but it doesnt
  297. function. 
  298.    I'v tried 2 identical pci-netcards with diff addresses 
  299.    i'v tried 2 different pci-netcards 
  300.     the bnc (or both) allways gets disabled.
  301.       
  302. Bye, Erik!
  303.  
  304. --- FleetStreet 1.22 NR
  305.  * Origin: DataVisor BBS - TeamOS2 (2:238/253.136)
  306.  
  307. +----------------------------------------------------------------------------+
  308.  
  309. From: Cyrill Vakhneyev                                  27-Sep-99 12:01:09
  310.   To: Dan Egli                                          27-Sep-99 11:46:26
  311. Subj: TCP/IP Questions
  312.  
  313. Hello Dan!
  314.  
  315. 25 Sep 99 21:40, Dan Egli wrote to All:
  316.  DE> Telnet Daemon/Server
  317.     Yes. It's a part of TCP/IP Base Apps. If you want multi-user access - you
  318. must find 3'd party authorisation system. I'm use tnlogin by Kai Uwe Rommel.
  319. This tool provide authorisation with passwd file and standard UNIX-like
  320. crypted
  321. passwords.
  322.  DE> FTP Daemon/Server (Both need user access)
  323.     Same. But my advice. Use FTPServer by Peter Moylan. It's strange but very
  324. useful proggy. http://www.ee.newcastle.edu.au/users/staff/peter/Moylan.html
  325.  DE> Domain Name Server Program (so that I can maintain my own DNS
  326.  DE> entries, and not have to rely on my Cable Provider's DNS which is
  327.  DE> slow).
  328.     DNS with dynamic capabilites provide only by server's variation of IBM's
  329. TCP/IP (TCP 3.1 or 4.1 on Lan Server). Also you may get port of standard BIND
  330. 4.9.x or 8.1.x on Hobbes.
  331.     JFYI: I knew how to install all features of TCP 4.1 on any OS/2 version
  332. with or without installing Java and Netscape ;)
  333.  DE> News Spooler (Must spool Usenet news on my HDD, must allow for config
  334.  DE> of WHICH groups to spool, and must allow NNTP support).
  335.     I haven't information :( AFAIK INN port is.
  336.  
  337. Bye!
  338. Cyrill                                [Team OS/2 CV004]
  339.  
  340. ... Windows: The Gates of hell.
  341. ---
  342.  * Origin: I feel like Popeye!  (2:5053/7.1)
  343.  
  344. +----------------------------------------------------------------------------+
  345.  
  346. From: Leonard Erickson                                  27-Sep-99 02:21:03
  347.   To: Roy J. Tellason                                   27-Sep-99 14:32:03
  348. Subj: OS/2 <-> Win98
  349.  
  350.  -=> Quoting Roy J. Tellason to Dan Egli <=-
  351.  
  352.  RJT> Dan Egli wrote in a message to Peter Knapper:
  353.  
  354.  DE> And FYI, in Windows terms:
  355.  
  356.  DE> There are 2 types of access:
  357.  DE> Share level:      Anyone can get access provided the
  358.  DE> password they enter is correct
  359.  DE> (passwords can be blank - which means access period)
  360.  DE> User Level:      Requires a NT server, or an emulation that
  361.  DE> will report NT User names and NT User IDs. Each UserID is
  362.  DE> assigned a specific privledge. 
  363.  
  364.  DE> Privledges: 2 types
  365.  DE> Read Only
  366.  DE> Full (Read/Write/Create/Delete/Ect..)
  367.  
  368.  RJT> Eeuw, that's worse than I thought...!
  369.  
  370. Now you know why I prefer Netware.
  371.  
  372. From the Netware RIGHTS command:
  373.  
  374. Your Effective Rights for this directory are [SRWCEMFA]
  375.     You have Supervisor Rights to Directory.   (S)
  376.   * May Read from File.                        (R)
  377.   * May Write to File.                         (W)
  378.     May Create Subdirectories and Files.       (C)
  379.     May Erase Directory.                       (E)
  380.     May Modify Directory.                      (M)
  381.     May Scan for Files.                        (F)
  382.     May Change Access Control.                 (A)
  383.  
  384. * Has no effect on directory.
  385.  
  386.     Entries in Directory May Inherit [SRWCEMFA] rights.
  387.     You have ALL RIGHTS to Directory Entry.
  388.  
  389. --- Blue Wave/DOS v2.30
  390.  * Origin: Shadowshack (1:105/51)
  391.  
  392. +----------------------------------------------------------------------------+
  393.  
  394. From: MIKE RUSKAI                                       26-Sep-99 23:05:00
  395.   To: DAN EGLI                                          27-Sep-99 19:40:01
  396. Subj: TCP/IP Questions
  397.  
  398. Some senseless babbling from Dan Egli to All
  399. on 09-25-99  21:40 about TCP/IP Questions...
  400.  
  401.  DE> Ok all.
  402.  
  403.  DE> You got my OS/2 and Win98 box talking to each other. I thank you
  404.  DE> immensely for that.
  405.  
  406.  DE> NOW, I need more help. I will be attaching to a Cablemodem soon, using
  407.  DE> a Hub to broadcast the Signal to both boxes (only got 1 nic, so hub is
  408.  DE> only answer till I get another nic. then I can use one machine as the
  409.  DE> gateway for the other) and I want to have RemoteAccess to the cpu. So I
  410.  DE> need the following (If they are in the Warp 4 distribution, just say so
  411.  DE> and tell how to install/configure them please):
  412.  
  413.  DE> Telnet Daemon/Server
  414.  DE> FTP Daemon/Server (Both need user access)
  415.  
  416. OS/2 has these, but they're rudimentary.  There are other FTP daemons 
  417. available, including a Washington University port that's unfortunately 
  418. limited with anonymous access (and a bear to set up at all).
  419.  
  420. I use Hethmon Brother's FTPD, which is simple to set up and use, though it 
  421. has not yet been updated to support resume (not that it's important right 
  422. now, with only a modem connection to the Internet).
  423.  
  424. It should also be noted that your cable provider will frown on setting up 
  425. server software.  Though they will probably only check for a web server, if 
  426. anything.
  427.  
  428.  DE> Domain Name Server Program (so that I can maintain my own DNS entries,
  429.  DE> and not have to rely
  430.  DE> on my Cable Provider's DNS which is slow).
  431.  
  432. You will have to use your provider's DNS anyway.  If you set it up in 
  433. caching mode, then you're often-used addresses will be resolved without 
  434. going to the provider's name server.
  435.  
  436. What you'll want to use is BIND, available at Hobbes.  Setting it up is a 
  437. bit of a pain, of course.
  438.  
  439.  DE> News Spooler (Must spool Usenet news on my HDD, must allow for config
  440.  DE> of WHICH groups to spool, and must allow NNTP support).
  441.  
  442. Changi is probably the best bet there.  I haven't taken a good look at it, 
  443. since I just used Vsoup and GIGO to gate news into the BBS.
  444.  
  445.  DE> I know I could get all this for Linux easy, but no boxes left to put
  446.  DE> Linux on. It's on the machine w/ a dead HDD and I got no $$ to replace
  447.  DE> the HDD. So it's out of the picture.
  448.  
  449. Something else you need to consider is the fact that if you're going to 
  450. plug the cable modem into the hub, you'll need two separate valid IP 
  451. addresses for each connected computer.  
  452.  
  453. Unless, of course, you use a firewall product (such as InJoy's) which will 
  454. do NAT (IP masquerading) on the configuration you're using.  One box will 
  455. have the cable modem's IP address, and the other will have a RFC1918 
  456. address (e.g. 172.16.0.1).  Keep in mind that the cable company may use a 
  457. few such addresses themselves.  I had my network based on 172.16.0.x, then 
  458. the friggin cable company starting using my addresses (and you'll see them, 
  459. because the cable modem is a local LAN), so I moved to 172.20.0.x.
  460.  
  461. The performance of InJoy Firewall's IP masquerading is quite good, 
  462. incidentally.  It's fast, and doesn't muck up the server machine (if you 
  463. use this program, make sure to set the priority to the highest).
  464.  
  465. Mike Ruskai
  466. thannymeister@yahoo.com
  467.  
  468.  
  469. ... FBI: Federal Bureau of Intimidation
  470.  
  471. ___ Blue Wave/QWK v2.20
  472. --- Platinum Xpress/Win/Wildcat5! v3.0pr2
  473.  * Origin: FIDO QWK MAIL & MORE!  WWW.DOCSPLACE.ORG (1:3603/140)
  474. 801
  475. 805/4
  476. 3613/666
  477.  
  478. +----------------------------------------------------------------------------+
  479.  
  480. From: Leonard Erickson                                  28-Sep-99 09:46:03
  481.   To: Erik Jakobsen                                     30-Sep-99 08:38:11
  482. Subj: how to ? route
  483.  
  484.  -=> Quoting Erik Jakobsen to all <=-
  485.  
  486. Your message was flagged Private, so most folks never even saw it.
  487. Also, your "diagram" was so badly mangled I couldn't figure it out. 
  488.  
  489.  EJ> Hello !
  490.  
  491.  EJ> How do I do the following :
  492.  
  493.  EJ> |     server running      |
  494.  EJ> netcard1             netcard2       
  495.  EJ> net 1 (bnc) ---------------|     os2 warp 4     |
  496.  EJ> ------------------(TP) net 2  or
  497.  EJ> os2 warp serv entry 
  498.  
  499.  EJ> tcpip: X.Y.Z.1-32 ( 255.255.0.0 )                ( 255.255.0.0 )
  500.  EJ> X.Y.A.1-32 I want to connect  2 diff local networks on 1 server ...
  501.  EJ> might be running os2 warp og warp server entry  i want to be able to
  502.  EJ> use netbios over tcpip or just tcpip to connect the two sides.  
  503.  EJ> Is it possibel and how might it be achived ? 
  504.  EJ> 
  505.  EJ> I've tried but the bnc-netcard alway get disabled, ( error on irq) 
  506.  EJ> protocol.ini does have entries to cover the netcard, but it doesnt
  507.  EJ> function.  I'v tried 2 identical pci-netcards with diff addresses 
  508.  EJ> i'v tried 2 different pci-netcards 
  509.  EJ> the bnc (or both) allways gets disabled.
  510.  
  511. At a guess, if you are trying to use both BNC and RJ-45 connectors on
  512. the *same* card, it's not possible. You'd need different cards. One for
  513. each type of connector. 
  514.  
  515. Unless you *need* the two networks to be seperate, just buy a hub that
  516. has a BNC connector. That's how I've hooked my old BNC machines into
  517. the network with my newer TP (RJ-45) systems. 
  518.  
  519. If you *do* need them to be seperate networks, you may be able to do
  520. it, but you'll need two cards. And probably two IP addresses. Beyond
  521. that, I have no idea.
  522.  
  523. --- Blue Wave/DOS v2.30
  524.  * Origin: Shadowshack (1:105/51)
  525.  
  526. +----------------------------------------------------------------------------+
  527.  
  528. From: Mike Roark                                        27-Sep-99 16:46:02
  529.   To: Peter Knapper                                     01-Oct-99 05:53:17
  530. Subj: OS/2 <-> Win98
  531.  
  532. Hello Peter!
  533.  
  534. Sunday September 26 1999 19:36, Peter Knapper wrote to Mike Roark:
  535.  
  536.  PK>   net config req /oth:xxxxxx
  537.  
  538.  PK> provides access to a second DOMAIN (and you can configure the OS/2
  539.  PK> Requestor to belong to a total of 4 domains if required) as well as
  540.  PK> the default one, which you can also do by manually editing your
  541.  PK> \IBMLAN\IBMLAN.INI file, find the 'othdomains =' lines towards the
  542.  PK> begining of the file and add the extra domain(s) there.
  543.  
  544.  PK> There you are, wasn't too painfull was it.....;-)
  545.  
  546. Not at all.. ;-) And thanks. It's been a while since the wife's system was
  547. booted to Win31, and this is the way I got it to work..
  548.  
  549.  
  550. Have a good day!!
  551. Mike
  552. Internet bcomber@cave.fido.de
  553. This OS/2 system uptime is 2d 7h 18m 05s 437ms (en).
  554.  
  555. ---
  556.  * Origin: Finally Warped! (2:2490/8016)
  557.  
  558. +----------------------------------------------------------------------------+
  559.  
  560. From: Mike Roark                                        27-Sep-99 16:47:22
  561.   To: Neil Walker                                       01-Oct-99 05:53:17
  562. Subj: OS/2 <-> Win98
  563.  
  564. Hello Neil!
  565.  
  566. Saturday September 25 1999 22:34, Neil Walker wrote to Mike Roark:
  567.  
  568.  DE>>> I don't want username and passwords if I can avoid it.
  569.  
  570.  MR>> I doubt that Win9x will allow you to connect to the network
  571.  MR>> without it.
  572.  
  573.  NW> It does.
  574.  
  575. Typical security for them.. ;-)
  576.  
  577.  MR>> And Warp doesn't afaik.
  578.  
  579.  NW> It doesn't. :-(
  580.  
  581. Better security?
  582.  
  583.  
  584. Have a good day!!
  585. Mike
  586. Internet bcomber@cave.fido.de
  587. This OS/2 system uptime is 2d 7h 18m 05s 437ms (en).
  588.  
  589. ---
  590.  * Origin: Finally Warped! (2:2490/8016)
  591.  
  592. +----------------------------------------------------------------------------+
  593.  
  594. From: Rolf Behringer                                    29-Sep-99 22:18:02
  595.   To: Johan Zwiekhorst                                  01-Oct-99 05:53:17
  596. Subj: TCP/IP Questions
  597.  
  598. Hallo Johan,
  599.  
  600.  JZ> Changi
  601.  JZ> but it's in German, I'm afraid.
  602.  
  603. No, it isn't. It's in English.
  604.  
  605.  
  606. bye, Rolf
  607.  
  608. ---
  609.  * Origin: It's (2:2476/812)
  610.  
  611. +----------------------------------------------------------------------------+
  612.  
  613. +============================================================================+
  614.