• Installing Debian

    From Avon@21:1/101 to All on Sun Sep 20 16:18:34 2020
    OK some guidance please.

    I'll need to look back at my News server install which was ages ago but I am wondering what to do for the HDD partitioning and what size to set things
    like home and var and temp and ?? and if to use LVM? or other stuff the installer offers.

    There is a new 1TB HDD in the machine and I have a bootable Debian 10 USB I
    am using.

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Black Panther@21:1/186 to Avon on Sat Sep 19 22:40:20 2020
    On 20 Sep 2020, Avon said the following...

    I'll need to look back at my News server install which was ages ago but
    I am wondering what to do for the HDD partitioning and what size to set things like home and var and temp and ?? and if to use LVM? or other stuff the installer offers.

    What I did here on the CRBBS system, which is running Debian 10, is set up
    the 1tb drive into two partitions. One is 100gb, and that houses root, os
    boot, var, etc. The other partition is the balance of the disk (minus 2 gb
    for swap), and that is my /home directory.

    Even with everything installed on that system, the root partition is only
    using about 15gb. With everything installed for CRBBS, including 40gb is downloadable files, it's only using 225gb.

    There is a new 1TB HDD in the machine and I have a bootable Debian 10
    USB I am using.

    That should be plenty of room. Did you get the IOS that included the Non-Free drivers? I had to when I installed, as the Free drivers didn't support my
    NIC, and I didn't have connection to the internet. With the Non-Free, I had
    no problems at all.


    ---

    Black Panther(RCS)
    aka Dan Richter
    Castle Rock BBS
    telnet://bbs.castlerockbbs.com
    http://www.castlerockbbs.com
    http://github.com/DRPanther
    The sparrows are flying again...

    --- Mystic BBS v1.12 A46 2020/08/25 (Linux/64)
    * Origin: Castle Rock BBS - bbs.castlerockbbs.com - (21:1/186)
  • From alterego@21:2/116 to Avon on Sun Sep 20 17:55:18 2020
    Re: Installing Debian
    By: Avon to All on Sun Sep 20 2020 04:18 pm

    Howdy,

    I'll need to look back at my News server install which was ages ago but I am wondering what to do for the HDD partitioning and what size to set things like home and var and temp and ?? and if to use LVM? or other stuff the installer offers.

    So you'll probably get mixed reviews on this, but IMHO, the value of LVM is reduced these days (but I still use it).

    Back in the day when large drives where expensive and it wasnt uncommon to have








































































































































    more than 1 hard drive in a machine, LVM was great to spread data over drives and enable you to "resize" partitions if your initial configuration didnt meet the current size requirements.

    (IIRC, there also limits on the number of partitions and the partition sizes due to BIOS limitations.)

    These days, its probably OK to have "one big root" partition and a swap partition...

    That said, I still create systems (even VMs) with about 2G each for /, /tmp, /var /usr and swap, and I leave the rest unallocated, for "future use". (My docker partition is 20G and I tend to need to resize it as the number of containers increases.)

    ...лоеп

    ... God is alive- he just doesn't want to get involved.
    --- SBBSecho 3.11-Linux
    * Origin: I'm playing with ANSI+videotex - wanna play too? (21:2/116)
  • From Static@21:2/140 to Avon on Sun Sep 20 04:16:54 2020
    On 20 Sep 2020, Avon said the following...
    I'll need to look back at my News server install which was ages ago but
    I am wondering what to do for the HDD partitioning and what size to set things like home and var and temp and ?? and if to use LVM? or other stuff the installer offers.

    LVM is mainly for flexibility when running a RAID setup and is of limited utility on a single drive.

    Giving paths their own partitions is about managing your storage space and preventing a full drive from affecting other parts of the system. For instance if there's a hard limit on /home because it's its own partition, users of the system can't fill up the entire drive and interfere with installing updates
    or pulling news from your newsfeed. You can also control this with quotas so hard partitioning is not the only solution.

    Partition sizes depend on how much data you expect to store in each category. /var is for variable system data so your nntp news, www data, email spools etc would go here on most distros. /home is for user data so depending on what
    kind of access you give people their personal files would be stored here along with their email once it's pulled from the system email spool on /var. The storage needs of /tmp depends on the software you're running and how much data it needs to store there during operation (typically not very much at all).

    For more flexibility I'd just partition the whole drive as / and lock down
    user directories with quotas, assuming you even have people using the system
    in a manner where that could be an issue.

    --- Mystic BBS v1.12 A46 2020/08/26 (Linux/64)
    * Origin: Subcarrier BBS (21:2/140)
  • From Avon@21:1/101 to All on Sun Sep 20 21:11:06 2020
    On 20 Sep 2020 at 04:18p, Avon pondered and said...

    OK some guidance please.

    Thanks all for the info and advice.

    This box may also pick up Usenet duties. I took a look at the current Debian system I set up and it had the following stats

    dev dir type total avail used

    /sda1 / ext4 19.5GB 6.8GB 11.7GB
    /sda8 /home ext4 165.4GB 138.5GB 18.5GB
    /sda6 /tmp ext4 1.9GB 1.8GB 3.0MB
    /sda7 /var ext4 787.3GB 179.5GB 567.8GB

    Most of the Usenet data sits in var but looking at the server stats only
    about 64GB is actually used from the 500GB i provisioned so the /var stats
    are a bit off as they show reserved space that has yet been unused on the current box.

    In sum for this box if I am to provision for /var I think I will need to look at something like 100-200GB to be on the safe side to allow for Usenet.

    Isn't swap meant to be something like half your onboard ram? So if I have 8
    gig I make a 4 gig swap partition? Or is that too much, or does it depend on what stuff I am running say a NNTP server on top of BBS stuff?

    For root perhaps 50GB or 100GB?

    I'm not sure where to place software like Mystic or HPT etc. Do I put them in as dirs hanging off / in which case I may need to allocate more to / than otherwise I would?

    I don't think there's merit in using LVM based on what I have read / will use the box for.

    Debian offers these as options if I don't do the partitions manually.

    Partitioning scheme Minimum space Created partitions

    All files in one partition 600MB /, swap

    Separate /home partition 500MB /, /home, swap

    Separate /home, /var and /tmp partitions 1GB /, /home, /var, /tmp, swap

    Their advise is if you are unsure, choose the first one.

    Further advice from Debian reads as follows:

    [snip]

    For multi-user systems or systems with lots of disk space, it's best to put /var, /tmp, and /home each on their own partitions separate from the / partition.

    You might need a separate /usr/local partition if you plan to install many programs that are not part of the Debian distribution. If your machine will
    be a mail server, you might need to make /var/mail a separate partition.
    Often, putting /tmp on its own partition, for instance 20-50MB, is a good
    idea. If you are setting up a server with lots of user accounts, it's
    generally good to have a separate, large /home partition. In general, the partitioning situation varies from computer to computer depending on its
    uses.

    With respect to the issue of swap partition size, there are many views. One rule of thumb which works well is to use as much swap as you have system memory. It also shouldn't be smaller than 16MB, in most cases. Of course,
    there are exceptions to these rules. If you are trying to solve 10000 simultaneous equations on a machine with 256MB of memory, you may need a gigabyte (or more) of swap.

    On some 32-bit architectures (m68k and PowerPC), the maximum size of a swap partition is 2GB. That should be enough for nearly any installation.

    [snip]


    So perhaps no more than 2GB for swap, probably why I had 1.9GB on the old box :)


    Tomorrow I am juggling Monday work, a sons birthday dinner at home in the evening, followed by pulling our bedroom apart as my wife wants to start painting windows then walls this week. We'll sleep in another room for the
    rest of the week.

    I fear my time to work on this box may be limited in the next few days.

    Phew I'm stuffed :)

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Zip@21:1/202 to Avon on Sun Sep 20 11:13:20 2020
    Hello Avon!

    On 20 Sep 2020, Avon said the following...
    I am wondering what to do for the HDD partitioning and what size to set things like home and var and temp and ?? and if to use LVM? or other

    I would say enable LVM in any case -- that way you can add more disks later on and assign the space (either a whole device = disk, or parts of it = partitions) to one or more volume groups, which then house the logical
    volumes (which in turn contain the file systems).

    LVM makes it easy to assign more space to a certain logical volume (file system) if you don't know beforehand how much space it should have/needs.

    But... For a rather large drive and the assumption that you don't have local users filling up their home directories to a degree that the entire disk gets filled up, I would say go for one logical volume with one file system (/) on it. That way you won't have to resize logical volumes all the time during setup.

    But it depends on how much control you want of the file systems, e.g.
    the /var file system for logs. (But most software isn't happy = ceases to function if they can't write their logs, so it would be more of an indicator that something logs way too much or has gone bonkers if the log file system fills up...)

    Best regards
    Zip

    --- Mystic BBS v1.12 A47 2020/09/12 (Linux/64)
    * Origin: Star Collision BBS, Uppsala, Sweden (21:1/202)
  • From Avon@21:1/101 to All on Sun Sep 20 21:14:26 2020
    On 20 Sep 2020 at 09:11p, Avon pondered and said...

    So perhaps no more than 2GB for swap, probably why I had 1.9GB on the
    old box :)

    Yeah at this point I'm thinking

    2GB for swap

    300GB for var which allows for 200GB for Usenet and 100GB for other files.

    Not sure if I just split the rest between root and home?

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From apam@21:1/126 to Avon on Sun Sep 20 19:41:24 2020
    Yeah at this point I'm thinking

    2GB for swap

    300GB for var which allows for 200GB for Usenet and 100GB for other files.

    I'm a little late to the party, but why are you chopping up the hard drive in the first place? Why not just use one big volume for root?

    I'm not sure what advantages splitting up your filesystem gives these days? other than using different flags for enhanced security..

    As for LVM, I'd do what zip suggested, it doesn't have much impact, and gives you the option later on of adding a hard drive to the filesystem.

    (On my own systems I usually enable LVM if it's expandable and not worry if it's not - like a laptop or something).

    I suppose if you're worried about running out of space due to some misbehaving application eating it all up, you might split it up..

    Andrew


    --- TitanFTN (Linux/x86_64)
    * Origin: Wunderlust BBS - wunderlust.ddns.net:2023 (21:1/126)
  • From Zip@21:1/202 to Avon on Sun Sep 20 11:48:54 2020
    Hello Avon!

    On 20 Sep 2020, Avon said the following...
    Isn't swap meant to be something like half your onboard ram? So if I
    have 8 gig I make a 4 gig swap partition? Or is that too much, or does
    it depend on what stuff I am running say a NNTP server on top of BBS stuff?

    I just read up on this on https://wiki.debian.org/Swap and it appears they "recommend" 1.5 times the amount of RAM.

    It depends on the workload and its memory usage patterns, but it can be good
    to have some clearance.

    The installer usually suggests something.


    Speaking of this, there are heuristics in the memory management which by default appears to result in a rather "random" random way of deciding if processes will get the memory that they ask for when memory pressure gets
    high (for some definition of high).

    One can tune this to let it always grant all memory requests from
    applications (always overcommit) and kill them off should the need *really* arise, or never allow more memory than what is available be handed out (never overcommit). This leads to a more deterministic memory allocation scenario for applications.

    See https://engineering.pivotal.io/post/virtual_memory_settings_in_linux_-_the_prob lem_with_overcommit/ for more information on this.

    Also see https://unix.stackexchange.com/a/294651 as to why one might NOT want to set vm.overcommit_ratio = 100.

    On my box (which by the way has a swap file that equals the amount of RAM), I have added an /etc/sysctl.d/local.conf file with the following:

    # how aggressively the kernel will swap memory pages
    # (lower values decrease aggressiveness)
    # (a value of 0 instructs the kernel not to initiate swap until the amount of
    # free and file-backed pages is less than the high water mark in a zone) vm.swappiness = 0

    # virtual memory accounting mode
    # (always check, never overcommit)
    vm.overcommit_memory = 2

    # a percentage by which memory can be overcommitted
    # (for vm.overcommit_memory = 2: maximum % of physical RAM to be allocated to
    # applications)
    vm.overcommit_ratio = 75

    So it will refrain from using swap as much as possible, never grant memory allocation requests that it cannot fulfil (using RAM + swap), and use 75%
    of the RAM for applications, 25% for kernel stuff.

    Best regards
    Zip

    --- Mystic BBS v1.12 A47 2020/09/12 (Linux/64)
    * Origin: Star Collision BBS, Uppsala, Sweden (21:1/202)
  • From Static@21:2/140 to Avon on Sun Sep 20 07:31:46 2020
    On 20 Sep 2020, Avon said the following...
    So perhaps no more than 2GB for swap, probably why I had 1.9GB on the
    old box :)

    Judging by the memory and storage values used as examples in the documentation you quoted I suspect it's a little out of date with respect to hardware.

    There have been lots of different formulas to determine recommended swap size over the years but they're all products of their era based on what hardware and software packages were in common use at the time. The gist of it is that you want memory + swap to be enough to cover the maximum memory use your install- ation could be expected to reach.

    With 8GB of memory I suspect the software you've said you'll be running will never touch swap ever and it won't matter how much you allocate. For example right now on my system mis is using all of 8 megabytes and an instance of mystic runs around 7MB.

    Add to that when you're swapping to spinning rust memory sizes have greatly outstripped the transfer speed of hard drives over the years so any swapping
    at all will have a very noticeable impact on performance.

    --- Mystic BBS v1.12 A46 2020/08/26 (Linux/64)
    * Origin: Subcarrier BBS (21:2/140)
  • From Blue White@21:4/134 to Avon on Sun Sep 20 10:43:14 2020
    143
    Black Panther wrote to Avon <=-

    What I did here on the CRBBS system, which is running Debian 10, is set
    up the 1tb drive into two partitions. One is 100gb, and that houses
    root, os boot, var, etc. The other partition is the balance of the disk (minus 2 gb for swap), and that is my /home directory.

    This is similar to how I set most of my machines up also... one partition
    for /home and one for / (the rest) with some set aside for a swap partition.

    I have never set one up for a news server, so that might make me rethink my strategy.


    ... So easy, a child could do it. Child sold separately.
    --- MultiMail
    * Origin: Possum Lodge South * possumso.fsxnet.nz:7636/SSH:2122 (21:4/134)
  • From poindexter FORTRAN@21:4/122 to alterego on Sun Sep 20 09:55:00 2020
    143
    alterego wrote to Avon <=-

    Back in the day when large drives where expensive and it wasnt uncommon
    to have more than 1 hard drive in a machine, LVM was great to spread
    data over drives and enable you to "resize" partitions if your initial configuration didnt meet the current size requirements.

    I use it all the time with my ESX cluster at work - we have a bunch
    of Linux dev boxes, and being able to expand a drive on the fly
    without having to mess with hardware is nice.



    np: XTC, "Leisure"

    ... Retrace your steps
    --- MultiMail/XT v0.52
    * Origin: realitycheckBBS.org -- information is power. (21:4/122)
  • From Al@21:4/106.1 to Avon on Sun Sep 20 15:16:20 2020
    143
    dev dir type total avail used

    /sda1 / ext4 19.5GB 6.8GB 11.7GB
    /sda8 /home ext4 165.4GB 138.5GB 18.5GB
    /sda6 /tmp ext4 1.9GB 1.8GB 3.0MB
    /sda7 /var ext4 787.3GB 179.5GB 567.8GB

    I used to do this in my early days of using linux when I had two or three small







































































































































    hard drives in the box. There were reasons back then for this approach and I forget now what those reasons were.

    Nowadays I find myself filling up /var or /home so I need to do something about







































































































































    that. Currently this box has..

    /sda1 /boot/efi vfat 100MB Just for the kernel to boot from UEFI /sda2 swap swap 4GB Swap partition
    /sda3 / ext4 927GB The main partition for whatever

    If your not booting UEFI you don't need the first one.

    Running like that I never need to resize or change partitions around.

    --- BBBS/Li6 v4.10 Toy-4
    * Origin: The Rusty MailBox - Penticton, BC Canada (21:4/106.1)
  • From Avon@21:1/101 to apam on Mon Sep 21 12:30:34 2020
    On 20 Sep 2020 at 07:41p, apam pondered and said...

    I'm a little late to the party, but why are you chopping up the hard
    drive in the first place? Why not just use one big volume for root?

    I'm not sure to chop it up or not but the installer gave me several options which led me down this thread/path :)

    It seems like the ease of just having one big partition for root and
    something small for swap like 2-4 gigs may be the way to go.

    As for LVM, I'd do what zip suggested, it doesn't have much impact, and gives you the option later on of adding a hard drive to the filesystem.

    Thanks, yes I'll take this advice on board and do this when I next have a chance at doing something on the computer at home. Not sure if tonight will
    be a starter :(

    I suppose if you're worried about running out of space due to some misbehaving application eating it all up, you might split it up..

    I may have Usenet on the box in the medium term as I try to cut down running computers and this does chew up space but does it need separate partitions on the same HDD? I'm starting to think probably not.

    If I LVM I guess I can always add another HDD if need be anyway to offset any issues with storage running out.

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Static@21:2/140 to Avon on Mon Sep 21 01:11:22 2020
    On 21 Sep 2020, Avon said the following...
    If I LVM I guess I can always add another HDD if need be anyway to
    offset any issues with storage running out.

    Yeah if you think you might need to extend a partition down the road it's pretty easy with LVM to turn the existing volume into a JBOD spanning the new disk.

    --- Mystic BBS v1.12 A46 2020/08/26 (Linux/64)
    * Origin: Subcarrier BBS (21:2/140)
  • From Mindsurfer@21:3/119 to Avon on Mon Sep 21 10:38:16 2020
    I'll need to look back at my News server install which was ages ago
    but I am wondering what to do for the HDD partitioning and what
    size to set things like home and var and temp and ?? and if to use
    LVM? or other stuff the installer offers.
    There is a new 1TB HDD in the machine and I have a bootable Debian
    10 USB I am using.

    well, i can tell how i did it on my linux mint desktop machine. First i
    had all on one partition and a swapfile. After that i changed it to
    everything but home to a 120gb ssd and home to 1tb hdd. and swapfile
    again. fast and easy to reinstall linux to, without touching home.

    Mindsurfer

    --- MagickaBBS v0.15alpha (Linux/armv7l)
    * Origin: FuNToPia telnet://funtopia.ddnss.eu:2023 (21:3/119)
  • From Avon@21:1/101 to All on Sun Sep 27 19:22:20 2020
    I tried using this installer https://bit.ly/333LzCN

    I did so after the one I used on the Debian site failed to run and hung as it started up.

    There were errors (still are) with the video card, so I found this version
    and followed some steps posted to me in FSX_GEN back in 2019 and managed to
    get things running so I could login.

    Then I could not get sudo to run for my normal login so googled and added my name in to some sudo file then could not get nautalus to run with elevated
    root like privs when I tried to sudo nautalus

    Kinda over it now, so calling it quits for the night and will probably
    reformat the drive again and do another install.

    Even though the installer was meant to be 'lite' it still installed the libre-office stuff which I also googled and found some info on how to remove for debian 9 that seemed to work for 10, although there were some icons that didn't go afterwards from the desktop etc.

    Honestly it's not been exactly smooth so far but I will try again.

    I did opt for just one swap and the rest as / using LVM and that bit worked
    OK but as for the thing just working after the first restart at the end of
    the install... nope I can't seem to get that working. Meh.

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Avon@21:1/101 to All on Mon Sep 28 11:49:36 2020
    On 27 Sep 2020 at 07:22p, Avon pondered and said...

    Then I could not get sudo to run for my normal login so googled and
    added my name in to some sudo file then could not get nautalus to run
    with elevated root like privs when I tried to sudo nautalus

    Kinda over it now, so calling it quits for the night and will probably reformat the drive again and do another install.

    Even though the installer was meant to be 'lite' it still installed the libre-office stuff which I also googled and found some info on how to remove for debian 9 that seemed to work for 10, although there were some icons that didn't go afterwards from the desktop etc.

    Honestly it's not been exactly smooth so far but I will try again.

    I downloaded the 3.4Gig DVD iso and ran the install process on that. Had the same issue with the graphics not working but ran the same fix I had from last time. The system still boots with some errors but it boots to the desktop (as before). Also had the same issue with not being able to run sudo occurred so again fixed that with a fix I found on google.

    I can't seem to get my user account to run nautilus when I try to call it
    with sudo - it just fails to fire up. Google has yet to reveal a good fix for this. I do want to be able to have root privs to do file stuff from time to time but ideally without to login as root to do it.

    Tonight (it's coming up noon here Monday) I will try to install a fresh copy
    of Mystic and start to figure out the best way to migrate Agency across to it. I'm thinking it may be a bit of a PITA to do but changing some of dirs in the BBS at the same time. Will ponder some more.

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Black Panther@21:1/186 to Avon on Sun Sep 27 17:19:24 2020
    On 28 Sep 2020, Avon said the following...

    I downloaded the 3.4Gig DVD iso and ran the install process on that. Had the same issue with the graphics not working but ran the same fix I had from last time. The system still boots with some errors but it boots to the desktop (as before). Also had the same issue with not being able to run sudo occurred so again fixed that with a fix I found on google.

    Make sure you have the ISO that contains the Non-Free drivers. These can be found at: https://tinyurl.com/yxq8669h. Without the Non-Free or proprietary drivers, you can have all types of issues.

    Also, when going through the setup, you'll get to a point where you enter
    your username and password. There is a place for you to enter a root
    password. If you don't set that password up, the install will not
    automatically set up sudo.

    I can't seem to get my user account to run nautilus when I try to call it with sudo - it just fails to fire up. Google has yet to reveal a good
    fix for this. I do want to be able to have root privs to do file stuff from time to time but ideally without to login as root to do it.

    Hmmm, I don't use nautilus here, so I'm not sure how that works. I have only had to do that one, where I called caja with sudo. (I run MATE here)
    Otherwise, I do most everything from the command line.

    Tonight (it's coming up noon here Monday) I will try to install a fresh copy of Mystic and start to figure out the best way to migrate Agency across to it. I'm thinking it may be a bit of a PITA to do but changing some of dirs in the BBS at the same time. Will ponder some more.

    One other thing to think of, is under Linux, Mystic will not be able to bind ports lower than 1024 (I think). You can run MIS using sudo, but I've run
    into some issues where files were actually created as root:root. What I did,
    is forward port 23 in my modem, to port 2300 to my system. Then Mystic is set up to use port 2300, and no need for sudo. There are other ways around it,
    but that works quick and easy for me. :)


    ---

    Black Panther(RCS)
    aka Dan Richter
    Castle Rock BBS
    telnet://bbs.castlerockbbs.com
    http://www.castlerockbbs.com
    http://github.com/DRPanther
    The sparrows are flying again...

    --- Mystic BBS v1.12 A46 2020/08/25 (Linux/64)
    * Origin: Castle Rock BBS - bbs.castlerockbbs.com - (21:1/186)
  • From Avon@21:1/101 to Black Panther on Mon Sep 28 12:41:12 2020
    On 27 Sep 2020 at 05:19p, Black Panther pondered and said...

    Make sure you have the ISO that contains the Non-Free drivers. These can be found at: https://tinyurl.com/yxq8669h. Without the Non-Free or proprietary drivers, you can have all types of issues.

    Yep I downloaded a non-free driver version... not sure if it was that one.
    Nope it was tinyurl.com/yddd7k9o which I thought would be the one to use? Should I have used the 'live' ones?

    Also, when going through the setup, you'll get to a point where you enter your username and password. There is a place for you to enter a root password. If you don't set that password up, the install will not automatically set up sudo.

    Yep did that but still hit sudo issues with my regular user account not working. It was (before I fixed it with a google fix) throwing up an error saying my user account was not a member of sudo users and that I;d been reported on.

    Hmmm, I don't use nautilus here, so I'm not sure how that works. I have only had to do that one, where I called caja with sudo. (I run MATE here) Otherwise, I do most everything from the command line.

    all good, I have used nautilus on Ubuntu in the past without issue using sudo but for now, no joy in this install.

    One other thing to think of, is under Linux, Mystic will not be able to bind ports lower than 1024 (I think). You can run MIS using sudo, but
    I've run into some issues where files were actually created as
    root:root. What I did, is forward port 23 in my modem, to port 2300 to
    my system. Then Mystic is set up to use port 2300, and no need for sudo. There are other ways around it, but that works quick and easy for me. :)

    Humm.. thanks for this, yes I recall reading about the need to run mis with sudo which (from memory) only grabs what privs it needs to while starting up then drops back to regular privs...

    I think the pathing and other changes along those lines I need to make to a bunch of ini files and file base/ message base dirs will keep me busy to
    start with.

    I also want to set my BBS theme to not be the 'default' theme contents -
    which it is at the moment.

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Blue White@21:4/134 to Avon on Mon Sep 28 15:51:46 2020
    136
    I can't seem to get my user account to run nautilus when I try to call
    it with sudo - it just fails to fire up. Google has yet to reveal a
    good fix for this. I do want to be able to have root privs to do file stuff from time to time but ideally without to login as root to do it.

    FWIW, I used to use nautilus but it became a memory hog on my old pc. I switched to using mc (midnight commander) from a terminal, and pcmanfm as a graphical replacement. I have tried pcmanfm some as sudo but cannot
    remember how well it works (it has been a while). mc will do so.

    mc is good for copying/moving/deleting files, and viewing/editing text
    files. If you are trying to view/edit pictures or non-text documents, you
    are better off with pcmanfm.

    Now I don't even install nautilus.

    Unless, of course, you mean a different nautilus besides the file manager?


    ... Got my tie caught in the fax... Suddenly I was in L.A.
    --- MultiMail
    * Origin: Possum Lodge South * possumso.fsxnet.nz:7636/SSH:2122 (21:4/134)
  • From Avon@21:1/101 to Blue White on Tue Sep 29 13:08:52 2020
    On 28 Sep 2020 at 03:51p, Blue White pondered and said...

    Unless, of course, you mean a different nautilus besides the file
    manager?

    Thanks for the tips and the names to look at :)

    Yep I'm talking about the file manager :)

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From vorlon@21:1/195.1 to Avon on Tue Sep 29 11:32:42 2020
    Hey Avon,

    Been following your battle with installing debian linux on that box.

    If your going to be using it as a server, then to elimate all the issues
    your having. Don't install the GUI, go straight console text mode.

    Mystic dosn't need a gui. The new server doesn't either.

    You will still be able to do things with the box.

    Out of intrest, what is the model and make of the motherboard and video
    card?





    \/orlon
    VK3HEG


    --- MagickaBBS v0.15alpha (Linux/armv6l)
    * Origin: \/orlon Empire: Sector 550 (21:1/195.1)
  • From Avon@21:1/101 to vorlon on Tue Sep 29 15:36:20 2020
    On 29 Sep 2020 at 11:32a, vorlon pondered and said...

    your having. Don't install the GUI, go straight console text mode.

    But I'd prefer to use a GUI as well as a terminal prompt... :)

    Mystic dosn't need a gui. The new server doesn't either.

    It won't be just Mystic I'm running on it etc..

    You will still be able to do things with the box.

    Out of intrest, what is the model and make of the motherboard and video card?

    Not sure but will try and find out, for now I can see a GUI and it boots so I am down the path a bit. :)

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Avon@21:1/101 to All on Sat Oct 3 21:29:16 2020
    On 28 Sep 2020 at 11:49a, Avon pondered and said...

    Tonight (it's coming up noon here Monday) I will try to install a fresh copy of Mystic and start to figure out the best way to migrate Agency across to it. I'm thinking it may be a bit of a PITA to do but changing some of dirs in the BBS at the same time. Will ponder some more.

    Well I re-installed Debian and spent some time in the last day or so poking about the box and the Desktop options as well.

    Today I copied over the windows BBS files and dropped them into a mirror on
    the Linux box. Then spent some time changing paths in config areas. Have not got to them all but making progress. Opted to merge down file dirs that I had different message nets in down to one main dir for message files..

    Trying to compile nodelists does not seem to work correctly. I think I have duff archive switches and perhaps the wrong zip or unzip installed. It seems
    to be a mix of Debian and InfoZip stuff... Mmmm

    I expect a number of scripts will need to be looked at and I also need to
    test out other areas of the BBS too...

    Not sure how I will tackle local doors yet but got to get files and messages working first and ensure menus look OK etc.

    Then will come the tricky part of switching it over to live while some other stuff still runs on the windows system for now...

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Black Panther@21:1/186 to Avon on Sat Oct 3 02:39:02 2020
    On 03 Oct 2020, 09:29p, Avon said the following...

    Today I copied over the windows BBS files and dropped them into a mirror on the Linux box. Then spent some time changing paths in config areas. Have not got to them all but making progress. Opted to merge down file dirs that I had different message nets in down to one main dir for
    message files..

    That is a good time to get things straighted out. I have files separated by network, along with message bases. It makes it a bit easier.

    Trying to compile nodelists does not seem to work correctly. I think I have duff archive switches and perhaps the wrong zip or unzip installed. It seems to be a mix of Debian and InfoZip stuff... Mmmm

    Try the ones I posted in FSX_GEN. That's what I'm running here with no problems.

    I expect a number of scripts will need to be looked at and I also need to test out other areas of the BBS too...

    You'll be doing that for a while. ;) Kinda like when I made the switch, and forgot one path in one of the mutil.ini files... Drove me nuts for about a week.

    Not sure how I will tackle local doors yet but got to get files and messages working first and ensure menus look OK etc.

    Doors are actually pretty simple with Dosemu. When you get to that point, let me know. :)

    Then will come the tricky part of switching it over to live while some other stuff still runs on the windows system for now...

    Sounds like what I'm working on. Deon talked me into giving Docker a try, and I'm working on getting all of the hub 4 config set up. I had forgotten how
    much of a pain it is to set up Husky config files... :)

    Once all the paths are set up, I'll work on getting the nodes in place in
    both Husky and Binkd. Then, I'll look at getting the nodes connected to the right echos.

    I also haven't quite figured out what's going to happen with the FTN<>QWK gateway. I may transfer that to the Debian system while everything get's configured... Not sure yet, but it will keep running. :)

    If that wasn't enough, I've been working on some MPL programs. I'm a gluten
    for punishment, I guess... ;)


    ---

    Black Panther(RCS)
    aka Dan Richter
    Castle Rock BBS
    telnet://bbs.castlerockbbs.com
    http://www.castlerockbbs.com
    http://github.com/DRPanther
    The sparrows are flying again...

    --- Mystic BBS v1.12 A47 2020/09/27 (Linux/64)
    * Origin: Castle Rock BBS - bbs.castlerockbbs.com - (21:1/186)
  • From alterego@21:2/116 to Black Panther on Sat Oct 3 21:38:44 2020
    Re: Re: Installing Debian
    By: Black Panther to Avon on Sat Oct 03 2020 02:39 am

    Howdy,

    Sounds like what I'm working on. Deon talked me into giving Docker a try,
    and I'm working on getting all of the hub 4 config set up.
    I had forgotten how
    much of a pain it is to set up Husky config files... :)

    Actually, I have the husky config setup and I think its way easier than the other BBS software that I've used (as a hub).

    A node now is somwhere between 3 and 6 lines:
    Link:
    Aka:
    Password:
    Flavour

    And if nodes have a different password for TIC/Areafix/Packet - then the password line is broken out to those 3 line config items.

    Each net has its own directory, and each directory is a file for areas/nodes and routes.

    Areas pretty much doesnt change when setup. Nodes and Routes do when a new node



























































































































    comes along...

    I've done a similar thing with binkd, with a config file for each net with the node details.

    ...лоеп

    ... History tends to exaggerate.
    --- SBBSecho 3.11-Linux
    * Origin: I'm playing with ANSI+videotex - wanna play too? (21:2/116)
  • From Black Panther@21:1/186 to alterego on Sat Oct 3 13:53:34 2020
    On 03 Oct 2020, 09:38p, alterego said the following...

    Actually, I have the husky config setup and I think its way easier than the other BBS software that I've used (as a hub).

    It's really not that bad. What I'm doing is taking the config file that I had for Windows, and changing all of the paths to where they are now. I'll then send the area/filefix messages to connect them to the proper echos.

    It's just taking a little while, as I'm also working on other projects.


    ---

    Black Panther(RCS)
    aka Dan Richter
    Castle Rock BBS
    telnet://bbs.castlerockbbs.com
    http://www.castlerockbbs.com
    http://github.com/DRPanther
    The sparrows are flying again...

    --- Mystic BBS v1.12 A47 2020/09/27 (Linux/64)
    * Origin: Castle Rock BBS - bbs.castlerockbbs.com - (21:1/186)
  • From Black Panther@21:1/186 to Ogg on Sat Oct 3 13:54:52 2020
    On 03 Oct 2020, 08:22a, Ogg said the following...

    If that wasn't enough, I've been working on some MPL
    programs. I'm a gluten for punishment, I guess... ;)

    Gluten-free is better for your health.

    Be a glutton for no gluten! <g>

    I was wondering if I had the right word there. It was late and I couldn't see straight anymore... ;) (That's my story and I'm sticking to it)


    ---

    Black Panther(RCS)
    aka Dan Richter
    Castle Rock BBS
    telnet://bbs.castlerockbbs.com
    http://www.castlerockbbs.com
    http://github.com/DRPanther
    The sparrows are flying again...

    --- Mystic BBS v1.12 A47 2020/09/27 (Linux/64)
    * Origin: Castle Rock BBS - bbs.castlerockbbs.com - (21:1/186)
  • From Avon@21:1/101 to Black Panther on Sun Oct 4 09:36:54 2020
    On 03 Oct 2020 at 02:39a, Black Panther pondered and said...

    That is a good time to get things straighted out. I have files separated by network, along with message bases. It makes it a bit easier.

    It's a balancing act as the more I change the more other files that ref the
    BBS need to change too.

    But I think having all the message base JAM files in one dir and not
    separated by dirs based on networks is fine to do... certainly simplifies issues around having to change each base path manually when I can apply a global change to path and then move the JAM files over.

    File bases I have left as is (quite split out) and had to manually alter
    around 40 bases path statements by hand. Sigh.

    Just complied cryptlib for Mystic. Now working on zip/unzip issues.

    I think a number of ansi menus may be borked by case sensitivity issues also.

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Avon@21:1/101 to alterego on Sun Oct 4 09:40:20 2020
    On 03 Oct 2020 at 09:38p, alterego pondered and said...

    much of a pain it is to set up Husky config files... :)

    I agree

    Actually, I have the husky config setup and I think its way easier than the other BBS software that I've used (as a hub).

    once set yep but manually adding nodes is a pain (says the guy not using it yet)


    A node now is somwhere between 3 and 6 lines:
    Link:
    Aka:
    Password:
    Flavour

    one thing I think that I will like (and Dan was doing) is setting all
    echomail and files per node to be tossed to a filebox. I think having a clear idea of files held per node is a good move. Having stuff sat in echomail\out and not being easily clear on what is what is a pain.

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Avon@21:1/101 to Ogg on Sun Oct 4 09:41:02 2020
    On 03 Oct 2020 at 08:22a, Ogg pondered and said...

    Gluten-free is better for your health.

    Be a glutton for no gluten! <g>

    I'm thinking Flying High again :)

    Rodger Rodger.... OK Victor what;s your Vector?

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Avon@21:1/101 to alterego on Sun Oct 4 11:47:22 2020
    I'm wanting to be able to use VNC from my windows machine so I can remote in
    to the Debian box and do admin stuff from within my home LAN. I' not thinking this is something I want to be able to do from outside the home.

    There seem to be several web walk through articles for this some more
    detailed than others. I found this one https://tinyurl.com/yxt6ylmp and this other one https://tinyurl.com/yxfuwd2k which both want me to use ssh and install xfce.

    Do you think is a good idea / best instructs to follow?

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From alterego@21:2/116 to Avon on Sun Oct 4 10:44:24 2020
    Re: Re: Installing Debian
    By: Avon to alterego on Sun Oct 04 2020 09:40 am

    Howdy,

    one thing I think that I will like (and Dan was doing) is setting all echomail and files per node to be tossed to a filebox. I think having a
    clear idea of files held per node is a good move. Having
    stuff sat in echomail\out and not being easily clear on what is what is a
    pain.

    So when you are setup, I'll give you two scripts.

    "show-queue" shows whats in the queue by node, which is what is posted to the bot echo daily.
    "outlist z:f/n" shows whats in the queue for a specific node.

    Outboxes (and inboxes I guess), are great for moving files around (like game packets) - but for normal "FTN" stuff, I prefer to use the normal BSO structure



























































































































    that many supporting components use.

    ...лоеп

    ... Young gorillas are friendly but they soon learn.
    --- SBBSecho 3.11-Linux
    * Origin: I'm playing with ANSI+videotex - wanna play too? (21:2/116)
  • From Avon@21:1/101 to alterego on Sun Oct 4 12:51:36 2020
    On 04 Oct 2020 at 10:44a, alterego pondered and said...

    So when you are setup, I'll give you two scripts.

    thanks :)

    Outboxes (and inboxes I guess), are great for moving files around (like game packets) - but for normal "FTN" stuff, I prefer to use the normal
    BSO structure that many supporting components use.

    I'm thinking of how best to quickly purge stuff held by a HUB for a node that is MIA and being delisted. A filebox for both echomail and file areas seems like a good idea to me.

    James had done some really helpful work in Mystic that allowed for echomail
    to be purged from echomail\out BSO folders when a MUTIL function was run. Ideally I'd like the same for HPT but the tossing echomail and files to a filebox seems to me to be a quick win to at least spot probs and then nuke things in a surgical way.

    When you need to remove held packets etc. for a node how do you do it?

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From alterego@21:2/116 to Avon on Sun Oct 4 11:14:04 2020
    Re: Re: Installing Debian
    By: Avon to alterego on Sun Oct 04 2020 11:47 am

    Howdy,

    There seem to be several web walk through articles for this some more detailed than others. I found this one https://tinyurl.com/yxt6ylmp and
    this other one https://tinyurl.com/yxfuwd2k which both want
    me to use ssh and install xfce.

    Do you think is a good idea / best instructs to follow?

    I'll defer to others for comment.

    I'm not a GUI guy - especially for console apps like a BBS :-P

    Xwindows (aka the unix gui) is so bloated because its not just 1 thing to install. You need the subsytem itself, and then your preferred window manager, then the apps themselves. (And then if you want to access it remotely enter something like VNC.)

    That said, for my DOS BBS (which runs in docker) - I do have VNC in there too and the xwindow environment lets me target a specific node. Its a minimal xwindows environment how it was back in the 90s :). When I have time and energy, I'm going to change that though, so its 4 docker containers - all console if possible...

    ...лоеп

    ... You don't have to think too hard when you talk to teachers.
    --- SBBSecho 3.11-Linux
    * Origin: I'm playing with ANSI+videotex - wanna play too? (21:2/116)
  • From alterego@21:2/116 to Avon on Sun Oct 4 11:17:38 2020
    Re: Re: Installing Debian
    By: Avon to alterego on Sun Oct 04 2020 12:51 pm

    Howdy,

    I'm thinking of how best to quickly purge stuff held by a HUB for a node
    that is MIA and being delisted. A filebox for both echomail
    and file areas seems like a good idea to me.

    When you need to remove held packets etc. for a node how do you do it?

    Yup, super easy:

    "show-queue" shows whats in the queue by node, which is what is posted to the bot echo daily.
    "outlist z:f/n" shows whats in the queue for a specific node.

    I use the later file to figure out what to delete from the queue.

    I did have a script somewhere, that was "removenode z:f/n" which would do it for me - but I've misplaced it. (And delisting nodes is not a task that happens



























































































































    often at the moment yet ;)

    I also use "AutoPassive" with HPT, its sets to 28 days, which if this is mail in the queue for anode that is 28 days old, HPT automatically "pauses" the node



























































































































    (so no more exporting) - thus the filesystem doesnt keep growing if you are not



























































































































    on top of it.

    ...лоеп

    ... Chuck Norris can sleep while he's awake.
    --- SBBSecho 3.11-Linux
    * Origin: I'm playing with ANSI+videotex - wanna play too? (21:2/116)
  • From Black Panther@21:1/186 to Avon on Sat Oct 3 19:23:02 2020
    On 04 Oct 2020, 09:36a, Avon said the following...

    It's a balancing act as the more I change the more other files that ref the BBS need to change too.

    That's part of the fun! :)

    But I think having all the message base JAM files in one dir and not separated by dirs based on networks is fine to do... certainly simplifies issues around having to change each base path manually when I can apply a global change to path and then move the JAM files over.

    It depends on the number of message bases you have. For me, it was easier to separate them due to the number. It also took forever to try to open that directory in the file manager, as it had so many files in it.

    For the file areas here, I have them broken down by network. The local bases are even broken down into:
    bbs
    /doors
    /adult
    /oneliners
    /announce
    /lord
    /mystic
    /ftn
    /programs
    /proboard
    ...etc

    But I have a LOT of files online...

    I think a number of ansi menus may be borked by case sensitivity issues also.

    What I did, is just make them all lower case, as well as any future files. It just makes life easier. :)


    ---

    Black Panther(RCS)
    aka Dan Richter
    Castle Rock BBS
    telnet://bbs.castlerockbbs.com
    http://www.castlerockbbs.com
    http://github.com/DRPanther
    The sparrows are flying again...

    --- Mystic BBS v1.12 A47 2020/09/27 (Linux/64)
    * Origin: Castle Rock BBS - bbs.castlerockbbs.com - (21:1/186)
  • From Black Panther@21:1/186 to alterego on Sat Oct 3 19:28:30 2020
    On 04 Oct 2020, 11:17a, alterego said the following...

    I also use "AutoPassive" with HPT, its sets to 28 days, which if this is mail in the queue for anode that is 28 days old, HPT automatically "pauses" the node (so no more exporting) - thus the filesystem doesnt
    keep growing if you are not on top of it.

    I haven't looked into that one much yet. I may have to take a look at it.
    I've noticed it listed on the wiki, I've just always been looking for
    something else at the time... :)


    ---

    Black Panther(RCS)
    aka Dan Richter
    Castle Rock BBS
    telnet://bbs.castlerockbbs.com
    http://www.castlerockbbs.com
    http://github.com/DRPanther
    The sparrows are flying again...

    --- Mystic BBS v1.12 A47 2020/09/27 (Linux/64)
    * Origin: Castle Rock BBS - bbs.castlerockbbs.com - (21:1/186)
  • From Avon@21:1/101 to All on Sun Oct 4 20:45:56 2020
    On 04 Oct 2020 at 11:47a, Avon pondered and said...

    I'm wanting to be able to use VNC from my windows machine so I can
    remote in to the Debian box and do admin stuff from within my home LAN.
    I' not thinking this is something I want to be able to do from outside
    the home.

    There seem to be several web walk through articles for this some more detailed than others. I found this one https://tinyurl.com/yxt6ylmp and this other one https://tinyurl.com/yxfuwd2k which both want me to use
    ssh and install xfce.

    Well I followed step 1 and 2 of the second short url and ended up with a grey screen when I tried to connect. I then tried a solution on https://tinyurl.com/y3rtpcrd and that sorta worked but seemed hit/miss when I tried to connect to the box VNC would work once then refuse to connect.

    I then ran sudo apt purge xxx where xxx was the vnc and xface files.

    I then ran nautilus and found some hidden .vnc stuff and removed that from my home dir then also removed a few .xfce files there too that were hidden.

    I like the basic Gnome desktop that seems to come with debian but getting a remote (working) VNC session that is reliable is a nightmare for a n00b. At least with a raspberry pi they build in a VNC server into the OS... wish
    Debian did the same.

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Vk3jed@21:1/109 to Avon on Sun Oct 4 21:17:00 2020
    On 10-04-20 11:47, Avon wrote to alterego <=-

    I'm wanting to be able to use VNC from my windows machine so I can
    remote in to the Debian box and do admin stuff from within my home LAN.
    I' not thinking this is something I want to be able to do from outside
    the home.

    VNC? Way overkill. I just use SSH. :)


    ... This MSG written by pouring warm tea on an Ouija board.
    === MultiMail/Win v0.51
    --- SBBSecho 3.10-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (21:1/109)
  • From Oli@21:3/102 to Avon on Sun Oct 4 12:57:00 2020
    Avon wrote (2020-10-04):

    I like the basic Gnome desktop that seems to come with debian but getting
    a remote (working) VNC session that is reliable is a nightmare for a
    n00b. At least with a raspberry pi they build in a VNC server into the OS... wish Debian did the same.

    Do you want to start a virtual (headless) X server or do you want to connect to



























































































































    the desktop X server that is using the video card/monitor?

    ---
    * Origin: (21:3/102)
  • From Mindsurfer@21:3/119 to Avon on Sun Oct 4 11:00:50 2020
    I'm wanting to be able to use VNC from my windows machine so I can
    remote in to the Debian box and do admin stuff from within my home
    LAN. I' not thinking this is something I want to be able to do from outside the home.
    Do you think is a good idea / best instructs to follow?

    i dont have any graphical interface on my BBS raspberry. But if i would
    like to have a remote desktop, why not use Anydesk? https://anydesk.com/
    It is free for privat use.

    Mindsurfer

    --- MagickaBBS v0.15alpha (Linux/armv7l)
    * Origin: FuNToPia telnet://funtopia.ddnss.eu:2023 (21:3/119)
  • From Avon@21:1/101 to Vk3jed on Mon Oct 5 09:03:34 2020
    On 04 Oct 2020 at 09:17p, Vk3jed pondered and said...

    VNC? Way overkill. I just use SSH. :)

    Not for me :)

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Avon@21:1/101 to Oli on Mon Oct 5 09:04:46 2020
    On 04 Oct 2020 at 12:57p, Oli pondered and said...

    Do you want to start a virtual (headless) X server or do you want to connect to

    the desktop X server that is using the video card/monitor?

    Ideally the latter... I'm understanding that I could (if it all works)
    connect to a different desktop than the one I see with the login/monitor attached but ideally I'd like to be able to just remote connect and see/use
    the same desktop I do now.

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Avon@21:1/101 to Mindsurfer on Mon Oct 5 09:05:58 2020
    On 04 Oct 2020 at 11:00a, Mindsurfer pondered and said...


    i dont have any graphical interface on my BBS raspberry. But if i would like to have a remote desktop, why not use Anydesk? https://anydesk.com/ It is free for privat use.

    I have not look at this, thanks for the lead. I suspect it will be like teamview so traffic is routed via external servers. If so I think just connecting to a VNC style server to see my desktop would be preferable.

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Mindsurfer@21:3/119 to Avon on Mon Oct 5 01:36:44 2020
    https://anydesk.com/ It is free for privat use.
    I have not look at this, thanks for the lead. I suspect it will be
    like teamview so traffic is routed via external servers. If so I
    think just connecting to a VNC style server to see my desktop would
    be preferable.

    to me vnc was not very smooth and stable. but if i had to use it, i used
    it via vpn (my dsl router offers a vpn functionality) and then from
    inside my lan with vnc.

    but in general i prefer anydesk or teamviewer. are you sure they route
    the traffic via external server always?

    ps: when i was on windows, google remote desktop was quite smooth too.
    But it is not working as before now that i am using linux.

    Mindsurfer

    --- MagickaBBS v0.15alpha (Linux/armv7l)
    * Origin: FuNToPia telnet://funtopia.ddnss.eu:2023 (21:3/119)
  • From Al@21:4/106.1 to Avon on Sun Oct 4 16:47:02 2020
    136
    VNC? Way overkill. I just use SSH. :)

    Not for me :)

    I agree with vk3jed. At least in this case when working on the BBS or other FTN


























































































































    things like the husky stuff and binkd. This software is all command line stuff and a desktop is not any help when working with any of that.

    A desktop is great too.. and I love the desktop for browsing the web or playing


























































































































    DOOM or quake.. ;) but when working on the BBS or BBSing a command line is where it is at.

    --- BBBS/Li6 v4.10 Toy-4
    * Origin: The Rusty MailBox - Penticton, BC Canada (21:4/106.1)
  • From Rick Smith@21:1/190.1 to Avon on Sun Oct 4 23:18:10 2020
    Greetings Avon!

    Tuesday September 29 2020 13:08, you wrote to Blue White about an urgent matter!:

    On 28 Sep 2020 at 03:51p, Blue White pondered and said...

    Unless, of course, you mean a different nautilus besides the file
    manager?

    Thanks for the tips and the names to look at :)

    Yep I'm talking about the file manager :)

    I second using MC Avon, its a very versatile file manager and gives you side by


























































































































    side view of areas, which can be useful if you are copying or moving files in between machines on your network, you could have the machine your on,on the right hand side and sftp into another machine on your network on the left (or vise versa) and simply move/copy files across your network... pretty amazing and huge time saver.. check it out...


    ----
    Regards,


    Rick Smith (Nitro)

    ... Citation for slow BBSing: Going v.32bis in a v.FC lane
    --- GoldED+/LNX 1.1.5-b20180707
    * Origin: ----> Abacus Sysop Point --->>>>bbs.abon.us:2323 (21:1/190.1)
  • From Rick Smith@21:1/190.1 to Avon on Sun Oct 4 23:24:46 2020
    Greetings Avon!

    Sunday October 04 2020 11:47, you wrote to alterego about an urgent matter!:

    I'm wanting to be able to use VNC from my windows machine so I can
    remote in to the Debian box and do admin stuff from within my home
    LAN. I' not thinking this is something I want to be able to do from outside the home.

    There seem to be several web walk through articles for this some more detailed than others. I found this one https://tinyurl.com/yxt6ylmp
    and this other one https://tinyurl.com/yxfuwd2k which both want me to
    use ssh and install xfce.

    Do you think is a good idea / best instructs to follow?

    I use realvnc and as long as not commercial its completely free even the ability to access them from outside the house, up to 5 machines.. very slick..


    ----
    Regards,


    Rick Smith (Nitro)

    ... Honk if you love BBSing!
    --- GoldED+/LNX 1.1.5-b20180707
    * Origin: ----> Abacus Sysop Point --->>>>bbs.abon.us:2323 (21:1/190.1)
  • From Vk3jed@21:1/109 to Avon on Mon Oct 5 19:34:00 2020
    On 10-05-20 09:03, Avon wrote to Vk3jed <=-

    On 04 Oct 2020 at 09:17p, Vk3jed pondered and said...

    VNC? Way overkill. I just use SSH. :)

    Not for me :)

    Haha why not? ;)


    ... Clones are people two.
    === MultiMail/Win v0.51
    --- SBBSecho 3.10-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (21:1/109)
  • From Vk3jed@21:1/109 to Al on Mon Oct 5 20:29:00 2020
    On 10-04-20 16:47, Al wrote to Avon <=-

    VNC? Way overkill. I just use SSH. :)

    Not for me :)

    I agree with vk3jed. At least in this case when working on the BBS or other FTN things like the husky stuff and binkd. This software is all command line stuff and a desktop is not any help when working with any
    of that.

    Yeah I simply SSH into the BBS machine. If I need to do multiple things, I SSH multiple times. Leave the GUI for the SSH client side. :)

    A desktop is great too.. and I love the desktop for browsing the web or playing DOOM or quake.. ;) but when working on the BBS or BBSing a
    command line is where it is at.

    Yes, s desktop/GUI doies have its purpose. I prefer to use them on machines that I use for web surfing and general tasks.


    ... On a clear disk you can seek forever.
    === MultiMail/Win v0.51
    --- SBBSecho 3.10-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (21:1/109)
  • From Vk3jed@21:1/109 to Oli on Mon Oct 5 20:34:00 2020
    On 10-04-20 12:57, Oli wrote to Avon <=-

    Do you want to start a virtual (headless) X server or do you want to connect to the desktop X server that is using the video card/monitor?

    What's a good headlexx X server to use nowadays for VNC access? I've got a use case for one.


    ... In seeking the unattainable, simplicity only gets in the way.
    === MultiMail/Win v0.51
    --- SBBSecho 3.10-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (21:1/109)
  • From vorlon@21:1/195.1 to Vk3jed on Mon Oct 5 16:12:52 2020
    Hey vk3jed,

    I'm wanting to be able to use VNC from my windows machine so I
    can remote in to the Debian box and do admin stuff from within
    my home LAN. I' not thinking this is something I want to be

    VNC? Way overkill. I just use SSH. :)

    Your fogetting that Avon, comes from a windows world. #-)



    \/orlon
    VK3HEG


    --- MagickaBBS v0.15alpha (Linux/armv6l)
    * Origin: \/orlon Empire: Sector 550 (21:1/195.1)
  • From Oli@21:3/102 to Vk3jed on Mon Oct 5 17:45:04 2020
    Vk3jed wrote (2020-10-05):

    On 10-04-20 12:57, Oli wrote to Avon <=-

    Do you want to start a virtual (headless) X server or do you want to
    connect to the desktop X server that is using the video
    card/monitor?

    What's a good headlexx X server to use nowadays for VNC access? I've got
    a use case for one.

    I don't know what the best solution is. I would try TigerVNC first:

    https://wiki.archlinux.org/index.php/TigerVNC

    ---
    * Origin: (21:3/102)
  • From Oli@21:3/102 to Avon on Mon Oct 5 17:57:12 2020
    Avon wrote (2020-10-05):

    On 04 Oct 2020 at 12:57p, Oli pondered and said...

    Do you want to start a virtual (headless) X server or do you want to
    connect to

    the desktop X server that is using the video card/monitor?

    Ideally the latter... I'm understanding that I could (if it all works) connect to a different desktop than the one I see with the login/monitor attached but ideally I'd like to be able to just remote connect and
    see/use the same desktop I do now.

    RealVNC has a deb package. I haven't tried it, but maybe it does work like the RealVNC server on Raspbian. TightVNC has the x0vncserver command and the xorg-extension:

    https://packages.debian.org/sid/tigervnc-xorg-extension https://github.com/TigerVNC/tigervnc/issues/394#issuecomment-632053478 https://wiki.archlinux.org/index.php/TigerVNC#Expose_the_local_display_directly

    Maybe it's also possible to autostart the vino vnc server.

    I also had some success with x11spice, which is a server for the SPICE protocol.

    ---
    * Origin: (21:3/102)
  • From Avon@21:1/101 to Mindsurfer on Tue Oct 6 16:55:28 2020
    On 05 Oct 2020 at 01:36a, Mindsurfer pondered and said...

    to me vnc was not very smooth and stable. but if i had to use it, i used it via vpn (my dsl router offers a vpn functionality) and then from
    inside my lan with vnc.

    I've been using it with my windows box which is located elsewhere in my home and it's always been great.

    but in general i prefer anydesk or teamviewer. are you sure they route
    the traffic via external server always?

    No I'm not. I do use Teamviewer and always thought that was all run through their servers... but I could well be wrong.

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Avon@21:1/101 to Al on Tue Oct 6 16:56:10 2020
    On 04 Oct 2020 at 04:47p, Al pondered and said...

    I agree with vk3jed. At least in this case when working on the BBS or other FTN

    things like the husky stuff and binkd. This software is all command line stuff and a desktop is not any help when working with any of that.

    A desktop is great too.. and I love the desktop for browsing the web or playing

    Will just have to agree to disagree on this one... :)

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Avon@21:1/101 to Rick Smith on Tue Oct 6 16:56:20 2020
    On 04 Oct 2020 at 11:18p, Rick Smith pondered and said...

    I second using MC Avon, its a very versatile file manager and gives you side by

    Thanks :)

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Avon@21:1/101 to Rick Smith on Tue Oct 6 16:57:58 2020
    On 04 Oct 2020 at 11:24p, Rick Smith pondered and said...

    I use realvnc and as long as not commercial its completely free even the ability to access them from outside the house, up to 5 machines.. very slick..

    I found this today, there are some limits in that the traffic is routed via
    the internet, if you want just a direct connect between 2 systems over the
    home LAN you can't do that (I think) with the 'free home version' ..

    Thanks for pointing me to this, I have used realvnc quite a lot before. But earlier less crippled versions of it :)

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Avon@21:1/101 to Vk3jed on Tue Oct 6 16:58:18 2020
    On 05 Oct 2020 at 07:34p, Vk3jed pondered and said...

    VNC? Way overkill. I just use SSH. :)
    Not for me :)
    Haha why not? ;)

    because I like to look at desktops :)

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Avon@21:1/101 to Oli on Tue Oct 6 17:00:10 2020
    On 05 Oct 2020 at 05:57p, Oli pondered and said...

    RealVNC has a deb package. I haven't tried it, but maybe it does work
    like the RealVNC server on Raspbian. TightVNC has the x0vncserver
    command and the xorg-extension:

    I mucked around today with tightvnc and got that working well but it only serves us a virtual desktop and not the view of the logged in user on the box.

    I found x11vnc was a solution for me, and at this stage have something
    running I think I can work with.. just gotta figure an elegant way of automating startup on boot... have been looking at some examples to do this online but not had joy with it yet... for now I can live with manually
    starting it on reboot.

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Avon@21:1/101 to vorlon on Tue Oct 6 17:00:50 2020
    On 05 Oct 2020 at 04:12p, vorlon pondered and said...

    Your fogetting that Avon, comes from a windows world. #-)

    Go to the head of the class young man, pass go and collect $200

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Rick Smith@21:1/190.1 to Avon on Mon Oct 5 23:31:22 2020
    Greetings Avon!

    Tuesday October 06 2020 16:57, you wrote to me about an urgent matter!:

    * Forwarded from area 'fsx_net'
    On 04 Oct 2020 at 11:24p, Rick Smith pondered and said...

    I use realvnc and as long as not commercial its completely free
    even the ability to access them from outside the house, up to 5
    machines.. very slick..

    I found this today, there are some limits in that the traffic is
    routed via the internet, if you want just a direct connect between 2 systems over the home LAN you can't do that (I think) with the 'free
    home version' ..

    Not sure I know what you mean routed through internet? I use a local ip to get to one machine or the other, I unplugged my UDM Pro from the internet and can still get to all my vnc machines. It gives you the ability to get to them from

























































































































    the internet but you do not need the internet to access all the machines you want on your local network.


    ----
    Regards,


    Rick Smith (Nitro)

    ... Citation for slow BBSing: Going v.32bis in a v.FC lane
    --- GoldED+/LNX 1.1.5-b20180707
    * Origin: ----> Abacus Sysop Point --->>>>bbs.abon.us:2323 (21:1/190.1)
  • From Avon@21:1/101 to Rick Smith on Tue Oct 6 19:53:20 2020
    On 05 Oct 2020 at 11:31p, Rick Smith pondered and said...

    Not sure I know what you mean routed through internet? I use a local ip
    to get to one machine or the other, I unplugged my UDM Pro from the internet and can still get to all my vnc machines. It gives you the ability to get to them from the internet but you do not need the
    internet to access all the machines you want on your local network.

    https://www.realvnc.com/en/connect/pricing/

    I'm referring to the 'direct connectivity' feature, but if I misunderstand
    it, I apologise.

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Vk3jed@21:1/109 to vorlon on Tue Oct 6 20:11:00 2020
    On 10-05-20 16:12, vorlon wrote to Vk3jed <=-

    Hey vk3jed,

    I'm wanting to be able to use VNC from my windows machine so I
    can remote in to the Debian box and do admin stuff from within
    my home LAN. I' not thinking this is something I want to be

    VNC? Way overkill. I just use SSH. :)

    Your fogetting that Avon, comes from a windows world. #-)

    Avon needs reducating. :P I do use PuTTY from a Windows desktop here. ;)


    ... Pentium Myth #1: The computer only does what you tell it.
    === MultiMail/Win v0.51
    --- SBBSecho 3.10-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (21:1/109)
  • From Vk3jed@21:1/109 to Oli on Tue Oct 6 20:13:00 2020
    On 10-05-20 17:45, Oli wrote to Vk3jed <=-

    I don't know what the best solution is. I would try TigerVNC first:

    https://wiki.archlinux.org/index.php/TigerVNC

    OK, have to see if Debian has it (the machine in question runs Debian 9).

    Hmm, nope, first check of apt doesn't show it. :/


    ... We cannot change and survive unless we survive and change.
    === MultiMail/Win v0.51
    --- SBBSecho 3.10-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (21:1/109)
  • From Vk3jed@21:1/109 to Avon on Tue Oct 6 20:14:00 2020
    On 10-06-20 16:58, Avon wrote to Vk3jed <=-

    On 05 Oct 2020 at 07:34p, Vk3jed pondered and said...

    VNC? Way overkill. I just use SSH. :)
    Not for me :)
    Haha why not? ;)

    because I like to look at desktops :)

    And efficiency goes down the toilet. :P


    ... Dew knot trussed yore spell chequer two fined awl mistakes!
    === MultiMail/Win v0.51
    --- SBBSecho 3.10-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (21:1/109)
  • From apam@21:1/126 to Vk3jed on Tue Oct 6 20:27:42 2020
    And efficiency goes down the toilet. :P

    Now now, efficiency for you perhaps. Not necessarily everyone.

    Some people think that using a mouse is less efficient than using a keyboard. That's really an extension of using the command line vs using a desktop.

    Computers running BBS networks are more than powerful enough to support a desktop running at the same time, so really your being wasteful not running a desktop, all those idle cycles :P

    But really, it comes down to preference. If it were on a minimal VPS I can see a desktop being more hassle than it's worth, but on a computer with a monitor plugged in, why not?

    If you're more comfortable using a desktop, install a desktop I say. After all,

























































































































    our computers are meant to work for us, not the other way around.

    I use a mouse all the time when I'm coding... maybe that makes me inferior to a

























































































































    keyboard wiz but I don't really care :)

    Andrew



    --- TitanFTN (Linux/x86_64)
    * Origin: Wunderlust BBS - wunderlust.ddns.net:2023 (21:1/126)
  • From vorlon@21:1/195.1 to Avon on Tue Oct 6 23:25:04 2020
    Your fogetting that Avon, comes from a windows world. #-)

    Go to the head of the class young man, pass go and collect $200

    You cheapskate. That means I would only get $185.71 AUD... #-(






    \/orlon
    VK3HEG


    --- MagickaBBS v0.15alpha (Linux/armv6l)
    * Origin: \/orlon Empire: Sector 550 (21:1/195.1)
  • From vorlon@21:1/195.1 to Vk3jed on Tue Oct 6 23:28:02 2020
    VNC? Way overkill. I just use SSH. :)

    Your fogetting that Avon, comes from a windows world. #-)

    Avon needs reducating. :P I do use PuTTY from a Windows desktop
    here. ;)

    We can lead him to water, but just like a horse can't force him. *-)


    He needs to see the light on his own. #_)



    \/orlon
    VK3HEG


    --- MagickaBBS v0.15alpha (Linux/armv6l)
    * Origin: \/orlon Empire: Sector 550 (21:1/195.1)
  • From Rick Smith@21:1/190.1 to Avon on Tue Oct 6 06:43:24 2020
    Greetings Avon!

    Tuesday October 06 2020 19:53, you wrote to me about an urgent matter!:



    https://www.realvnc.com/en/connect/pricing/

    I'm referring to the 'direct connectivity' feature, but if I
    misunderstand it, I apologise.

    No worries, it is worth checking out.. easy as heck to setup on any OS I run it
























































































































    on debian, pi and windows


    ----
    Regards,


    Rick Smith (Nitro)

    ... It was good BBSing with you @F
    --- GoldED+/LNX 1.1.5-b20180707
    * Origin: ----> Abacus Sysop Point --->>>>bbs.abon.us:2323 (21:1/190.1)
  • From Oli@21:3/102 to Avon on Tue Oct 6 16:48:44 2020
    Avon wrote (2020-10-06):

    On 05 Oct 2020 at 05:57p, Oli pondered and said...

    RealVNC has a deb package. I haven't tried it, but maybe it does
    work like the RealVNC server on Raspbian. TightVNC has the
    x0vncserver command and the xorg-extension:

    I mucked around today with tightvnc and got that working well but it only serves us a virtual desktop and not the view of the logged in user on the box.

    I intended to write "TigerVNC" not "TightVNC". There are to many options for remote desktop sharing in Linux and most of them are not very good (if you compare it with a Windows RDP session). Something is always missing. Most VNC projects also don't have good documentation.

    Now distributions are switching from X11 to Wayland – even more fun.. If I understand it correctly Gnome Wayland uses the pipewire audio/video server.


    —This message has been written on a Lenovo Yoge Tab 2 8" screen displaying my
























































































































    1600x1200 RPi LXDE desktop over RealVNC. Super tiny ...

    ---
    * Origin: (21:3/102)
  • From Black Panther@21:1/186 to Vk3jed on Tue Oct 6 12:40:52 2020
    On 06 Oct 2020, 08:11p, Vk3jed said the following...

    VNC? Way overkill. I just use SSH. :)

    Your fogetting that Avon, comes from a windows world. #-)

    Avon needs reducating. :P I do use PuTTY from a Windows desktop here.
    ;)

    Now, now... Avon needs to get a handle on how Linux works, which is easier to do with the GUI. Give him some time to learn, then he can start looking at
    how much he can do with just SSH. ;)


    ---

    Black Panther(RCS)
    aka Dan Richter
    Castle Rock BBS
    telnet://bbs.castlerockbbs.com
    http://www.castlerockbbs.com
    http://github.com/DRPanther
    The sparrows are flying again...

    --- Mystic BBS v1.12 A47 2020/09/27 (Linux/64)
    * Origin: Castle Rock BBS - bbs.castlerockbbs.com - (21:1/186)
  • From Avon@21:1/101 to Ogg on Wed Oct 7 08:33:04 2020
    On 06 Oct 2020 at 08:03a, Ogg pondered and said...

    I use TightVNC to control pcs (Windows) within the same LAN. I
    like the full GUI presentation and seeing the familiarity of
    the remote desktop. I experimented with UltraVNC for a little
    while, but I switched to TightVNC for some reason.

    Yeah, I've been using RealVNC for some years and a similar setup.

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Avon@21:1/101 to vorlon on Wed Oct 7 08:33:30 2020
    On 06 Oct 2020 at 11:25p, vorlon pondered and said...

    Go to the head of the class young man, pass go and collect $200
    You cheapskate. That means I would only get $185.71 AUD... #-(

    Oh dear sorry about that, keep the GST.

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Avon@21:1/101 to Oli on Wed Oct 7 08:38:04 2020
    On 06 Oct 2020 at 04:48p, Oli pondered and said...

    I intended to write "TigerVNC" not "TightVNC". There are to many options for remote desktop sharing in Linux and most of them are not very good
    (if you compare it with a Windows RDP session). Something is always missing. Most VNC projects also don't have good documentation.

    I've certainly learned a bit about the different sorts of VNC options out
    there now... most create a virtual desktop and it only seems this x11 offers
    a real representation of the logged in view of my desktop.

    Now distributions are switching from X11 to Wayland – even more fun..
    If I understand it correctly Gnome Wayland uses the pipewire audio/video server.

    I did get Gnome screen sharing working and could use a VNC client to login,
    but I couldn't get the Gnome desktop option to hold a login password... it seems to be a known problem, so sadly it was not an option to keep using that :(

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Avon@21:1/101 to Black Panther on Wed Oct 7 08:38:40 2020
    On 06 Oct 2020 at 12:40p, Black Panther pondered and said...

    Now, now... Avon needs to get a handle on how Linux works, which is
    easier to do with the GUI. Give him some time to learn, then he can
    start looking at how much he can do with just SSH. ;)

    Heh, I've yet to learn how to install and configure SSH - bahahah

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Black Panther@21:1/186 to Avon on Tue Oct 6 13:45:20 2020
    On 07 Oct 2020, 08:38a, Avon said the following...

    Heh, I've yet to learn how to install and configure SSH - bahahah

    Oooooo, sounds like we need a How-To written on that topic. :)


    ---

    Black Panther(RCS)
    aka Dan Richter
    Castle Rock BBS
    telnet://bbs.castlerockbbs.com
    http://www.castlerockbbs.com
    http://github.com/DRPanther
    The sparrows are flying again...

    --- Mystic BBS v1.12 A47 2020/09/27 (Linux/64)
    * Origin: Castle Rock BBS - bbs.castlerockbbs.com - (21:1/186)
  • From Al@21:4/106.1 to Avon on Tue Oct 6 14:31:06 2020
    136
    Will just have to agree to disagree on this one... :)

    Agreed!

    Have you tried ssh? I don't mean to be pushy but I think that is just what you need. :)

    --- BBBS/Li6 v4.10 Toy-4
    * Origin: The Rusty MailBox - Penticton, BC Canada (21:4/106.1)
  • From Al@21:4/106.1 to Avon on Tue Oct 6 14:33:54 2020
    136
    Heh, I've yet to learn how to install and configure SSH - bahahah

    It's probably already installed.. just needs to be enabled.

    A few things to configure how it works but once setup I think it'll do what you
























































































































    want.

    I've used ssh exclusively for years (on a server).

    --- BBBS/Li6 v4.10 Toy-4
    * Origin: The Rusty MailBox - Penticton, BC Canada (21:4/106.1)
  • From Avon@21:1/101 to Al on Wed Oct 7 10:42:32 2020
    Have you tried ssh? I don't mean to be pushy but I think that is just
    what you need. :)

    I've used Putty to login to a Linux system using a SSH connection and then
    got to a command line experience... if that's what you're asking?

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Al@21:4/106.1 to Avon on Tue Oct 6 14:59:18 2020
    136
    I've used Putty to login to a Linux system using a SSH connection and then got to a command line experience...

    I've tried putty a long time ago and don't use it. I just use ssh from a command prompt. I normally use a command prompt put a desktop terminal would work just as well.

    I use a command like "ssh al@trmb.ca" and I get a full screen command prompt just the same as I get on my own box, so it's a familiar shell to work in.

    Putty may give you a workable command shell, I'm not sure.

    --- BBBS/Li6 v4.10 Toy-4
    * Origin: The Rusty MailBox - Penticton, BC Canada (21:4/106.1)
  • From Vk3jed@21:1/109 to apam on Wed Oct 7 18:44:00 2020
    On 10-06-20 20:27, apam wrote to Vk3jed <=-

    And efficiency goes down the toilet. :P

    Now now, efficiency for you perhaps. Not necessarily everyone.

    Well, at least on today's hardware, the overhead of VNC isn't like it was when I first started using it.

    Some people think that using a mouse is less efficient than using a keyboard. That's really an extension of using the command line vs using
    a desktop.

    True. For me, it's a lot easier to blindly send a sequence of commands than it is to blindly use a mouse - the latter requires constant monitoring of its location and state to use, as well as constant control. Keyboard, I can send a few keystrokes, go away, do something else while waiting, and then some more keystrokes. ;)

    Computers running BBS networks are more than powerful enough to support
    a desktop running at the same time, so really your being wasteful not running a desktop, all those idle cycles :P

    I seem to find places for thos cycles. ;P

    But really, it comes down to preference. If it were on a minimal VPS I
    can see a desktop being more hassle than it's worth, but on a computer with a monitor plugged in, why not?

    Sure, if I had a local monitor on a sufficiently powerful system, why not (not all systems here meet that criteria). :)

    If you're more comfortable using a desktop, install a desktop I say.
    After all, our computers are meant to work for us, not the other way around.

    I use a mouse all the time when I'm coding... maybe that makes me
    inferior to a keyboard wiz but I don't really care :)

    Yeah I use a mouse a bit, but like to get away from it as well, because it does take more effort to use than the keyboard for a lot of things - my fine motor coordination is rather mentally demanding. :/


    ... A few feathers short of a whole duck.
    === MultiMail/Win v0.51
    --- SBBSecho 3.10-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (21:1/109)
  • From Vk3jed@21:1/109 to vorlon on Wed Oct 7 18:47:00 2020
    On 10-06-20 23:28, vorlon wrote to Vk3jed <=-

    VNC? Way overkill. I just use SSH. :)

    Your fogetting that Avon, comes from a windows world. #-)

    Avon needs reducating. :P I do use PuTTY from a Windows desktop
    here. ;)

    We can lead him to water, but just like a horse can't force him. *-)

    LOL true. Well, I almost switched to using VNC instead of a local X server for email (runs on Linux), but I couldn't work out how to do clipboard copy/paste between UltraVNC and the local machine. So I had to go back to using X for now. But VNC actually performs better (and doesn't die of the session is interrupted).


    He needs to see the light on his own. #_)

    True. ;)


    ... Trilogy (n). Series of three books, sometimes more.
    === MultiMail/Win v0.51
    --- SBBSecho 3.10-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (21:1/109)
  • From Vk3jed@21:1/109 to Black Panther on Wed Oct 7 18:50:00 2020
    On 10-06-20 12:40, Black Panther wrote to Vk3jed <=-

    On 06 Oct 2020, 08:11p, Vk3jed said the following...

    Now, now... Avon needs to get a handle on how Linux works, which is
    easier to do with the GUI. Give him some time to learn, then he can
    start looking at how much he can do with just SSH. ;)

    *puts old fart hat on*

    Back in my early Linux days, the GUI tools I had were largely too buggy to use, so I had to learn the command line from the word go. :) The advantage was that the command line has been more "portable" between distributions, though that's becoming less of an issue now, with the samme GUI tools appearing across more distros, and distros adopting different ways of storing basic information (like network settings).


    ... Each experiment, success or failure, is a learning experience.
    === MultiMail/Win v0.51
    --- SBBSecho 3.10-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (21:1/109)
  • From Vk3jed@21:1/109 to Avon on Wed Oct 7 19:37:00 2020
    On 10-07-20 08:38, Avon wrote to Black Panther <=-

    On 06 Oct 2020 at 12:40p, Black Panther pondered and said...

    Now, now... Avon needs to get a handle on how Linux works, which is
    easier to do with the GUI. Give him some time to learn, then he can
    start looking at how much he can do with just SSH. ;)

    Heh, I've yet to learn how to install and configure SSH - bahahah

    aot install openssh-server on a modern Debian based distro will get you a server. On your Windows client, PuTTY does a good job. :)


    ... Q:Who do you Pick to Win the Ball Game? A:The Team with the most points. === MultiMail/Win v0.51
    --- SBBSecho 3.10-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (21:1/109)
  • From Vk3jed@21:1/109 to Avon on Wed Oct 7 19:38:00 2020
    On 10-07-20 10:42, Avon wrote to Al <=-

    Have you tried ssh? I don't mean to be pushy but I think that is just
    what you need. :)

    I've used Putty to login to a Linux system using a SSH connection and
    then got to a command line experience... if that's what you're asking?

    See, you already have the necessary parts. ;)


    ... You can't polish a turd, but you can chuck glitter on it.
    === MultiMail/Win v0.51
    --- SBBSecho 3.10-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (21:1/109)
  • From Oli@21:3/102 to Rick Smith on Wed Oct 7 10:52:42 2020
    Rick wrote (2020-10-06):

    https://www.realvnc.com/en/connect/pricing/

    I'm referring to the 'direct connectivity' feature, but if I
    misunderstand it, I apologise.

    No worries, it is worth checking out.. easy as heck to setup on any OS I run it on debian, pi and windows

    Do you need to register/signup on realvnc.com to use the free version? Does the
























































































































    realvnc client/server send some data to realvnc.com?

    ---
    * Origin: (21:3/102)
  • From apam@21:1/126 to Vk3jed on Wed Oct 7 22:11:18 2020
    Well, at least on today's hardware, the overhead of VNC isn't like it was
    when
    I first started using it.

    That may be true, but we're talking about a specific case today, not when you started using it.

    True. For me, it's a lot easier to blindly send a sequence of commands
    than it
    is to blindly use a mouse - the latter requires constant monitoring of its location and state to use, as well as constant control.

    I can't touch type, I have to look at the screen, and no a mouse does not need constant control. Most of the time you are infact using the keyboard, mouse is just a tool to help with that. I mean you don't enter text with your mouse do you? You just select where you want it to go.

    location and state to use, as well as constant control. Keyboard, I can
    send a
    few keystrokes, go away, do something else while waiting, and then some
    more
    keystrokes. ;)

    And you can do that when using a mouse too, because the mouse isn't being used in one constant session, it's many smaller sessions.

    You often talk about web forums being difficult for you to use. Yet I find web forums to be easy to use. Would it be right for me to say you should just get used to it?

    It's a common theme among technical people to look down their nose at people who are less "elite" than them. Using the command line vs using graphical tools























































































































    is just one thing, using a mouse, how obscure your window manager is. If you use freebsd or linux or (gasp) windows.

    It's all crap. use the tools you're most comfortable with, if they get the job done then what's the issue?

    I say if someone wants to use a desktop on their server, so be it. It's not for























































































































    me to judge. I'd rather help them learn the graphical tools they're comfortable























































































































    with than try and force command line tools that they are not.

    Anyway, that's just my thoughts.

    Andrew


    --- TitanFTN (Linux/x86_64)
    * Origin: Wunderlust BBS - wunderlust.ddns.net:2023 (21:1/126)
  • From Oli@21:3/102 to apam on Wed Oct 7 14:33:24 2020
    apam wrote (2020-10-07):

    It's all crap. use the tools you're most comfortable with, if they get
    the job done then what's the issue?

    I guess different people are differently wired. I'm not very good at remembering shortcuts or command line options. I also have problems switching between different programs that do things differently. It's easier for me too switch between different inconsistent GUI applications than to switch between differing TUI apps.


    I still use SSH for the server and always have a terminal open and use CLI commands. But I still prefer a GUI desktop over a tmux session. I think I'm more the visual/spacial type. Never could get ued to vim/emacs.

    ---
    * Origin: (21:3/102)
  • From Rick Smith@21:1/190.1 to Oli on Wed Oct 7 06:18:50 2020
    Greetings Oli!

    Wednesday October 07 2020 10:52, you wrote to me about an urgent matter!:

    * Forwarded from area 'fsx_net'
    Rick wrote (2020-10-06):

    https://www.realvnc.com/en/connect/pricing/

    I'm referring to the 'direct connectivity' feature, but if I
    misunderstand it, I apologise.

    No worries, it is worth checking out.. easy as heck to setup on
    any OS I run it on debian, pi and windows

    Do you need to register/signup on realvnc.com to use the free version? Does the realvnc client/server send some data to realvnc.com?

    you only need to register online if you intend on accessing it from outside your local network..


    ----
    Regards,


    Rick Smith (Nitro)

    ... recipes: the license plates of BBSing.
    --- GoldED+/LNX 1.1.5-b20180707
    * Origin: ----> Abacus Sysop Point --->>>>bbs.abon.us:2323 (21:1/190.1)
  • From Oli@21:3/102 to Rick Smith on Wed Oct 7 15:55:16 2020
    Rick wrote (2020-10-07):

    Greetings Oli!

    Do you need to register/signup on realvnc.com to use the free
    version? Does the realvnc client/server send some data to
    realvnc.com?

    you only need to register online if you intend on accessing it from outside your local network..


    I really prefer open source software, but RealVNC just works:

    - shared clipboard
    - screen resolution scaling
    - systemd service

    ---
    * Origin: (21:3/102)
  • From Avon@21:1/101 to apam on Thu Oct 8 10:47:32 2020
    On 06 Oct 2020 at 08:27p, apam pondered and said...

    Now now, efficiency for you perhaps. Not necessarily everyone.

    Thank you.

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Avon@21:1/101 to Vk3jed on Thu Oct 8 10:48:18 2020
    On 07 Oct 2020 at 07:37p, Vk3jed pondered and said...

    aot install openssh-server on a modern Debian based distro will get you a server. On your Windows client, PuTTY does a good job. :)

    Yep thanks, will get to this soon-ish.

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Avon@21:1/101 to alterego on Thu Oct 8 21:32:34 2020
    Earlier polls to your 3/100 from 1/10 look like this

    + 08 Oct 11:12:57 [27284] outgoing session with alterant.leenooks.net:24554 [101.186.5.106]
    - 08 Oct 11:12:57 [26368] rc=0
    08 Oct 11:12:57 [26368] session closed, quitting...
    - 08 Oct 11:12:57 [27284] OPT CRAM-MD5-9de2059f5f3aa9fccee1b69de2d7d5ee
    + 08 Oct 11:12:57 [27284] Remote requests MD mode
    - 08 Oct 11:12:57 [27284] SYS Alterant MailHub
    - 08 Oct 11:12:57 [27284] ZYZ Deon George
    - 08 Oct 11:12:57 [27284] LOC Parkdale, VIC AU
    - 08 Oct 11:12:57 [27284] NDL 115200,TCP,BINKP
    - 08 Oct 11:12:57 [27284] TIME Thu, 8 Oct 2020 09:13:04 +1100
    - 08 Oct 11:12:57 [27284] VER binkd/1.1a-109/Linux binkp/1.1
    + 08 Oct 11:12:57 [27284] addr: 21:3/0@fsxnet
    + 08 Oct 11:12:57 [27284] addr: 21:3/100@fsxnet
    - 08 Oct 11:12:57 [27284] OPT EXTCMD GZ BZ2
    + 08 Oct 11:12:57 [27284] Remote supports EXTCMD mode
    + 08 Oct 11:12:57 [27284] Remote supports GZ mode
    + 08 Oct 11:12:57 [27284] Remote supports BZ2 mode
    ? 08 Oct 11:12:57 [27284] Warning: remote set UNSECURE session
    + 08 Oct 11:12:57 [27284] pwd protected session (MD5)
    + 08 Oct 11:12:57 [27284] sending c:\fsxuse\filebox\chinwag\0D08290E.GAL as 0D08290E.GAL (367)
    + 08 Oct 11:12:57 [27284] sent: c:\fsxuse\filebox\chinwag\0D08290E.GAL (367, 367.00 CPS, 21:3/100@fsxnet)
    + 08 Oct 11:12:57 [27284] done (to 21:3/100@fsxnet, OK, S/R: 1/0 (367/0
    bytes))

    now I'm seeing this

    + 08 Oct 21:21:24 [50240] call to 21:3/100@fsxnet
    08 Oct 21:21:24 [50240] trying alterant.leenooks.net [2001:8003:4c06:5742:f1d0:3:279:1fd]...
    08 Oct 21:21:24 [50240] connected
    + 08 Oct 21:21:24 [50240] outgoing session with alterant.leenooks.net:24554 [2001:8003:4c06:5742:f1d0:3:279:1fd]
    - 08 Oct 21:21:25 [50240] OPT CRAM-MD5-1b9ebcf7573910e9cb8103e72ccc957b CRYPT
    + 08 Oct 21:21:25 [50240] Remote requests MD mode
    + 08 Oct 21:21:25 [50240] Remote requests CRYPT mode
    - 08 Oct 21:21:25 [50240] SYS Alterant
    - 08 Oct 21:21:25 [50240] ZYZ Alter Ego
    - 08 Oct 21:21:25 [50240] LOC Parkdale, VIC
    - 08 Oct 21:21:25 [50240] NDL 115200,TCP,BINKP
    - 08 Oct 21:21:25 [50240] TIME Thu Oct 08 2020 19:21:33 GMT+1100 (AEDT)
    - 08 Oct 21:21:25 [50240] VER BinkIT/2.39,JSBinkP/1.123,sbbs3.18c/Linux binkp/1.1
    + 08 Oct 21:21:25 [50240] addr: 3:633/509@fidonet (n/a or busy)
    + 08 Oct 21:21:25 [50240] addr: 10:1/4@private (n/a or busy)
    + 08 Oct 21:21:25 [50240] addr: 21:2/116@fsxnet
    + 08 Oct 21:21:25 [50240] addr: 77:3/101@scinet (n/a or busy)
    + 08 Oct 21:21:25 [50240] addr: 80:774/87@retronet (n/a or busy)
    + 08 Oct 21:21:25 [50240] addr: 314:314/180@pinet (n/a or busy)
    + 08 Oct 21:21:25 [50240] addr: 1337:2/101@tqwnet (n/a or busy)
    + 08 Oct 21:21:25 [50240] addr: 44:61/1@dorenet (n/a or busy)
    + 08 Oct 21:21:25 [50240] addr: 618:510/2@micronet (n/a or busy)
    + 08 Oct 21:21:25 [50240] addr: 32:10/1@gamenet (n/a or busy)
    + 08 Oct 21:21:25 [50240] addr: 432:1/142@vkradio (n/a or busy)
    + 08 Oct 21:21:25 [50240] addr: 516:1/1@videotex (n/a or busy)
    + 08 Oct 21:21:25 [50240] addr: 24:24/2@sportnet (n/a or busy)
    + 08 Oct 21:21:25 [50240] addr: 637:1/104@happynet (n/a or busy)
    ? 08 Oct 21:21:25 [50240] called 21:3/100@fsxnet, but remote has no such AKA
    + 08 Oct 21:21:25 [50240] holding 21:3/100@fsxnet (2020/10/08 21:36:25)
    + 08 Oct 21:21:25 [50240] done (to 21:3/100@fsxnet, failed, S/R: 0/0 (0/0 bytes))

    one was an IPv4 poll that worked but now the IPv6 polling is failing.

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From alterego@21:2/116 to Avon on Thu Oct 8 20:24:54 2020
    Re: Re: Somethings Up ;-)
    By: Avon to alterego on Thu Oct 08 2020 09:32 pm

    Howdy,

    Earlier polls to your 3/100 from 1/10 look like this
    08 Oct 21:21:24 [50240] trying alterant.leenooks.net
    [2001:8003:4c06:5742:f1d0:3:279:1fd]...

    Bugger - I need to do some DNS name jiggery.

    Now that I'm IPv6 enabled I'll need to use 2 different names for the hub and the BBS.

    I've reverted the IPv6 name for now, but we should probably change the hub to n3.z21.bbs.leenooks.net - that way it'll always point to the right place.

    ...лоеп

    ... God is dead. But don't worry - the Virgin Mary is pregnant again.
    --- SBBSecho 3.11-Linux
    * Origin: I'm playing with ANSI+videotex - wanna play too? (21:2/116)
  • From Vk3jed@21:1/109 to apam on Thu Oct 8 15:54:00 2020
    On 10-07-20 22:11, apam wrote to Vk3jed <=-

    I can't touch type, I have to look at the screen, and no a mouse does

    Neither can I - similar motor/sensory issues, but lesser impact on keyboards than mice.

    not need constant control. Most of the time you are infact using the keyboard, mouse is just a tool to help with that. I mean you don't
    enter text with your mouse do you? You just select where you want it to go.

    I meant when using it, and it's a relatively high load on my fine motor
    ontrol.

    And you can do that when using a mouse too, because the mouse isn't
    being used in one constant session, it's many smaller sessions.

    Slightly and subtly different emphasis, hard to explain.

    You often talk about web forums being difficult for you to use. Yet I
    find web forums to be easy to use. Would it be right for me to say you should just get used to it?

    Fair point, and you've taken this all too seriously for what was a lighthearted poke.

    It's a common theme among technical people to look down their nose at people who are less "elite" than them. Using the command line vs using graphical tools is just one thing, using a mouse, how obscure your
    window manager is. If you use freebsd or linux or (gasp) windows.

    I'm using Windows right now, so there. :P But when it comes to desktops, I've always been one for a bit of variety, though for now, Linux has to be done remotely or on a netbook, for lack of space. Hopefully in the new house, I will have a monitor, keyboard and mouse back on the shack computer (yes, it does have a GUI).


    ... Bureaucrats cut red tape, lengthwise
    === MultiMail/Win v0.51
    --- SBBSecho 3.10-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (21:1/109)
  • From Avon@21:1/101 to alterego on Fri Oct 9 09:59:38 2020
    On 08 Oct 2020 at 08:24p, alterego pondered and said...

    I've reverted the IPv6 name for now, but we should probably change the
    hub to n3.z21.bbs.leenooks.net - that way it'll always point to the
    right place.

    I could set up a CNAME to that if you want, I was thinking we establish some naming convention in the fsxnet.nz domain space for HUBs and promote those addresses to nodes... something like net3.fsxnet.nz or similar.. what do you think?

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Avon@21:1/101 to Vk3jed on Fri Oct 9 10:02:58 2020
    On 08 Oct 2020 at 03:54p, Vk3jed pondered and said...

    find web forums to be easy to use. Would it be right for me to say yo should just get used to it?

    Fair point, and you've taken this all too seriously for what was a lighthearted poke.

    I know you mean well, but in text only chat it's hard at times to tell where light hearted ribbing stops and pressing the point begins. Rest assured I get the point you've been making even if I may not adopt it due to my own
    personal prefs.

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Black Panther@21:1/186 to Avon on Thu Oct 8 15:08:04 2020
    On 09 Oct 2020, 09:59a, Avon said the following...

    I could set up a CNAME to that if you want, I was thinking we establish some naming convention in the fsxnet.nz domain space for HUBs and
    promote those addresses to nodes... something like net3.fsxnet.nz or similar.. what do you think?

    That's not a bad idea. My only concern, is I have a dynamic IP address. If
    you do that for net4, you may just want to point to bbs.castlerockbbs.com, as
    I keep that updated as necessary.

    I think my IP address has only changed once or twice in the last 3 years, so
    it doesn't change often...


    ---

    Black Panther(RCS)
    aka Dan Richter
    Castle Rock BBS
    telnet://bbs.castlerockbbs.com
    http://www.castlerockbbs.com
    http://github.com/DRPanther
    The sparrows are flying again...

    --- Mystic BBS v1.12 A47 2020/09/27 (Linux/64)
    * Origin: Castle Rock BBS - bbs.castlerockbbs.com - (21:1/186)
  • From Avon@21:1/101 to Black Panther on Fri Oct 9 10:18:26 2020
    On 08 Oct 2020 at 03:08p, Black Panther pondered and said...


    That's not a bad idea. My only concern, is I have a dynamic IP address.
    If you do that for net4, you may just want to point to bbs.castlerockbbs.com, as I keep that updated as necessary.

    I think my IP address has only changed once or twice in the last 3
    years, so it doesn't change often...

    Yeah, that's kinda why I thought a CNAME type alias may be a good move for dynamic domains but I could code any static stuff with ease. I also think for IPv6 we could set static addresses as each person would have one they could
    sit on.

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From alterego@21:2/116 to Avon on Fri Oct 9 09:36:14 2020
    Re: Re: Somethings Up ;-)
    By: Avon to alterego on Fri Oct 09 2020 09:59 am

    I've reverted the IPv6 name for now, but we should probably change the
    hub to n3.z21.bbs.leenooks.net - that way it'll always point to the
    right place.

    I could set up a CNAME to that if you want, I was thinking we establish
    some naming convention in the fsxnet.nz domain space for HUBs and promote those






















































































































    addresses to nodes... something like net3.fsxnet.nz or similar.. what do you think?

    Yeah, sure... The CNAME doesnt help me at all, but does add a cosmetic view and






















































































































    a level of abstraction that could help reduce confusion and impacts.

    I've started using nN.zZ.bbs.leenooks.net for nets that I hub for, since I've really seperated out the hub from my BBS. And now that I've starting setting up






















































































































    IPv6 it means I dont have NAT to worry about. (But there is a tranisition impact for those that can do IPv6 as we discovered yesterday).

    ...лоеп

    ... One child is not enough, but two are far too many.
    --- SBBSecho 3.11-Linux
    * Origin: I'm playing with ANSI+videotex - wanna play too? (21:2/116)
  • From Warpslide@21:3/110 to alterego on Thu Oct 8 21:00:02 2020
    Re: Re: Somethings Up ;-)
    By: alterego to Avon on Fri Oct 09 2020 09:36 am


    I've started using nN.zZ.bbs.leenooks.net for nets that I hub for, since I've really seperated out the hub from my BBS. And now that I've starting setting up IPv6 it means I dont have NAT to worry about. (But there is a tranisition impact for those that can do IPv6 as we discovered yesterday).

    I'm still setup to poll/send to alterant.leenooks.net. Should I be changing this to n3.z21.bbs.leenooks.net?

    Jay

    ... What do you call a pig that does karate? Pork chop
    --- SBBSecho 3.11-Linux
    * Origin: Northern Realms (21:3/110)
  • From alterego@21:2/116 to Avon on Fri Oct 9 12:00:40 2020
    Re: Re: HUB domain addressing
    By: Avon to Black Panther on Fri Oct 09 2020 10:18 am

    Howdy,

    Yeah, that's kinda why I thought a CNAME type alias may be a good move for






















































































































    dynamic domains but I could code any static stuff with ease. I also think for IPv6 we could set static addresses as each person would have one they could
    sit on.

    Technically, my IPv6 address is dynamic.

    I think its tied to the MAC address that connects to the network - so it has changed a couple of times as I've rejigged my equipment. (Not recently though, which is why I'm more confident to publicize it more).

    I will be changing providers soon that guarantee "me" a static IP (both IPv6 and IPv4) - so naturally when I do that, I want that to be as transparent as possible. SO yes, a CNAME back to what I use means your not involved nor a dependancy in that change.

    My static name for hubing networks, going forward will be a semi fido DNS standard, ie: FSX will be nF.zZZ.bbs.leenooks.net (where F and Z are the appropriate net and zone numbers).

    On another note, it seems the IPv6 rollout is ramping out (my ISP was quite backwards and concervative, and now I have it), so wondering how many do have an IPv6 address...

    ...лоеп

    ... It is not enough to succeed. Others must fail.
    --- SBBSecho 3.11-Linux
    * Origin: I'm playing with ANSI+videotex - wanna play too? (21:2/116)
  • From Warpslide@21:3/110 to alterego on Thu Oct 8 21:06:10 2020
    Re: Re: HUB domain addressing
    By: alterego to Avon on Fri Oct 09 2020 12:00 pm


    On another note, it seems the IPv6 rollout is ramping out (my ISP was quite backwards and concervative, and now I have it), so wondering how many do have an IPv6 address...

    I've got one!

    bbs.nrbbs.net = 2607:fea8:ab00:e4f:934f:85c:ad29:d978
    bbs.nrbbs.net = 173.33.12.16

    Jay

    ... I wanted to learn how to drive a stick shift but I couldn't find a manual --- SBBSecho 3.11-Linux
    * Origin: Northern Realms (21:3/110)
  • From alterego@21:2/116 to Warpslide on Fri Oct 9 12:21:12 2020
    Re: Re: Somethings Up ;-)
    By: Warpslide to alterego on Thu Oct 08 2020 09:00 pm

    Hey Jay,

    I've started using nN.zZ.bbs.leenooks.net for nets that I hub for, since I've really seperated out the hub from my BBS. And now that I've starting setting up IPv6 it means I dont have NAT to worry about. (But there is a tranisition impact for
    those that can do IPv6 as we discovered yesterday).

    I'm still setup to poll/send to alterant.leenooks.net. Should I be
    changing this to n3.z21.bbs.leenooks.net?

    Yes you can.

    I am in the middle of drafting an email, but was going to wait sending it until






















































































































    Avon decides on his CNAME idea.

    At the end of the day, Avon's CNAME will point to n3.z21.... so by you using that directly, or whatever Avon configures - it will still work.

    ...лоеп

    ... God has Alzheimer's disease; he's forgotten that we exist.
    --- SBBSecho 3.11-Linux
    * Origin: I'm playing with ANSI+videotex - wanna play too? (21:2/116)
  • From alterego@21:2/116 to Warpslide on Fri Oct 9 12:22:18 2020
    Re: Re: HUB domain addressing
    By: Warpslide to alterego on Thu Oct 08 2020 09:06 pm

    I've got one!
    bbs.nrbbs.net = 2607:fea8:ab00:e4f:934f:85c:ad29:d978

    Cool, I probably already connect to you over IPv6? So if you change to the n3.z21... address, you'll connect directly to my container.

    ...лоеп

    ... No one can guarantee the actions of another. Spock, stardate unknown.
    --- SBBSecho 3.11-Linux
    * Origin: I'm playing with ANSI+videotex - wanna play too? (21:2/116)
  • From Warpslide@21:3/110 to alterego on Thu Oct 8 21:32:48 2020
    Re: Re: HUB domain addressing
    By: alterego to Warpslide on Fri Oct 09 2020 12:22 pm


    Cool, I probably already connect to you over IPv6? So if you change to the n3.z21... address, you'll connect directly to my container.

    Looks like we are using IPv6 when you're connecting to me at least:

    [inbound success: 21:3/100@fsxnet]
    oper = Deon George
    AKAs = 21:3/100@fsxnet
    caps = 115200,TCP,BINKP
    vers = binkd/1.1a-109/Linux
    host = 2001:8003:4c06:5742:f1d0:a:1:1
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    info.sys = Alterant MailHub
    info.loc = Parkdale, VIC AU
    info.time = Fri, 9 Oct 2020 12:22:52 +1100
    info.trf = 0 853
    localtime = Oct 8 2020 21:22:54
    received_files = /home/pi/sbbs/temp/7fbbb60a.fr0

    I'll switch over to the new hostname now & run a few polls.

    Jay

    ... What is Forrest Gump's email password? 1Forrest1
    --- SBBSecho 3.11-Linux
    * Origin: Northern Realms (21:3/110)
  • From Avon@21:1/101 to alterego on Fri Oct 9 15:36:08 2020
    On 09 Oct 2020 at 12:00p, alterego pondered and said...

    Technically, my IPv6 address is dynamic.

    Oh OK.

    I think its tied to the MAC address that connects to the network - so it has changed a couple of times as I've rejigged my equipment. (Not
    recently though, which is why I'm more confident to publicize it more).

    In my case the tunnel service I am using (as my NZ ISPs are woefully slow at offering IPv6) provisions a block that I can tap into so I set static
    addresses within my LAN for different PC then set those as AAAA records for
    the DNS. Seems to work OK - so far :)

    I will be changing providers soon that guarantee "me" a static IP (both IPv6 and IPv4) - so naturally when I do that, I want that to be as transparent as possible. SO yes, a CNAME back to what I use means your
    not involved nor a dependancy in that change.

    If/when you go static I can add A and AAAA records in and that would be nice. But yeah, not know enough about zone records to be too dangerous - I figured
    a CNAME back to something you can manage is the best option for now..

    My static name for hubing networks, going forward will be a semi fido DNS standard, ie: FSX will be nF.zZZ.bbs.leenooks.net (where F and Z are the appropriate net and zone numbers).

    OK

    On another note, it seems the IPv6 rollout is ramping out (my ISP was quite backwards and concervative, and now I have it), so wondering how many do have an IPv6 address...

    More than you would expect, I seem to get a few polling in / and can poll
    them outbound also using it, which is cool.

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Avon@21:1/101 to All on Fri Oct 9 15:48:58 2020
    On 09 Oct 2020 at 09:59a, Avon pondered and said...

    I could set up a CNAME to that if you want, I was thinking we establish some naming convention in the fsxnet.nz domain space for HUBs and
    promote those addresses to nodes... something like net3.fsxnet.nz or similar.. what do you think?

    So, just pondering a naming convention.

    net1.fsxnet.nz

    hub1.fsxnet.nz

    ..then I'm all tapped out - ha!

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Black Panther@21:1/186 to Avon on Thu Oct 8 21:09:48 2020
    On 09 Oct 2020, 03:48p, Avon said the following...

    So, just pondering a naming convention.

    net1.fsxnet.nz

    I think this would be the best choice.

    Just my opinion. :)


    ---

    Black Panther(RCS)
    aka Dan Richter
    Castle Rock BBS
    telnet://bbs.castlerockbbs.com
    http://www.castlerockbbs.com
    http://github.com/DRPanther
    The sparrows are flying again...

    --- Mystic BBS v1.12 A47 2020/09/27 (Linux/64)
    * Origin: Castle Rock BBS - bbs.castlerockbbs.com - (21:1/186)
  • From alterego@21:2/116 to Avon on Fri Oct 9 14:26:56 2020
    Re: Re: Hub Domain Addressing
    By: Avon to All on Fri Oct 09 2020 03:48 pm

    So, just pondering a naming convention.
    net1.fsxnet.nz
    hub1.fsxnet.nz
    ..then I'm all tapped out - ha!

    This is 6, or is it half a dozen? :)

    As I tell all the women I meet - I'm easy, still doesnt get me anywhere though .... ?

    ...лоеп

    ... I don't have any solution, but I certainly admire the problem.
    --- SBBSecho 3.11-Linux
    * Origin: I'm playing with ANSI+videotex - wanna play too? (21:2/116)
  • From Avon@21:1/101 to alterego on Fri Oct 9 17:06:54 2020
    On 09 Oct 2020 at 02:26p, alterego pondered and said...

    This is 6, or is it half a dozen? :)

    As I tell all the women I meet - I'm easy, still doesnt get me anywhere though .... ?

    Hahah.. yeah hardly exhaustive eh ? :)

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Avon@21:1/101 to Black Panther on Fri Oct 9 17:07:12 2020
    On 08 Oct 2020 at 09:09p, Black Panther pondered and said...

    net1.fsxnet.nz

    I think this would be the best choice.

    me too, OK thanks Dan and Deon ..

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Oli@21:3/102 to Avon on Fri Oct 9 09:07:48 2020
    Avon wrote (2020-10-09):

    On 08 Oct 2020 at 08:24p, alterego pondered and said...

    I've reverted the IPv6 name for now, but we should probably change
    the hub to n3.z21.bbs.leenooks.net - that way it'll always point to
    the right place.

    I could set up a CNAME to that if you want, I was thinking we establish some naming convention in the fsxnet.nz domain space for HUBs and promote those addresses to nodes... something like net3.fsxnet.nz or similar..
    what do you think?

    Would it make things easier or more reliable? Isn't it just an additional layer






















































































































    and potential point of failure? What about SRV records?

    But what do I care, I'm connecting to the .onion address over Tor anyway ;)

    ---
    * Origin: (21:3/102)
  • From Oli@21:3/102 to alterego on Fri Oct 9 11:21:24 2020
    alterego wrote (2020-10-09):

    I'm still setup to poll/send to alterant.leenooks.net. Should I be
    changing this to n3.z21.bbs.leenooks.net?

    Yes you can.

    I am in the middle of drafting an email, but was going to wait sending it until Avon decides on his CNAME idea.

    At the end of the day, Avon's CNAME will point to n3.z21.... so by you using that directly, or whatever Avon configures - it will still work.

    I usually use whatever address is in the nodelist. Why not use A and AAAA on the same domain?

    ---
    * Origin: (21:3/102)
  • From alterego@21:2/116 to Oli on Fri Oct 9 22:12:16 2020
    Re: Somethings Up ;-)
    By: Oli to alterego on Fri Oct 09 2020 11:21 am

    I usually use whatever address is in the nodelist. Why not use A and AAAA
    on the same domain?

    It does - well... it puts to a host that has both those records.

    I'll get Avon to update it in the nodelist.

    ...лоеп

    ... I'm famous. That's my job.
    --- SBBSecho 3.11-Linux
    * Origin: I'm playing with ANSI+videotex - wanna play too? (21:2/116)
  • From Warpslide@21:3/110 to Avon on Fri Oct 9 17:18:08 2020
    Re: Re: HUB domain addressing
    By: Avon to alterego on Fri Oct 09 2020 03:36 pm


    On another note, it seems the IPv6 rollout is ramping out (my ISP
    was quite backwards and concervative, and now I have it), so
    wondering how many do have an IPv6 address...

    More than you would expect, I seem to get a few polling in / and can poll them outbound also using it, which is cool.

    After being tntroduced in December 1995 (24 years ago) it's finally happening!





















































































































    ;)

    Jay

    ... Police were called to a daycare where a toddler was resisting a rest
    --- SBBSecho 3.11-Linux
    * Origin: Northern Realms (21:3/110)
  • From Avon@21:1/101 to Warpslide on Sat Oct 10 10:27:10 2020
    On 09 Oct 2020 at 05:18p, Warpslide pondered and said...

    was quite backwards and concervative, and now I have it), so
    wondering how many do have an IPv6 address...

    More than you would expect, I seem to get a few polling in / and can them outbound also using it, which is cool.

    After being tntroduced in December 1995 (24 years ago) it's finally happening! ;)

    I know, about time huh? :)

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Avon@21:1/101 to alterego on Sat Oct 10 13:19:18 2020
    On 09 Oct 2020 at 02:26p, alterego pondered and said...

    By: Avon to All on Fri Oct 09 2020 03:48 pm

    So, just pondering a naming convention.
    net1.fsxnet.nz

    I'm working on this now.

    Just wondering what are your thoughts about provisioning for a separate IPv4 and IPv6 address to give folks the option of forcing a poll using a domain
    they know will point only to IPv4 or IPv6?

    Seems like a good option to offer.

    I've set

    net1.fsxnet.nz to point to both my A and AAAA records and was thinking of something like

    ipv4.net1.fsxnet.nz
    ipv6.net1.fsxnet.nz

    or similar. What do you think?

    It may be overkill but I have found in the past when wanting to offer folks
    who wish to ensure they hit a A or AAAA record only, it's a nice thing to be able to do for them.

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Avon@21:1/101 to Oli on Sat Oct 10 13:37:18 2020
    On 09 Oct 2020 at 09:07a, Oli pondered and said...

    I could set up a CNAME to that if you want, I was thinking we establis some naming convention in the fsxnet.nz domain space for HUBs and prom those addresses to nodes... something like net3.fsxnet.nz or similar.. what do you think?

    Would it make things easier or more reliable? Isn't it just an
    additional layer
    and potential point of failure? What about SRV records?

    Well good question. I'm coming at this from the POV that it's standardizing
    the information we can give new nodes such that if they are polling fsxNet
    NET 1 instead of polling agency.bbs.nz they use net1.fsxnet.nz and certainly cosmetically and perhaps more intuitively seems a better thing to be typing
    in to the domain field.

    Where we have HUBs that don't have static IPv4 or IPv6 addresses then the option to have a CNAME seemed like a way to offer a standardized fsxNet
    net domain name to poll without needing to know it's error404 or leenooks
    etc.

    SRV records I know little of but if there's a good way to use them I'm all
    ears :)

    But what do I care, I'm connecting to the .onion address over Tor anyway

    indeed :) I'm not sure if there's a need for me to do any DNS stuff in the fsxnet.nz domain space for this that would help? If there is, lemme know.

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Avon@21:1/101 to alterego on Sat Oct 10 13:43:06 2020
    On 10 Oct 2020 at 01:19p, Avon pondered and said...

    I'm working on this now.

    Further to this

    [snip]

    On 09 Oct 2020 at 12:21p, alterego pondered and said...

    I'm still setup to poll/send to alterant.leenooks.net. Should I be
    changing this to n3.z21.bbs.leenooks.net?

    Yes you can.
    I am in the middle of drafting an email, but was going to wait sending
    it until
    Avon decides on his CNAME idea.
    At the end of the day, Avon's CNAME will point to n3.z21.... so by you using that directly, or whatever Avon configures - it will still work.


    [snip]

    I have set net3.fsxnet.nz to CNAME to this new schema you have set at your
    end. If you do have any specific v4 or v6 addresses I can point to down the track let me know so I can set a A or AAAA record for it :)

    Let's see if this works (I'll change the HUB soon and test poll you) and if
    so I will update some of the fsx docs..

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From alterego@21:2/116 to Avon on Sat Oct 10 11:44:32 2020
    Re: Re: Hub Domain Addressing
    By: Avon to alterego on Sat Oct 10 2020 01:19 pm

    Howdy,

    Just wondering what are your thoughts about provisioning for a separate
    IPv4 and IPv6 address to give folks the option of forcing a
    poll using a domain
    they know will point only to IPv4 or IPv6?

    Seems like a good option to offer.

    Is this a problem needing a fix?

    It would introduce more points of management that I'm not keen on. As I say, technically I'm dynamic IPs until I change suppliers, and i'm a few weeks away from doing that. So if my IP changes I've already got enough moving parts that I need to fix, so not really looking for more (if it isnt a problem).

    If IPv4 folks cant connect to me because I'm resolving v4 and v6 addresses, then sure, I can make a v4 hostname - but not sure it will be ever needed. I was v4 only for a while, and I've never had problems getting to websites (for example), which I know resolve to both v4 and v6 addresses.

    net1.fsxnet.nz to point to both my A and AAAA records and was thinking of
    something like
    ipv4.net1.fsxnet.nz
    ipv6.net1.fsxnet.nz
    or similar. What do you think?

    There are advantages to this naming convention - as you can then delegate out that part of your zone. EG: For those with dynamic IPs, I'm assuming you wont have an API so that folks can dyndns update their A/AAAA record? But they could





















































































































    delegate that out to cloudflare (for example), and use cloudflares API to do those dyndns updates.

    Actually, I'm wondering if Synchronet can do that as well - since DM provides a





















































































































    dynamic DNS service for synchro.net

    ...лоеп

    ... HE has not a single redeeming defect.
    --- SBBSecho 3.11-Linux
    * Origin: I'm playing with ANSI+videotex - wanna play too? (21:2/116)
  • From Avon@21:1/101 to All on Sat Oct 10 13:45:40 2020
    Dan, Todd, Ruben

    On 10 Oct 2020 at 01:43p, Avon pondered and said...

    I have set net3.fsxnet.nz to CNAME to this new schema you have set at
    your end. If you do have any specific v4 or v6 addresses I can point to down the track let me know so I can set a A or AAAA record for it :)

    I've also set up

    net2.fsxnet.nz to point to the error404 domain

    net4.fsxnet.nz to point to the castlerock domain

    net5.fsxnet.nz to point to the rdfig domain

    if anyone has static or feels they want to risk assigning a v4 or v6 address
    to their net fsxnet.nz addresses please let me know.

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From alterego@21:2/116 to Avon on Sat Oct 10 11:48:18 2020
    Re: Re: Hub Domain Addressing
    By: Avon to alterego on Sat Oct 10 2020 01:43 pm

    Howdy,

    I have set net3.fsxnet.nz to CNAME to this new schema you have set at your end. If you do have any specific v4 or v6 addresses I can point to down
    the track let me know so I can set a A or AAAA record for it
    :)

    Looks good from here:

    net3.fsxnet.nz is an alias for n3.z21.bbs.leenooks.net.
    n3.z21.bbs.leenooks.net is an alias for fidohub.leenooks.net. fidohub.leenooks.net has address 101.186.5.106
    fidohub.leenooks.net has IPv6 address 2001:8003:4c06:5742:f1d0:a:1:1

    ...лоеп

    ... An appeaser is one who feeds a crocodile hoping it will eat him last.
    --- SBBSecho 3.11-Linux
    * Origin: I'm playing with ANSI+videotex - wanna play too? (21:2/116)
  • From Avon@21:1/101 to alterego on Sat Oct 10 13:50:18 2020
    On 10 Oct 2020 at 11:44a, alterego pondered and said...

    Is this a problem needing a fix?

    It's not a problem that's true. I've seen the odd request in the past so has set things up for Agency and the Fido HUB for some nodes wanting surety over
    v4 polling vs v6 polling.

    It would introduce more points of management that I'm not keen on. As I say, technically I'm dynamic IPs until I change suppliers, and i'm a few weeks away from doing that. So if my IP changes I've already got enough moving parts that I need to fix, so not really looking for more (if it isnt a problem).

    Yep all good. I'll stand down on that aspect for now. I agree with your thoughts.

    ipv4.net1.fsxnet.nz
    ipv6.net1.fsxnet.nz
    or similar. What do you think?

    There are advantages to this naming convention - as you can then
    delegate out that part of your zone. EG: For those with dynamic IPs, I'm assuming you wont have an API so that folks can dyndns update their
    A/AAAA record? But they could delegate that out to cloudflare (for example), and use cloudflares API to do those dyndns updates.

    Actually, I'm wondering if Synchronet can do that as well - since DM provides a dynamic DNS service for synchro.net

    I'd like to offer a dynamic DNS service for fsxnet.nz so that nodes with
    custom subdomains using dynamic IP could reliably retain a fsxnet domain presence. I just need to understand the how and if of that possibility. Yeah the fact DM is able to do this does intrigue me. That said it's another thing in the ever expanding TO-DO list :)

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Avon@21:1/101 to alterego on Sat Oct 10 13:51:16 2020
    On 10 Oct 2020 at 11:48a, alterego pondered and said...

    net3.fsxnet.nz is an alias for n3.z21.bbs.leenooks.net. n3.z21.bbs.leenooks.net is an alias for fidohub.leenooks.net. fidohub.leenooks.net has address 101.186.5.106
    fidohub.leenooks.net has IPv6 address 2001:8003:4c06:5742:f1d0:a:1:1

    Looks good from here:

    Cool, we'll that didn't seemed to hurt as much as I thought it might :)

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Avon@21:1/101 to alterego on Sat Oct 10 14:01:52 2020
    On 10 Oct 2020 at 11:48a, alterego pondered and said...

    Looks good from here:

    net3.fsxnet.nz is an alias for n3.z21.bbs.leenooks.net. n3.z21.bbs.leenooks.net is an alias for fidohub.leenooks.net. fidohub.leenooks.net has address 101.186.5.106
    fidohub.leenooks.net has IPv6 address 2001:8003:4c06:5742:f1d0:a:1:1

    I changed the Mystic HUB over to poll you using the new domain, also seems
    fine :)

    14:00:32 1-Polling 21:3/100 on slot 1 via BINKP
    14:00:32 1-Connecting to net3.fsxnet.nz on port 24553
    14:00:32 1-Using address 101.186.5.106
    14:00:32 1-Connected by IPV4 SSL to 101.186.5.106
    14:00:32 1-System Alterant MailHub
    14:00:32 1-SysOp Deon George
    14:00:32 1-Location Parkdale, VIC AU
    14:00:32 1-Info NDL 115200,TCP,BINKP
    14:00:32 1-Info TIME Sat, 10 Oct 2020 12:00:43 +1100
    14:00:32 1-Mailer binkd/1.1a-109/Linux binkp/1.1
    14:00:33 1-Info TRF 0 0
    14:00:33 1-Session ended (0 sent, 0 rcvd, 0 skip)
    14:00:35 Polled 1 systems

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From alterego@21:2/116 to Avon on Sat Oct 10 12:16:06 2020
    Re: Re: Hub Domain Addressing
    By: Avon to alterego on Sat Oct 10 2020 02:01 pm

    Howdy,

    I changed the Mystic HUB over to poll you using the new domain, also seems fine :)
    14:00:32 1-Connected by IPV4 SSL to 101.186.5.106

    Hmmm.. surprised you came in over IPv4 - I thought you had IPv6?

    I know you can setup "preferences" to use one over the other that might be in play here...

    But yay it still works :)

    ...лоеп

    ... Sow your wild oats on Saturday night, then on Sunday pray for crop failure --- SBBSecho 3.11-Linux
    * Origin: I'm playing with ANSI+videotex - wanna play too? (21:2/116)
  • From Avon@21:1/101 to alterego on Sat Oct 10 20:47:28 2020
    On 10 Oct 2020 at 12:16p, alterego pondered and said...

    Hmmm.. surprised you came in over IPv4 - I thought you had IPv6?

    I know you can setup "preferences" to use one over the other that might
    be in play here...

    Yep it is, just tried IPv6 and got this

    20:46:53 Poll BINKP node via address lookup: 21:3/100
    20:46:53 1-Polling 21:3/100 on slot 1 via BINKP
    20:46:53 1-Connecting to net3.fsxnet.nz on port 24553
    20:46:53 1-Using address 2001:8003:4C06:5742:F1D0:000A:0001:0001
    20:46:59 1-Unable to connect
    20:47:00 Polled 1 systems

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Vk3jed@21:1/109 to Avon on Sat Oct 10 19:22:00 2020
    On 10-10-20 13:37, Avon wrote to Oli <=-

    Where we have HUBs that don't have static IPv4 or IPv6 addresses then
    the option to have a CNAME seemed like a way to offer a standardized fsxNet net domain name to poll without needing to know it's error404 or leenooks etc.

    Hmm, we actually have hubs with dynamic IPs? Another challenge (though not a big one these days). :)

    SRV records I know little of but if there's a good way to use them I'm
    all ears :)

    SRV records are good for those hosts that use non standard ports for binkp connections. DNS aware mailers do support SRV records, and the script that I use to generate my zone files puts in SRV records where they are needed.


    ... I photocopied a mirror. Now I have an extra photocopy machine.
    === MultiMail/Win v0.51
    --- SBBSecho 3.10-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (21:1/109)
  • From Vk3jed@21:1/109 to Avon on Sat Oct 10 19:25:00 2020
    On 10-10-20 13:19, Avon wrote to alterego <=-

    I've set

    net1.fsxnet.nz to point to both my A and AAAA records and was thinking
    of something like

    ipv4.net1.fsxnet.nz
    ipv6.net1.fsxnet.nz

    or similar. What do you think?

    It might be helpful for some. DNS records cost nothing, so why not? ;)


    ... Classically speaking, all musicians end up baroque.
    === MultiMail/Win v0.51
    --- SBBSecho 3.10-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (21:1/109)
  • From Oli@21:3/102 to Avon on Sat Oct 10 10:53:44 2020
    Avon wrote (2020-10-10):

    On 09 Oct 2020 at 09:07a, Oli pondered and said...

    I could set up a CNAME to that if you want, I was thinking we
    establis some naming convention in the fsxnet.nz domain space
    for HUBs and prom those addresses to nodes... something like
    net3.fsxnet.nz or similar.. what do you think?

    Would it make things easier or more reliable? Isn't it just an
    additional layer
    and potential point of failure? What about SRV records?

    Well good question. I'm coming at this from the POV that it's
    standardizing the information we can give new nodes such that if they are polling fsxNet NET 1 instead of polling agency.bbs.nz they use net1.fsxnet.nz and certainly cosmetically and perhaps more intuitively seems a better thing to be typing in to the domain field.

    Where we have HUBs that don't have static IPv4 or IPv6 addresses then the option to have a CNAME seemed like a way to offer a standardized fsxNet
    net domain name to poll without needing to know it's error404 or leenooks etc.

    We have the nodelist and "DNS Distributed Nodelist" (FTS-5004). To me it looks like a solution in search of a problem. Redundant information that might confuse people even more. Maybe it's easier to remember the domain if I want to





















































































































    ping my hub, but for my FTN setup I never put a domain in the config anywhere.

    Don't forget to put the new domain in the TLS cert, in case some polling node uses strict verification ;)
    (but I think most accept a self-signed cert anyway)

    Anyone is free to use or not use the new CNAMEs and it's entirely optional, so I don't have a strong argument against it :).

    SRV records I know little of but if there's a good way to use them I'm all ears :)

    I have to check again if SRV records are really supported in binkd or some other software.

    But what do I care, I'm connecting to the .onion address over Tor
    anyway

    indeed :) I'm not sure if there's a need for me to do any DNS stuff in the fsxnet.nz domain space for this that would help? If there is, lemme know.

    I haven't thought about it, but it also works fine without any DNS. We could think about putting the .onion address in the DNS, but at the moment I have no idea in which form and how to use it (with any software).

    ---
    * Origin: (21:3/102)
  • From alterego@21:2/116 to Avon on Sat Oct 10 20:41:42 2020
    Re: Re: Hub Domain Addressing
    By: Avon to alterego on Sat Oct 10 2020 08:47 pm

    Howdy,

    Yep it is, just tried IPv6 and got this
    20:46:53 1-Using address 2001:8003:4C06:5742:F1D0:000A:0001:0001
    20:46:59 1-Unable to connect

    Ahh, thanks.

    Need to enable nginx to use the IPv6 address, so rebuilding my container as we speak.

    ...лоеп

    ... This tagline is SHAREWARE! To register, send me $10
    --- SBBSecho 3.11-Linux
    * Origin: I'm playing with ANSI+videotex - wanna play too? (21:2/116)
  • From alterego@21:2/116 to Vk3jed on Sat Oct 10 21:32:28 2020
    Re: Re: DNS Ideas
    By: Vk3jed to Avon on Sat Oct 10 2020 07:22 pm

    Hmm, we actually have hubs with dynamic IPs? Another challenge (though
    not a big one these days). :)

    What's the challenge?

    I run quite a few services that are at the end of a dynamic IPs, and been doing





















































































































    it for donkeys.

    ...лоеп

    ... A damn good funeral is still one of our best and cheapest acts of theatre --- SBBSecho 3.11-Linux
    * Origin: I'm playing with ANSI+videotex - wanna play too? (21:2/116)
  • From Vk3jed@21:1/109 to alterego on Sun Oct 11 20:41:00 2020
    On 10-10-20 21:32, alterego wrote to Vk3jed <=-

    What's the challenge?

    I run quite a few services that are at the end of a dynamic IPs, and
    been doing it for donkeys.

    Yeah these days, a lot less, but there's still the chance of DDNS breakage, and if the connection goes down when there's sessions in progress, they won't complete. With a static IP, there's a chance of sessions recovering when the connection comes back up.

    But as you imply, all these issues are relatively trivial nowadays.


    ... Morality consists in suspecting other people of not being legally married. === MultiMail/Win v0.51
    --- SBBSecho 3.10-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (21:1/109)
  • From bcw142@21:1/101 to All on Fri Jun 18 23:58:28 2021
    I can verify SSH is up and running on 2024 as I am connected that way with
    the latest cryptlib (3.4.5) running on my Pi & Linux/64 machines. Looks like Agency is getting back to normal now ;)

    --- Mystic BBS v1.12 A46 2020/08/26 (Linux/64)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)