• A35

    From Zazz@21:1/134 to All on Thursday, August 24, 2017 15:42:27
    Just testing out A35 from here.

    Ruben Figueroa aka Zazz
    Mystic Prison Board Sysop
    telnet://pb.darktech.org:24
    Web: www.rdfig.net

    --- Mystic BBS v1.12 A35 (Windows/32)
    * Origin: Mystic Prison Board BBS*Mesquite Tx (21:1/134)
  • From Black Panther@21:1/186 to Zazz on Thursday, August 24, 2017 16:46:07
    On 08/24/17, Zazz said the following...

    Just testing out A35 from here.

    Got it here. :)


    ---

    Black Panther
    aka Dan Richter
    Sysop - Castle Rock BBS
    telnet://castlerockbbs.com
    The sparrows are flying again...

    --- Mystic BBS v1.12 A35 (Linux/64)
    * Origin: Castle Rock BBS - castlerockbbs.com (21:1/186)
  • From Cmech@21:2/120 to G00r00 on Thursday, September 07, 2017 12:10:17
    Hi G00r00,

    Got A35 Mis & Mis2 patched (I use a custom title for each) and moved BinkP back

    over to Mis2. Will watch Unsecure nodes for proper ops. Mis2 did crash on initial startup after install, then worked fine every time so far. :)

    Thanks for release, looks good :)

    p.s. I am leaving Telnet on Mis for the country blocking, I get WAY too many hack attempts, mostly China & Russia ...


    .- Keep the faith, --------------------------------------------------.
    | |
    | Ben aka cMech Web: http|ftp|binkp|telnet://cmech.dynip.com |
    | Email: fido4cmech(at)lusfiber.net |
    | Home page: http://cmech.dynip.com/homepage/ |
    | | `------------ WildCat! BBS 24/7 +1-337-984-4794 any BAUD 8,N,1 ---'

    ... Mushrooms have spoor-gasms.
    --- GoldED+/LNX v1.1.5-b20170303 under Kubuntu via Mystic BBS!
    * Origin: FSXNet - Positronium #2: telnet://cmech.dynip.com:2323 (21:2/120)
  • From quickshot@21:2/134 to Cmech on Thursday, September 07, 2017 12:20:06
    p.s. I am leaving Telnet on Mis for the country blocking, I get WAY too many hack attempts, mostly China & Russia ...

    I have started handling this outside of mystic. This may not work for
    windows, but should be doable on linux, and possibly pi. I have started blocking countrys using iptables, and xtables geoip

    See this link for information

    https://goo.gl/GMSz59

    Scott Miller
    ---Quickshot
    ----Troybbs.com

    --- Mystic BBS v1.12 A35 (Linux/64)
    * Origin: Troy's Den * troybbs.com (21:2/134)
  • From niter3@21:1/199 to Cmech on Thursday, September 07, 2017 17:27:29
    p.s. I am leaving Telnet on Mis for the country blocking, I get WAY too many hack attempts, mostly China & Russia ...

    how about the spam blockikg? does this work with mis2?

    --- Mystic BBS v1.12 A35 (Linux/32)
    * Origin: Clutch BBS * telnet://clutch.darktech.org (21:1/199)
  • From Cmech@21:2/120 to Quickshot on Thursday, September 07, 2017 16:46:06
    *
    * On 07 Sep 17 at 12:20,
    * quickshot said to Cmech,
    * about Re: A35 ...
    *
    Ok, thanks, yeah I need Wins ...


    .- Keep the faith, --------------------------------------------------.
    | |
    | Ben aka cMech Web: http|ftp|binkp|telnet://cmech.dynip.com |
    | Email: fido4cmech(at)lusfiber.net |
    | Home page: http://cmech.dynip.com/homepage/ |
    | | `------------ WildCat! BBS 24/7 +1-337-984-4794 any BAUD 8,N,1 ---'

    ... When betting basketball, always pick the team with the most Black guys.
    --- GoldED+/LNX v1.1.5-b20170303 under Kubuntu via Mystic BBS!
    * Origin: FSXNet - Positronium #2: telnet://cmech.dynip.com:2323 (21:2/120)
  • From Cmech@21:2/120 to Niter3 on Thursday, September 07, 2017 16:48:57
    * An ongoing debate between niter3 and Cmech rages on ...

    p.s. I am leaving Telnet on Mis for the country blocking, I get
    WAY too many hack attempts, mostly China & Russia ...
    how about the spam blockikg? does this work with mis2?

    Don't use it ...


    .- Keep the faith, --------------------------------------------------.
    | |
    | Ben aka cMech Web: http|ftp|binkp|telnet://cmech.dynip.com |
    | Email: fido4cmech(at)lusfiber.net |
    | Home page: http://cmech.dynip.com/homepage/ |
    | | `------------ WildCat! BBS 24/7 +1-337-984-4794 any BAUD 8,N,1 ---'

    ... All of my voices listen to different radio stations.
    --- GoldED+/LNX v1.1.5-b20170303 under Kubuntu via Mystic BBS!
    * Origin: FSXNet - Positronium #2: telnet://cmech.dynip.com:2323 (21:2/120)
  • From bcw142@21:1/145.2 to quickshot on Thursday, September 07, 2017 17:34:34
    On 09/07/17, quickshot said the following...
    I have started handling this outside of mystic. This may not work for windows, but should be doable on linux, and possibly pi. I have started blocking countrys using iptables, and xtables geoip

    Yes, I did that for Russia & China, but have found it's the fighting that
    makes them try harder and put more machines on your site. Right now I'm back
    to the level of attack I had in June of 2016 with no iptables loaded. What I did was:
    cd /mystic
    sudo ipset -N china hash:net
    wget -P . http://www.ipdeny.com/ipblocks/data/countries/cn.zone
    for i in $(cat cn.zone ); do ipset -A china $i; done #takes a while
    sudo iptables -A INPUT -p tcp -m set --match-set china src -j DROP
    # then I did the same for Russia
    sudo ipset -N russia hash:net
    wget -P . http://www.ipdeny.com/ipblocks/data/countries/ru.zone
    for i in $(cat ru.zone ); do ipset -A russia $i; done
    sudo iptables -A INPUT -p tcp -m set --match-set russia src -j DROP
    #sudo iptables -L #only for feedback to you

    That will block China & Russia till you reboot. You can do a save, but that locks the lists you used in, they change regularly. When under attack I do
    the above if I'm using mis2 which has no such blocking. With mis you don't
    need that just edit badcountry.txt to block what you want.

    --- Mystic BBS v1.12 A35 (Linux/64)
    * Origin: Mystic AlphaTest bcw142.zapto.org:2323 (21:1/145.2)
  • From niter3@21:1/199 to bcw142 on Thursday, September 07, 2017 21:37:25
    Yes, I did that for Russia & China, but have found it's the fighting that makes them try harder and put more machines on your site. Right now I'm back to the level of attack I had in June of 2016 with no iptables
    loaded. What I did was:
    cd /mystic
    sudo ipset -N china hash:net
    wget -P . http://www.ipdeny.com/ipblocks/data/countries/cn.zone
    for i in $(cat cn.zone ); do ipset -A china $i; done #takes a while
    sudo iptables -A INPUT -p tcp -m set --match-set china src -j DROP
    # then I did the same for Russia
    sudo ipset -N russia hash:net
    wget -P . http://www.ipdeny.com/ipblocks/data/countries/ru.zone
    for i in $(cat ru.zone ); do ipset -A russia $i; done
    sudo iptables -A INPUT -p tcp -m set --match-set russia src -j DROP
    #sudo iptables -L #only for feedback to you

    That will block China & Russia till you reboot. You can do a save, but that locks the lists you used in, they change regularly. When under
    attack I do the above if I'm using mis2 which has no such blocking. With mis you don't need that just edit badcountry.txt to block what you want.


    pfsense does this great with an addon. I wonder if these little pi's could
    run it. NOt sure it can.. Might not be enough power.

    --- Mystic BBS v1.12 A35 (Linux/32)
    * Origin: Clutch BBS * telnet://clutch.darktech.org (21:1/199)