Subj : Re: Route path and software To : poindexter FORTRAN From : deon Date : Fri May 14 2021 11:19 am Re: Re: Route path and software By: poindexter FORTRAN to Avon on Thu May 13 2021 06:48 am Av>> Deon has created a Docker instance being used in NET 4 and 3 that I Av>> think we should be able to install and run under Windows to work on and set up for NET 2 then cut over once ready. PF> I would love to see that, I'm playing with Docker now and separating out my BBS and hub/mailer duties in a streamlined manner would be great. PF> I'd love to have my hub running in a container on my VPS and have my BBS acting as a node on my home network. That's my setup :) (except my hub and bbs are at home - but I may move the hub out to a VPS I have). Your welcome to play with my container. Inside is binkd/hpt/golded. I even have crashmail and jamnntpd in it if you want to play with that (although I dont use it, so the image may need to be tweaked for it). Running the image is as simple as: docker run -p (ports to map) -v (persistent storage from the host) . If you are adventurous, you could also run it in a swarm. (I had it in a swarm when it was on the Pi). My startup is this: #!/bin/sh MACHINE=$(uname -m) SRC=/srv/docker/fidohub IMAGE=registry.leenooks.net/bbs/fidohub:latest-${MACHINE} # --rm \ # --ip6=2001:8003:4c06:5742:f1d0:a:1:1 \ # MAC Address used because ip6= is not working docker run \ -dt \ --name=fidohub \ --restart unless-stopped \ --hostname=fidohub.leenooks.net \ --cap-add=NET_ADMIN \ --sysctl net.ipv6.conf.all.disable_ipv6=0 \ --mac-address=00:0a:00:01:00:01 \ -e ENABLE_ZT=1 \ -p 13119:119 \ -p 13553:24553 \ -p 13554:24554 \ -p 13177:60177 \ -p 13179:60179 \ -v ${SRC}/binkd:/etc/binkd \ -v ${SRC}/cron/cron.daily:/etc/cron.daily \ -v ${SRC}/ifmail:/etc/ifmail \ -v ${SRC}/ftn:/etc/ftn \ -v ${SRC}/fido:/fido \ -v ${SRC}/jamnntpd:/etc/jamnntpd \ -v ${SRC}/qico:/etc/qico \ -v ${SRC}/tools:/usr/local/tools \ -v ${SRC}/log:/var/log/fido \ -v ${SRC}/zerotier:/var/lib/zerotier-one \ ${IMAGE} $@ And all my config for the container, is on my host at /srv/docker/fidohub. ....лоеп .... When one connects a 3-phase line, the phase sequence will be wrong. --- SBBSecho 3.14-Linux * Origin: I'm playing with ANSI+videotex - wanna play too? (21:2/116) .