Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: Randy Adams on March 06, 2002, 08:49:05 PM
-
Does anyone have any experience modifying the file: /sbin/e-smith/dynamic-dns/dyndns.org to use port 8080 instead of the default 80? I have searched the dydndns.org website and although there appears to be support for this on their custom DNS service I can't seem to find if it is supported by dyndns.org. Please provide changes to code if you know how to.
Randy
-
I found the answer it was unfortunately to obvious for me to see.
As such I got spanked for asking.
But as this may be useful to others here ya go.
As is very clearly explained in the FAQ and the redirection white
paper at http://support.dyndns.org/whitepapers/redirection.php, DNS
has absolutely nothing to do with ports: the default port used to
connect is hardcoded in the software you're using to connect, not
coming from us.
As such, there is no way to override the software's default port using
DNS (since DNS doesn't know about ports at all), although for web
servers a workaround is possible using HTTP redirection. That's
documented in the FAQ: the basic idea is that you'd use
http://yourhost.webhop.net/ instead, and then our server redirects a
browser to http://yourhost.dyndns.org:8080/ . That type of redirection
ability is only available with HTTP, though.
Courtesy of Dyndns.org