• I could use a little help with mis2

    From solaris@21:1/102 to All on Wednesday, August 03, 2016 15:07:00
    ok, was playing with MIS2, what exactly goes into the IPV4 and IPV6 adapter setting, I thought I had this but I get an error ( not 404;) from mystic
    "cant open port". yep..... IPV noob....
    any how any one willing to take small steps with we ..
    thanks

    |05..-(|03 Sola|08ris|05 )..--
    |07Always at |03my PC double cl|08ick'n on my mizouse !

    --- Mystic BBS v1.12 A31 (Windows)
    * Origin: Error 404 BBS (21:1/102)
  • From Al@21:1/110 to solaris on Wednesday, August 03, 2016 12:42:00
    On 08/03/16, solaris said the following...

    ok, was playing with MIS2, what exactly goes into the IPV4 and IPV6 adapter setting, I thought I had this but I get an error ( not 404;)
    from mystic "cant open port". yep..... IPV noob....
    any how any one willing to take small steps with we ..
    thanks

    One thing you need to watch out for is that if you want to run binkp, or
    telnet in mis2 is to turn those off in mis. The error you got may be because those services are already running.

    What was the error you saw?

    Ttyl :-),
    Al

    --- Mystic BBS v1.12 A30 (Linux)
    * Origin: The Rusty MailBox - Penticton, BC Canada (21:1/110)
  • From solaris@21:1/102 to Al on Wednesday, August 03, 2016 15:52:00
    What was the error you saw?

    MANAGER Starting 1 server(s)
    TELNET Unable to open IPV4 port: Error -1 (0)
    TELNET Unable to open IPV6 port: Error -1 )0)

    I also made sure all other mis services were shut down
    thanks

    |05..-(|03 Sola|08ris|05 )..--
    |07Always at |03my PC double cl|08ick'n on my mizouse !

    --- Mystic BBS v1.12 A31 (Windows)
    * Origin: Error 404 BBS (21:1/102)
  • From Al@21:1/110 to solaris on Wednesday, August 03, 2016 13:02:00
    On 08/03/16, solaris said the following...

    What was the error you saw?

    MANAGER Starting 1 server(s)
    TELNET Unable to open IPV4 port: Error -1 (0)
    TELNET Unable to open IPV6 port: Error -1 )0)

    I also made sure all other mis services were shut down
    thanks

    Have you run mis2 with sudo, or started it as root?

    Tony may be able to give you pointers with regard to IPV6. I don't have IPV6 here but I can open those ports as long as I use sudo.

    If you have disabled telnet in mis you'll need to shut down and restart it as well or it may already have the port in use.

    Ttyl :-),
    Al

    --- Mystic BBS v1.12 A30 (Linux)
    * Origin: The Rusty MailBox - Penticton, BC Canada (21:1/110)
  • From Al@21:1/110 to solaris on Wednesday, August 03, 2016 13:06:00
    On 08/03/16, solaris said the following...

    I also made sure all other mis services were shut down
    thanks

    Reading more here.. I see you have shut down mis and you are running windows.
    I have never run the windows version and I don't know if anything is needed
    to open the ports there.

    My reply about root or sudo probably won't help you.. Sorry about that.

    I'll leave this one for someone who runs on Windows.. :)

    Ttyl :-),
    Al

    --- Mystic BBS v1.12 A30 (Linux)
    * Origin: The Rusty MailBox - Penticton, BC Canada (21:1/110)
  • From solaris@21:1/102 to Al on Wednesday, August 03, 2016 16:14:00
    I'll leave this one for someone who runs on Windows.. :)

    Thanks any how ... ill work on it in the mean time ...

    |05..-(|03 Sola|08ris|05 )..--
    |07Always at |03my PC double cl|08ick'n on my mizouse !

    --- Mystic BBS v1.12 A31 (Windows)
    * Origin: Error 404 BBS (21:1/102)
  • From Vk3jed@21:1/109 to solaris on Thursday, August 04, 2016 07:51:00
    solaris wrote to All <=-

    ok, was playing with MIS2, what exactly goes into the IPV4 and IPV6 adapter setting, I thought I had this but I get an error ( not 404;)
    from mystic "cant open port". yep..... IPV noob....
    any how any one willing to take small steps with we ..
    thanks

    I see you're running Windows (important detail). This means you need to enable both IPv4 and IPv6, to listen on both protocols. The default settings should be fine. IPv4, by default listens on 0.0.0.0, and IPv6 listens on :: (both of these mean "all interfaces").

    Now, have you turned that service off in MIS? MIS and MIS2 can't listen on the same (IPv4) port at the same time.

    At this point, you have a few choices:

    Disable the service in MIS and have MIS2 listen on both IPv4 and IPv6.

    Leave MIS running, and only enable IPv6 for that port in MIS2.

    or

    Run the service on MIS2 on a different port.


    ... We are star-stuff. We are the universe made manifest.
    --- MultiMail/Win32 v0.49
    * Origin: Freeway BBS - freeway.apana.org.au (21:1/109)
  • From Vk3jed@21:1/109 to Al on Thursday, August 04, 2016 07:55:00
    Al wrote to solaris <=-

    Have you run mis2 with sudo, or started it as root?

    Hmm, his tearline showed he was running Windows. :)


    ... Is truth not truth for all? Natira, stardate 5476.4.
    --- MultiMail/Win32 v0.49
    * Origin: Freeway BBS - freeway.apana.org.au (21:1/109)
  • From Vk3jed@21:1/109 to Al on Thursday, August 04, 2016 07:58:00
    Al wrote to solaris <=-

    Reading more here.. I see you have shut down mis and you are running windows. I have never run the windows version and I don't know if
    anything is needed to open the ports there.

    windows should "just work". :) I certainly had no issues running the Mystic 2 demo on my Windows box here. I'd be interested to see what the output of:

    netstat -an

    shows, at the time you (solaris) attempt to load MIS2.


    ... A thing is not necessarily true because a man dies for it!!!
    --- MultiMail/Win32 v0.49
    * Origin: Freeway BBS - freeway.apana.org.au (21:1/109)
  • From Al@21:1/110 to Vk3jed on Wednesday, August 03, 2016 16:09:00
    On 08/04/16, Vk3jed said the following...

    Hmm, his tearline showed he was running Windows. :)

    Yeah! I have to keep an eye out for that!

    Ttyl :-),
    Al

    --- Mystic BBS v1.12 A31 (Linux)
    * Origin: The Rusty MailBox - Penticton, BC Canada (21:1/110)
  • From Vk3jed@21:1/109 to Al on Thursday, August 04, 2016 09:37:00
    Al wrote to Vk3jed <=-

    Hmm, his tearline showed he was running Windows. :)

    Yeah! I have to keep an eye out for that!

    :)


    ... You never know which side of the bread to butter until you drop it.
    --- MultiMail/Win32 v0.49
    * Origin: Freeway BBS - freeway.apana.org.au (21:1/109)
  • From solaris@21:1/102 to Vk3jed on Thursday, August 04, 2016 19:13:00
    Got MIS2 up and going , THANKS

    |05..-(|03 Sola|08ris|05 )..--
    |07Always at |03my PC double cl|08ick'n on my mizouse !

    --- Mystic BBS v1.12 A31 (Windows)
    * Origin: Error 404 BBS (21:1/102)
  • From Pequito@21:1/126 to solaris on Saturday, August 06, 2016 18:45:00
    On 08/04/16, solaris said the following...

    Got MIS2 up and going , THANKS

    I thought he turned this base off I am still getting STUFFS! :P

    --- Mystic BBS v1.12 A31 (Linux)
    * Origin: Twinkle BBS | tbbs.homeip.net | (21:1/126)
  • From Caphood@21:1/112 to Pequito on Saturday, August 06, 2016 21:04:00
    I thought he turned this base off I am still getting STUFFS! :P

    hehe

    ²ß±ß° {tHE.pIRATE.kING} ÜßÛßÜ
    ß²Ü°ß HOIST THE COLOURS ßÛÜÛß
    þþþ NEVER SHALL WE DIE. ÝÝÞ SIMMAH DOWN NAH! heah SIMMAH DOWN NAH!

    --- Mystic BBS v1.12 A31 (Windows)
    * Origin: ACiD Telnet HQ / blackflag.acid.org (21:1/112)
  • From Gandor@21:1/142 to Pequito on Saturday, August 06, 2016 20:07:00
    Yep I'm still getting stuff to.......



    --- Mystic BBS v1.12 A31 (Linux)
    * Origin: SmokyThing BBS (21:1/142)