port - Bind subdomain to IP -
i have ubuntu 11.04 natty , i'm using bind9 service. have configured this:
$ttl 86400 example.com. in soa ns1.example.com. root.example.com. (2012111201 10800 3600 604800 86400) example.com. in ns ns1.example.com. example.com. in ns ns2.example.com. ns1.example.com. in 55.55.44.44 ns2.example.com. in 44.44.55.55 example.com. in 55.55.44.44 *.example.com. in cname example.com.
now, of subdomains point main domain's ip, first ns (55.55.44.44)
what i'm trying have subdomain point ip if port changed. example:
test.example.com on port 80 point 55.55.44.44 , test.example.com on port 25565 point 33.33.33.33
further explanation: host website on test.example.com on port 80, on same server bind9 service is. if save test.example.com in minecraft has point 33.33.33.33:25565.
so:
test.example.com:80 -> 55.55.44.44:80 test.example.com:25565 -> 33.33.33.33:25565
is possible? thank you
no. dns resolves ip address level.
the closest configure machine dns resolves to perform port forwarding.
Comments
Post a Comment