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 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.
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!"
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.)
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
Let me point out my specific question "Synchronet's DYNDNS to point to a specific port?"
� Synchronet � The Rusty MailBox - Penticton, BC Canada
What is the address and port for bbs system?
Re: Re: Sync's DYNDNSftp
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
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.
Get a cheap VPS and use iptables rules to redirect the port. It mayWhat is VPS, is that something like linode.com? I have one of those that I
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.
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.
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?
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 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
you're asking for is not a feature of *any* dynamic DNS service.
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
Sysop: | sneaky |
---|---|
Location: | Ashburton,NZ |
Users: | 25 |
Nodes: | 8 (0 / 8) |
Uptime: | 138:14:02 |
Calls: | 1,905 |
Calls today: | 1 |
Files: | 11,079 |
Messages: | 935,003 |