• Sync's DYNDNS

    From Mortifis@VERT/ALLEYCAT to All on Wednesday, October 31, 2018 09:07:43
    What is the correct usage of Synchronet's DYNDNS to point to a specific port? I have tried SCFG>EXTERNAL PROGRAMS>TIMED EVENTS> ?DYNDNS ,MYPASSWORD ipaddress:81 but it doesn't seem to work for me.

    ~Mortifis

    ---
    þ Synchronet þ Twisted Truckers BBS - Dartmouth NS Canada
  • From echicken@VERT/ECBBS to Mortifis on Wednesday, October 31, 2018 09:00:00
    Re: Sync's DYNDNS
    By: Mortifis to All on Wed Oct 31 2018 09:07:43

    What is the correct usage of Synchronet's DYNDNS to point to a specific port? I have tried SCFG>EXTERNAL PROGRAMS>TIMED EVENTS> ?DYNDNS ,MYPASSWORD ipaddress:81 but it doesn't seem to work for me.

    You can't specify a port. If your webserver is listening on port 81, users need to know that, and URLs pointing to your server need to include that specifier.

    Valid options:

    usage: ?dyndns <password> [ip_address] [-mx address]

    Most people don't need to specify ip_address, but that depends on your setup.

    You might look at setting up a reverse proxy with hostname-based forwarding; it listens on 80, 443, whatever, and your other servers are behind it listening on other ports that end-users don't need to know about.

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com - 416-425-5435
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From Al@VERT/TRMB to Mortifis on Wednesday, October 31, 2018 13:15:20
    Re: Sync's DYNDNS
    By: Mortifis to All on Wed Oct 31 2018 09:07 am

    What is the correct usage of Synchronet's DYNDNS to point to a specific port? I have tried SCFG>EXTERNAL PROGRAMS>TIMED EVENTS> ?DYNDNS ,MYPASSWORD ipaddress:81 but it doesn't seem to work for me.

    host alleycat.synchro.net says the associated ip is 24.138.28.115. Is that your IP? If so Synchronet's DYNDNS is doing what it should do.

    You'll need to open the ports you want to use in your router for folks on the net to be able to reach your BBS.

    Ttyl :-),
    Al

    ... 24 hours in a day, 24 beers in a case. Coincidence?

    ---
    þ Synchronet þ The Rusty MailBox - Penticton, BC Canada
  • From Bucksworth@VERT/EMPTYKEG to Al on Thursday, November 01, 2018 13:20:30
    Re: Sync's DYNDNS
    By: Mortifis to All on Wed Oct 31 2018 09:07 am

    What is the correct usage of Synchronet's DYNDNS to point to a specific port? I have tried SCFG>EXTERNAL PROGRAMS>TIMED EVENTS> ?DYNDNS ,MYPASSWORD ipaddress:81 but it doesn't seem to work for me.

    host alleycat.synchro.net says the associated ip is 24.138.28.115. Is that your IP? If so Synchronet's DYNDNS is doing what it should do.

    You'll need to open the ports you want to use in your router for folks on the net to be able to reach your BBS.

    Ttyl :-),
    Al

    Let me point out my specific question "Synchronet's DYNDNS to point to a specific port?"

    so here is the scenario, my port forwarding is setup, I have several servers running ... so the question is "is they a way for Synchronet's DYNDNS to point to a specific port?" if not then the answer is "no, you'd need to setup a name server behind your router!"

    If you just go to http://alleycat.synchro.net you'll get port 80 which is my commercial website(asmf-etrucker.com). if you go to http://alleycat.synchro.net:81 you'll get Twisted Truckers BBS (if the Raspberry
    Pi is running). if you go to emptykeg.synchro.net you will again get (asmf-etrucker.com port 80) if you go to http://emptykeg.synchro.net:82 or http://asmf-etrucker.com:82 or alleycat.synchro.net:82, etc, you will
    get Empty Keg ... see my question?

    ~Mortifis ** Replying from empty keg bbs

    ---
    þ Synchronet þ The Empty Keg BBS (slackware 14.2) - Lake Echo NS
  • From echicken@VERT/ECBBS to Bucksworth on Thursday, November 01, 2018 12:55:48
    Re: Re: Sync's DYNDNS
    By: Bucksworth to Al on Thu Nov 01 2018 13:20:30

    Let me point out my specific question "Synchronet's DYNDNS to point to a specific port?"

    DNS is about mapping hostnames to IP addresses, and doesn't concern itself with specific services (with the mild sort-of exception of MX records) or port assignments. So this really isn't a thing you can do.

    DNS also isn't web-centric, so if it let you advertise which port on which host was used for HTTP(S), it's hard to say where that would end. Would a record include mappings for port assignments for all manner of services?

    so here is the scenario, my port forwarding is setup, I have several servers running ... so the question is "is they a way for Synchronet's DYNDNS to point to a specific port?" if not then the answer is "no, you'd need to setup a name server behind your router!"

    What you might want to do is set up a reverse proxy. I use nginx for this. There are others. The proxy accepts all HTTP(S) connections from outside, then forwards to a specific host and port on your internal network based on the hostname in the request. (This can be done with HTTP more so than other services, because the hostname is included in the request header.)

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com - 416-425-5435
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From Bucksworth@VERT/EMPTYKEG to echicken on Thursday, November 01, 2018 15:19:50
    Re: Re: Sync's DYNDNS
    By: Bucksworth to Al on Thu Nov 01 2018 13:20:30

    Let me point out my specific question "Synchronet's DYNDNS to point to a specific port?"

    DNS is about mapping hostnames to IP addresses, and doesn't concern itself with specific services (with the mild sort-of exception of MX records) or port assignments. So this really isn't a thing you can do.

    DNS also isn't web-centric, so if it let you advertise which port on which host was used for HTTP(S), it's hard to say where that would end. Would a record include mappings for port assignments for all manner of services?

    A full scale making would be too copiOus to maintain, I agree, my domain is setup with DynDNS which allows me to setup subdomains, ie alleycat.asmf-etrucker.com port 81, that doesn't not facilitate alleycat.synchro.net on port 81. I was kinda hoping that DM's DNS might be able to include a ipaddress:xx because I am too lazy these days to take the time and setup ip-tables/routing tables etc on my slackbox :P


    so here is the scenario, my port forwarding is setup, I have several servers running ... so the question is "is they a way for Synchronet's DYNDNS to point to a specific port?" if not then the answer is "no, you'd need to setup a name server behind your router!"

    What you might want to do is set up a reverse proxy. I use nginx for this. There are others. The proxy accepts all HTTP(S) connections from outside, then forwards to a specific host and port on your internal network based on the hostname in the request. (This can be done with HTTP more so than other services, because the hostname is included in the request header.)

    I am currently only thinking of http(s) at this point, not needing telnet, ssh, smtp, etc so I can simply use apache's vhost with a redirect.

    Thank you, brah

    ---
    þ Synchronet þ The Empty Keg BBS (slackware 14.2) - Lake Echo NS
  • From Plt@VERT/MB to Al on Thursday, November 01, 2018 21:51:29
    Re: Sync's DYNDNS
    By: Mortifis to All on Wed Oct 31 2018 09:07 am

    host alleycat.synchro.net says the associated ip is 24.138.28.115. Is that your IP? If so Synchronet's DYNDNS is doing what it should do.


    þ Synchronet þ The Rusty MailBox - Penticton, BC Canada

    What is the address and port for bbs system?

    ---
    þ Synchronet þ sbbs.dynu.net 2025
  • From Digital Man@VERT to Bucksworth on Thursday, November 01, 2018 22:27:03
    Re: Re: Sync's DYNDNS
    By: Bucksworth to Al on Thu Nov 01 2018 01:20 pm

    Let me point out my specific question "Synchronet's DYNDNS to point to a specific port?"

    DNS doesn't contain port information (at least, not for Telnet and the services you're using). So... to restate your question: Can (any) DNS point to a specific (telnet/http/ftp/etc.) port? The answer is no.

    digital man

    Synchronet "Real Fact" #57:
    Synchronet introduced Telnet, FTP, SMTP and POP3 support w/v3.00a-Win32 in 2000.
    Norco, CA WX: 68.9øF, 34.0% humidity, 0 mph SSE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Al@VERT/TRMB to Plt on Friday, November 02, 2018 00:30:14
    Re: Re: Sync's DYNDNS
    By: Plt to Al on Thu Nov 01 2018 09:51 pm

    þ Synchronet þ The Rusty MailBox - Penticton, BC Canada

    What is the address and port for bbs system?

    The BBS is on: Telnet port 23
    RLogin port 513
    SSH port 22

    The above is all on the standard ports. My web server is on port 8080 and ftp server is on port 2121 because my ISP blocks the standard 80 and 21.

    I'm going to find a way to fix those ports sometime.. :)

    Ttyl :-),
    Al

    ... OUT TO LUNCH - If not back at five, OUT TO DINNER!

    ---
    þ Synchronet þ The Rusty MailBox - Penticton, BC Canada
  • From Nelgin@VERT/EOTLBBS to Al on Friday, November 02, 2018 11:05:26
    Al wrote:
    Re: Re: Sync's DYNDNS
    By: Plt to Al on Thu Nov 01 2018 09:51 pm

    â–  Synchronet â–  The Rusty MailBox - Penticton, BC Canada

    What is the address and port for bbs system?

    The BBS is on: Telnet port 23
    RLogin port 513
    SSH port 22

    The above is all on the standard ports. My web server is on port 8080 and ftp
    server is on port 2121 because my ISP blocks the standard 80 and 21.

    I'm going to find a way to fix those ports sometime.. :)

    Get a cheap VPS and use iptables rules to redirect the port. It may induce a little lag but if you can find something close (network topology speaking)
    it may not make much difference.

    ---
    þ Synchronet þ End Of The Line BBS - endofthelinebbs.com
  • From Al@VERT/TRMB to Nelgin on Friday, November 02, 2018 12:21:42
    Re: Re: Sync's DYNDNS
    By: Nelgin to Al on Fri Nov 02 2018 11:05 am

    Get a cheap VPS and use iptables rules to redirect the port. It may induce a little lag but if you can find something close (network topology speaking) it may not make much difference.

    What is VPS, is that something like linode.com? I have one of those that I am playing with now.

    I've cvs'd a copy of Synchronet there that I haven't done anything with yet. I'm thinking that would be a good place for the BBS.

    Ttyl :-),
    Al

    ... 24 hours in a day, 24 beers in a case. Coincidence?

    ---
    þ Synchronet þ The Rusty MailBox - Penticton, BC Canada
  • From MRO@VERT/BBSESINF to Al on Friday, November 02, 2018 15:46:18
    Re: Re: Sync's DYNDNS
    By: Al to Nelgin on Fri Nov 02 2018 12:21 pm

    Get a cheap VPS and use iptables rules to redirect the port. It may
    What is VPS, is that something like linode.com? I have one of those that I

    virtual private server.
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From mark lewis@VERT to Mortifis on Friday, November 02, 2018 20:54:20
    On 2018 Oct 31 09:07:42, you wrote to All:

    What is the correct usage of Synchronet's DYNDNS to point to a
    specific port? I have tried SCFG>EXTERNAL PROGRAMS>TIMED EVENTS>
    ?DYNDNS ,MYPASSWORD ipaddress:81 but it doesn't seem to work for me.

    what are you trying to do with it? AFAIK, it is only for updating your synchro.net IP when it changes... is it not an inbound service... there should need be no changes to it since it only connects to digital man's main system...

    )\/(ark

    Always Mount a Scratch Monkey
    Do you manage your own servers? If you are not running an IDS/IPS yer doin' it wrong...
    ... Systems run SO MUCH better with the users OFF!
    ---
    * Origin: (1:3634/12.73)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From poindexter FORTRAN@VERT/REALITY to Bucksworth on Saturday, November 03, 2018 08:25:52
    Re: Re: Sync's DYNDNS
    By: Bucksworth to echicken on Thu Nov 01 2018 03:19 pm

    I am currently only thinking of http(s) at this point, not needing telnet, ssh, smtp, etc so I can simply use apache's vhost with a redirect.

    I'm jumping in here late, didn't see the original email, but was thinking that since Synchronet does virtual hosts, if you own those domains and point them to the same IP, Synchronet could serve content for the specific host in question.

    Or did you want port 80 traffic on one host name to go to one system and port 81 on that same host to another system on your network?

    ---
    þ Synchronet þ realitycheckBBS -- http://realitycheckBBS.org
  • From Bucksworth@VERT/EMPTYKEG to poindexter FORTRAN on Monday, November 05, 2018 10:07:37
    Re: Re: Sync's DYNDNS
    By: Bucksworth to echicken on Thu Nov 01 2018 03:19 pm

    I am currently only thinking of http(s) at this point, not needing telnet, ssh, smtp, etc so I can simply use apache's vhost with a redirect.

    I'm jumping in here late, didn't see the original email, but was thinking that since Synchronet does virtual hosts, if you own those domains and point them to the same IP, Synchronet could serve content for the specific host in question.

    Or did you want port 80 traffic on one host name to go to one system and port 81 on that same host to another system on your network?

    I already had solutions in place using conventional dyndns webhop services, (ie: emptykeg.asmf-etrucker.com points to asmf-etrucker.com:82 while alleycat.asmf-etrucker.com ponts to asmf-etrucker.com:81 while asmf-etrucker.com points to asmf-etrucker.com:80, all on different systems behind a router). Was just curious if Synchronet's dynamtc dns was webhop capable for alleycat.synchro.net, emptykeg.synchro.net ... the answer was no, both point to myip excluding port. No worries, added vhost entries in my apache config to redirect

    ---
    þ Synchronet þ The Empty Keg BBS emptykeg.synchro.net:82 Lake Echo NS Canada
  • From Digital Man@VERT to Bucksworth on Monday, November 05, 2018 16:29:38
    Re: Re: Sync's DYNDNS
    By: Bucksworth to poindexter FORTRAN on Mon Nov 05 2018 10:07 am

    Re: Re: Sync's DYNDNS
    By: Bucksworth to echicken on Thu Nov 01 2018 03:19 pm

    I am currently only thinking of http(s) at this point, not needing telnet, ssh, smtp, etc so I can simply use apache's vhost with a redirect.

    I'm jumping in here late, didn't see the original email, but was thinking that since Synchronet does virtual hosts, if you own those domains and point them to the same IP, Synchronet could serve content for the specific host in question.

    Or did you want port 80 traffic on one host name to go to one system and port 81 on that same host to another system on your network?

    I already had solutions in place using conventional dyndns webhop services, (ie: emptykeg.asmf-etrucker.com points to asmf-etrucker.com:82 while alleycat.asmf-etrucker.com ponts to asmf-etrucker.com:81 while asmf-etrucker.com points to asmf-etrucker.com:80, all on different systems behind a router). Was just curious if Synchronet's dynamtc dns was webhop capable for alleycat.synchro.net, emptykeg.synchro.net ... the answer was no, both point to myip excluding port. No worries, added vhost entries in my apache config to redirect

    I think you're confusing http redirection with DNS. There's nothing in DNS that allows a "redirect" to a specific TCP port number on a host. What you're asking for is not a feature of *any* dynamic DNS service.

    digital man

    This Is Spinal Tap quote #45:
    I don't really think the end can be assessed as of itself as being the end Norco, CA WX: 70.1øF, 66.0% humidity, 6 mph E wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From echicken@VERT/ECBBS to Digital Man on Monday, November 05, 2018 20:00:12
    Re: Re: Sync's DYNDNS
    By: Digital Man to Bucksworth on Mon Nov 05 2018 16:29:38

    I already had solutions in place using conventional dyndns webhop
    services, (ie: emptykeg.asmf-etrucker.com points to

    I think you're confusing http redirection with DNS. There's nothing in DNS that allows a "redirect" to a specific TCP port number on a host. What

    Exactly this, however a probable source of confusion:

    you're asking for is not a feature of *any* dynamic DNS service.

    HTTP redirection (and "stealth redirection", likely proxying) seems to be an added feature offered by various dyndns providers. Maybe this creates the illusion that it's a DNS thing, or breeds assumption that it can be expected of a dynamic DNS service.

    Wouldn't be difficult to achieve if it was wanted. Not sure how much traffic it would generate, though.

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com - 416-425-5435
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From Bucksworth@VERT/EMPTYKEG to echicken on Friday, November 09, 2018 09:13:31
    Re: Re: Sync's DYNDNS
    By: Digital Man to Bucksworth on Mon Nov 05 2018 16:29:38

    I already had solutions in place using conventional dyndns webhop
    services, (ie: emptykeg.asmf-etrucker.com points to

    I think you're confusing http redirection with DNS. There's nothing in DNS that allows a "redirect" to a specific TCP port number on a host. What

    Exactly this, however a probable source of confusion:

    you're asking for is not a feature of *any* dynamic DNS service.

    HTTP redirection (and "stealth redirection", likely proxying) seems to be an added feature offered by various dyndns providers. Maybe this creates the illusion that it's a DNS thing, or breeds assumption that it can be expected of a dynamic DNS service.

    Wouldn't be difficult to achieve if it was wanted. Not sure how much traffic it would generate, though.

    Not *confusion*, semantics, as I did say *WEBHOP* which has long had the underlying definition of 'http redirect', I just need to phrase my questions more precisely so as not to confuse the readers :P I don't recall asking about a routing table for telnet, ftp, ssh etc, just asked if SBBS had the port option :-P the quick fix for me was a couple of simple vhost entries in my apache web server

    ---
    þ Synchronet þ The Empty Keg BBS emptykeg.synchro.net:82 Lake Echo NS Canada
  • From echicken@VERT/ECBBS to Bucksworth on Friday, November 09, 2018 10:47:18
    Re: Re: Sync's DYNDNS
    By: Bucksworth to echicken on Fri Nov 09 2018 09:13:31

    Not *confusion*, semantics, as I did say *WEBHOP* which has long had the underlying definition of 'http redirect', I just need to phrase my questions more precisely so as not to confuse the readers :P I don't

    No offense intended. Your first few messages on the topic said nothing about "webhop" and asked only about using some kind of service-port mapping with DNS. I didn't make the leap to non-DNS value-adds offered by dyndns providers. So yes, phrasing.

    recall asking about a routing table for telnet, ftp, ssh etc, just asked

    Indeed you didn't. I only wanted to point out that if DNS did what you were asking, HTTP isn't special and the concept ought to extend to other services.

    Re: "confusion", I meant that if HTTP redirect is commonly offered by DNS providers, people might assume that *any* dynamic DNS provider offers it, and that since it's coupled with their DNS service they may not realize that it isn't a DNS thing. This was said after "webhop" was brought up.

    I suspect this may come across as argumentative and that's not my intention; just hoping to clarify.

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com - 416-425-5435
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com