• QWk & dove-net

    From Datalus@21:4/120 to All on Wednesday, February 14, 2018 11:07:28
    Hi everyone need a little advice ive been trying to setup dove-net with the
    qwk and qwkpoll cant seem to get it working. I get to the vert sight it
    logins in and says it downloading then i get -unable to open data connection.
    I must have something wrong so if there is someone out there that uses
    qwkpoll and polls dove-net I'd appreciate some help.
    thxs Datalus aka Sam Penwright

    --- Mystic BBS v1.12 A38 2018/01/01 (Windows/32)
    * Origin: Skylab Systems BBS (21:4/120)
  • From Black Panther@21:1/186 to Datalus on Sunday, February 18, 2018 11:29:39
    On 02/14/18, Datalus said the following...

    Hi everyone need a little advice ive been trying to setup dove-net with the qwk and qwkpoll cant seem to get it working. I get to the vert sight it logins in and says it downloading then i get -unable to open data connection. I must have something wrong so if there is someone out there that uses qwkpoll and polls dove-net I'd appreciate some help.

    Hi Sam,

    Here is how I have my Mystic set up to pick up Dove-net:

    Active Poll | Yes
    Network Name | DoveNet
    Member Type | Node
    FTP Host | dove.synchro.net
    Login | castlero
    Password | **********
    Use Passive | Yes
    Packet ID | vert
    Archive Type | ZIP
    Use QWKE | No

    When I poll for mail, my script just runs the './qwkpoll all' command.

    I hope that helps a little bit. :)


    ---

    Black Panther
    a.k.a. Dan Richter
    Sysop - Castle Rock BBS (RCS)
    telnet://bbs.castlerockbbs.com
    http://www.castlerockbbs.com
    The sparrows are flying again....

    --- Mystic BBS v1.12 A38 2018/01/01 (Linux/64)
    * Origin: Castle Rock BBS - bbs.castlerockbbs.com (21:1/186)
  • From Datalus@21:4/120 to Black Panther on Sunday, February 18, 2018 17:33:39
    Ill give it a try thanks for the help.
    Datalus

    --- Mystic BBS v1.12 A38 2018/01/01 (Windows/32)
    * Origin: Skylab Systems BBS (21:4/120)
  • From bcw142@21:1/145 to Datalus on Monday, February 26, 2018 11:49:50
    Read what Black Panther wrote to you, it's his setup for it. There is another possible issue, it's using ftp and ftp uses high ports at 60000 or something like that to transfer the data so they need to be open.

    --- Mystic BBS v1.12 A38 2018/01/01 (Raspberry Pi/32)
    * Origin: Mystic Pi BBS bcw142.zapto.org (21:1/145)
  • From Datalus@21:4/120 to Black Panther on Sunday, March 04, 2018 17:07:24
    Thanks Black Panther Got it going. So is there any info on website istall
    found a message to add http but theres not much other info.
    Thxs Datalus

    --- Mystic BBS v1.12 A39 2018/02/06 (Windows/32)
    * Origin: Skylab Systems BBS (21:4/120)
  • From bcw142@21:1/145 to Datalus on Friday, March 09, 2018 13:43:30
    On 03/04/18, Datalus said the following...

    Thanks Black Panther Got it going. So is there any info on website istall found a message to add http but theres not much other info.
    Thxs Datalus

    It's Alpha and just added, it does http text, but I haven't found anything
    else to it yet. I haven't tried setting up downloads or ftp through it yet, will this weekend. It has an Icon so likely does pictures of common types,
    I'll check that out this weekend as well (weekend is almost here for me).

    --- Mystic BBS v1.12 A38 2018/01/01 (Raspberry Pi/32)
    * Origin: Mystic Pi BBS bcw142.zapto.org (21:1/145)
  • From bcw142@21:1/145.2 to Datalus on Saturday, March 10, 2018 17:39:05
    On 03/04/18, Datalus said the following...

    Thanks Black Panther Got it going. So is there any info on website istall found a message to add http but theres not much other info.
    Thxs Datalus

    So what Info are you looking for? The default is /mystic/webroot/www for all webpages and stuff, index.html would be the default page, likely index.htm on Windows (I generally use Linux). It seems to have most basic functioning,
    does more then the nweb I've been running. I put up a short test page on my AlphaTest system (Mystic Linux/64), but it's local only at present. Still, I find it handles everything I used nweb for and more.

    HTTP/1.0 200 OK
    Date: Sat, 10 Mar 2018 14:48:47 GMT
    Server: Mystic/1.12 A39 (Linux/64)
    Connection: close
    Content-Type: text/html; charset=utf-8

    Is the basic header about it on my system. I can put things up for download, display pictures of all types I've tried and such. I'm using Ubuntu so I had
    to first do:
    sudo /etc/init.d/apache2 stop
    to disable the default Apache web server, then put up the mystic one (mis). Seems to work fine.

    --- Mystic BBS v1.12 A39 2018/02/28 (Linux/64)
    * Origin: Mystic AlphaTest bcw142.zapto.org:2323 (21:1/145.2)
  • From Jeffs@21:1/128.3 to bcw142 on Saturday, March 10, 2018 19:22:26
    On 03/10/18, bcw142 said the following...
    HTTP/1.0 200 OK
    Date: Sat, 10 Mar 2018 14:48:47 GMT
    Server: Mystic/1.12 A39 (Linux/64)
    Connection: close
    Content-Type: text/html; charset=utf-8

    Is the basic header about it on my system. I can put things up for download, display pictures of all types I've tried and such. I'm using Ubuntu so I had to first do:
    sudo /etc/init.d/apache2 stop
    to disable the default Apache web server, then put up the mystic one (mis). Seems to work fine.

    In the past I ran Apache2 as my webserver and had BBBS setup as a virtual
    host on port 8080.

    --- Mystic BBS v1.12 A38 2018/01/01 (Raspberry Pi/32)
    * Origin: The Twisted Balloon - Anoka, MN (21:1/128.3)
  • From bcw142@21:1/145.2 to Jeffs on Sunday, March 11, 2018 06:24:50
    On 03/10/18, Jeffs said the following...

    On 03/10/18, bcw142 said the following...
    HTTP/1.0 200 OK
    Date: Sat, 10 Mar 2018 14:48:47 GMT
    Server: Mystic/1.12 A39 (Linux/64)
    sudo /etc/init.d/apache2 stop
    to disable the default Apache web server, then put up the mystic one (mis). Seems to work fine.

    In the past I ran Apache2 as my webserver and had BBBS setup as a virtual host on port 8080.

    Yes, that's how it's setup right now. I did system updates and used
    ./mystic -cfg
    to change the port before I restarted so the page at 80 points to the page at 8080 for the BBS (http://localhost:8080/).

    --- Mystic BBS v1.12 A39 2018/02/28 (Linux/64)
    * Origin: Mystic AlphaTest bcw142.zapto.org:2323 (21:1/145.2)
  • From Jeff Smith@21:1/128.1 to bcw142 on Friday, March 09, 2018 14:28:34
    Hello bcw142,

    Thanks Black Panther Got it going. So is there any info on website istall
    found a message to add http but theres not much other info.

    It's Alpha and just added, it does http text, but I haven't found anything else to it yet. I haven't tried setting up downloads or ftp through it yet, will this weekend. It has an Icon so likely does pictures of common types, I'll check that out this weekend as well (weekend is almost here for me).

    As a test I setup the webserver on A39 to provide the non-prealpha Mystic files
    for download and it seems to work ok. As I have time I will write a more aesthetically pleasing html page.


    Jeff

    --- BBBS/Li6 v4.10 Toy-3
    * Origin: FsxNet: The Ouija Board - bbs.ouijabrd.net (21:1/128.1)