• Re: Multiple BBSes

    From Vk3jed@21:1/109 to Charles Pierson on Tuesday, December 15, 2020 14:25:00
    On 12-12-20 05:46, Charles Pierson wrote to All <=-

    But I have potentially 4 more devices that I could set up BBSes on for experimenting. Different OSes, Different programs, whatever.

    Do I need to do port forwarding for each device? Or how do you set it
    up so that each one has a unique ip? Because whenever I check with whatismyip.com they all show the same address.

    That depends on your network configuration. I use separate IPs, as I have a block of 14 (useable) IPv4 addresses available here, and I'm currently using about half of them. But many people will need to setup a bunch of port forwards for their BBSs.


    ... This tagline is restricted to day VFR use only.
    === MultiMail/Win v0.51
    --- SBBSecho 3.10-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (21:1/109)
  • From Havok@21:4/10 to Charles Pierson on Monday, December 21, 2020 17:27:00
    Re: Multiple BBSes
    By: Charles Pierson to All on Sat Dec 12 2020 05:46 am

    But I have potentially 4 more devices that I could set up BBSes on for experimenting. Different OSes, Different programs, whatever.

    Hello there

    One thing you could look into is pfsense it would do all your port forwarding
    plus have a enterprise firewall. I have been using it for about 5 years and
    no lockups or os fails. I started on a normal pc box then last year bought
    a Checkpoint 2200 T-110 6-Port Gigabit Security Appliance for 70 bucks on
    ebay and burn 40w instead of 240w.

    I'm very happy with both the OS and the box.

    Just a thought!

    ::: Havok :::
    ::: Nut House BBS : nuthousebbs.com:2332 :::
















    ... RAM DISK is NOT an installation procedure!

    ---
    þ Synchronet þ ::Nut House BBS :: nuthousebbs.com:2332
    * Origin: fsxNet FTN<>QWK Gateway (21:4/10)
  • From poindexter FORTRAN@21:4/122 to Havok on Tuesday, December 22, 2020 08:36:00
    Havok wrote to Charles Pierson <=-


    One thing you could look into is pfsense it would do all your port forwarding plus have a enterprise firewall. I have been using it for

    I have a spare pfSense firewall that we took out of service a year
    ago that I was tempted to ask to bring home. it looks like a 2U
    chassis with a modern CPU and a ton of NICs.

    With a single IP, DD-WRT on a modern router seems to do the trick,
    though.

















    ... RAM DISK is NOT an installation procedure!

    ---
    þ Synchronet þ ::Nut House BBS :: nuthousebbs.com:2332
    * Origin: fsxNet FTN<>QWK Gateway (21:4/10)

    ... Consider different fading systems
    --- MultiMail/XT v0.52
    * Origin: realitycheckBBS.org -- information is power. (21:4/122)
  • From Havok@21:4/10 to poindexter FORTRAN on Thursday, December 24, 2020 08:20:00
    Re: Re: Multiple BBSes
    By: poindexter FORTRAN to Havok on Tue Dec 22 2020 08:36 am


    With a single IP, DD-WRT on a modern router seems to do the trick,
    though.

    As someone states on TV, I LIKE IT!

    ::: Havok :::
    ::: Nut House BBS : nuthousebbs.com:2332 :::

    ---
    þ Synchronet þ ::Nut House BBS :: nuthousebbs.com:2332
    * Origin: fsxNet FTN<>QWK Gateway (21:4/10)
  • From poindexter FORTRAN@21:4/122 to Havok on Thursday, December 24, 2020 07:20:00
    Havok wrote to poindexter FORTRAN <=-

    With a single IP, DD-WRT on a modern router seems to do the trick,
    though.

    As someone states on TV, I LIKE IT!

    I'm playing with Entware, a way to install Linux packages on DD-WRT.
    I've got a USB drive configured as an ext3 partition, added a swap
    partition, and installed nginx. The plan is to have my border router
    reverse proxy web traffic to my proxmox host for validating SSL
    certs, my BBS, and a test system I'd like to expose without using
    different port numbers.




    ... Go to an extreme, move back to a more comfortable place
    --- MultiMail/XT v0.52
    * Origin: realitycheckBBS.org -- information is power. (21:4/122)
  • From Havok@21:4/10 to poindexter FORTRAN on Friday, December 25, 2020 09:27:00
    Re: Re: Multiple BBSes
    By: poindexter FORTRAN to Havok on Thu Dec 24 2020 07:20 am

    I'm playing with Entware, a way to install Linux packages on DD-WRT.
    I've got a USB drive configured as an ext3 partition, added a swap partition, and installed nginx. The plan is to have my border router reverse proxy web traffic to my proxmox host for validating SSL
    certs, my BBS, and a test system I'd like to expose without using different port numbers.

    First hope you enjoy today!

    Let me ask you being you may know better then me, I'm thinking of playing
    with docker why is it so much better the say oracle virtualbox. I'm wondering
    myself being I have played with about all of them other the docker.

    Merry Christmas!

    ::: Havok :::
    ::: Nut House BBS : nuthousebbs.com:2332 :::
















    ... All those who believe in psychokinesis, raise my hand.

    ---
    þ Synchronet þ ::Nut House BBS :: nuthousebbs.com:2332
    * Origin: fsxNet FTN<>QWK Gateway (21:4/10)
  • From deon@21:2/116 to Havok on Saturday, December 26, 2020 09:57:14
    Re: Re: Multiple BBSes
    By: Havok to poindexter FORTRAN on Fri Dec 25 2020 09:27 am

    Howdy,

    Let me ask you being you may know better then me, I'm thinking of playing
    with docker why is it so much better the say oracle virtualbox. I'm wondering
    myself being I have played with about all of them other the docker.

    Why is it "better" is not really the right question - it does things differently (very differently) and depending on what you are wanting to do would determine if it was better (for you) or not.

    VMware, Proxmox, Hyper-V, virtualbox, etc are all about slicing a machine up to run multiple "machines" on a single physical machine. So you need to manage devices, OSes, etc inside the virtualised environment. Some of those are better than others because, of features like machines floating between 2 physical machines, virtual networking, etc.

    Docker is an application runtime environment and the analogy is "live CD". An application is "built" into an image, and the imagine doesnt change. So everytime you start the image anything inside it from last time is lost. If there is important data you need to keep, then you need to put that data on a persistent mount (analogy think USB stick that is used with the live CD).

    What's good about the image, is it has everything it needs to run the application and it can run anywhere the docker runtime is installed (for the architecture of the application). As a example, I run Synchronet on my MAC while I code in javascript (for my videotex interface), but then deploy the same image on my linux host when I run it live. If you ran docker on Windows, that same image would work as well.

    ...ëîåï

    ... To a friends' house, the road is never long.
    --- SBBSecho 3.11-Linux
    * Origin: I'm playing with ANSI+videotex - wanna play too? (21:2/116)
  • From poindexter FORTRAN@21:4/122 to Havok on Friday, December 25, 2020 16:30:00
    Havok wrote to poindexter FORTRAN <=-

    Let me ask you being you may know better then me, I'm thinking
    of playing with docker why is it so much better the say oracle
    virtualbox.

    I'm not totally up on Docker, but the advantage is being able to run
    containerized services in a way that you can template and recreate
    easily.

    Virtualbox just replaces physical hardware, but you still need to
    load an OS, applications, and so on in the same way. You don't get
    the flexibility you get with containers.

    Does someone else want to chime in and explain this better than I
    can?




    ... Imagine the music as a set of disconnected events
    --- MultiMail/XT v0.52
    * Origin: realitycheckBBS.org -- information is power. (21:4/122)
  • From Havok@21:4/10 to deon on Saturday, December 26, 2020 14:26:00
    Re: Re: Multiple BBSes
    By: deon to Havok on Sat Dec 26 2020 09:57 am




    VMware, Proxmox, Hyper-V, virtualbox, etc are all about slicing a machine up to run multiple "machines" on a single physical machine. So you need to manage devices, OSes, etc inside the virtualised environment. Some of those are better than others because, of features like machines floating between 2 physical machines, virtual networking, etc.

    If that is the case I'll stick with VMware!

    I have ran VMware and Hyper-V and liked both, by the sounds of it I'll
    stick with VMware for running a bulletin board.

    Thanks for the information though...



    ::: Havok :::
    ::: Nut House BBS : nuthousebbs.com:2332 :::
















    ... ALIMONY: The cost of leaving.

    ---
    þ Synchronet þ ::Nut House BBS :: nuthousebbs.com:2332
    * Origin: fsxNet FTN<>QWK Gateway (21:4/10)
  • From deon@21:2/116 to Havok on Sunday, December 27, 2020 07:57:54
    Re: Re: Multiple BBSes
    By: Havok to deon on Sat Dec 26 2020 02:26 pm

    Howdy,

    If that is the case I'll stick with VMware!

    Given that, I run both (VMware and docker), and where I can I put everything into docker images - I'm a huge fan.

    My BBS (SBBS) and fidohub are both containers (that auto-build using gitlab CI).

    I like docker for a few reasons:

    * Its an OS environment that I dont need to manage, update, etc

    * My OS hosts are very "thin" - bare, bare minimum, enough to run the docker runtime. (Again less to manage and less
    security exposures.)

    * And lastly, docker makes you think about "application files", "working space" and "data". Application files go in the
    image, workspace I dont care about (its ephemeral), and data goes onto a persistent mount. So now, when I backup, I only need a copy of the image (which is in my registry and any other host that my container ran on), and the data of the application.

    With this strategy, backup is super easy - and you can take the image with the data (for that image) and arhive it, move it between hosts very easily.

    With VMware, I create 3 docker hosts and create a "swarm". Most of my containers "float" between the 3 hosts, enabling me to take 1 down for something (OS updates, etc), and the apps just float to another host and continue to run (without doing anything).

    So for me, I'm a huge fan of docker (and of VMware).

    ...ëîåï

    ... A mixture of admiration and pity is one of the surest recipes for affectio --- SBBSecho 3.11-Linux
    * Origin: I'm playing with ANSI+videotex - wanna play too? (21:2/116)
  • From Havok@21:4/10 to deon on Wednesday, December 30, 2020 16:08:00
    Re: Re: Multiple BBSes
    By: deon to Havok on Sun Dec 27 2020 07:57 am

    So for me, I'm a huge fan of docker (and of VMware).

    It all sounds interesting and soon as I get a smaller server I'll have to
    play with it. But as stated looking for a smaller server to run vmware on
    then comes the play time.

    Thanks for the information and ideas..

    ::: Havok :::
    ::: Nut House BBS : nuthousebbs.com:2332 :::
















    ... Scratch a lover and find a foe.

    ---
    þ Synchronet þ ::Nut House BBS :: nuthousebbs.com:2332
    * Origin: fsxNet FTN<>QWK Gateway (21:4/10)