<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: How to setup wildcard DNS subdomain in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/How-to-setup-wildcard-DNS-subdomain/m-p/57965#M17379</link>
    <description>&lt;P&gt;You can install dns on a windows server easily.&lt;/P&gt;&lt;P&gt;Just google how to create dns server ON WINDOWS. Add the wildcard entries there in forward dns.&lt;/P&gt;&lt;P&gt;In control panel--&amp;gt; network--&amp;gt; local area network--&amp;gt; right click and edit ipv4 properties and set default dns server as the one on which you set.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In linux box --&amp;gt; vi /etc/resolv file and add nameserver &amp;lt;ip address&amp;gt; on topmost.&amp;nbsp;&lt;/P&gt;&lt;P&gt;do cdsw reset&amp;nbsp;&lt;/P&gt;&lt;P&gt;and cdsw init.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HOPEFULLY THIS WILL SOLVE YOUR ISSUE.&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jul 2017 09:41:45 GMT</pubDate>
    <dc:creator>nehanirmal</dc:creator>
    <dc:date>2017-07-25T09:41:45Z</dc:date>
    <item>
      <title>How to setup wildcard DNS subdomain</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-setup-wildcard-DNS-subdomain/m-p/57674#M17377</link>
      <description>&lt;P&gt;How to setup wildcard DNS subdomain in order to open &lt;A target="_blank"&gt;http://cdsw.&amp;lt;company&amp;gt;.com&lt;/A&gt; ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It would be really useful if anybody would be able to provide with a detailed step to configure this on a RHEL box.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 11:57:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-setup-wildcard-DNS-subdomain/m-p/57674#M17377</guid>
      <dc:creator>nehanirmal</dc:creator>
      <dc:date>2022-09-16T11:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup wildcard DNS subdomain</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-setup-wildcard-DNS-subdomain/m-p/57964#M17378</link>
      <description>&lt;P&gt;Did you manage to do this? I am still stuck on this part.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 09:30:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-setup-wildcard-DNS-subdomain/m-p/57964#M17378</guid>
      <dc:creator>mayank1984</dc:creator>
      <dc:date>2017-07-25T09:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup wildcard DNS subdomain</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-setup-wildcard-DNS-subdomain/m-p/57965#M17379</link>
      <description>&lt;P&gt;You can install dns on a windows server easily.&lt;/P&gt;&lt;P&gt;Just google how to create dns server ON WINDOWS. Add the wildcard entries there in forward dns.&lt;/P&gt;&lt;P&gt;In control panel--&amp;gt; network--&amp;gt; local area network--&amp;gt; right click and edit ipv4 properties and set default dns server as the one on which you set.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In linux box --&amp;gt; vi /etc/resolv file and add nameserver &amp;lt;ip address&amp;gt; on topmost.&amp;nbsp;&lt;/P&gt;&lt;P&gt;do cdsw reset&amp;nbsp;&lt;/P&gt;&lt;P&gt;and cdsw init.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HOPEFULLY THIS WILL SOLVE YOUR ISSUE.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 09:41:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-setup-wildcard-DNS-subdomain/m-p/57965#M17379</guid>
      <dc:creator>nehanirmal</dc:creator>
      <dc:date>2017-07-25T09:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup wildcard DNS subdomain</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-setup-wildcard-DNS-subdomain/m-p/57975#M17380</link>
      <description>&lt;P&gt;Thanks Neha.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So i did that step.In the resolv file i added the private ip as below:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;nameserver 172.31.37.124&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and in the conf file i added the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;domain = "cdsw.datacloudera.com"&lt;/P&gt;&lt;P&gt;master ip = "172.31.37.124"&lt;/P&gt;&lt;P&gt;However it is still not working. I guess i am missing something else.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a EC2 AWS instance running. i installed CDSW on this server. I have a public ip 35.160.249.85 and private IP as 172.31.37.124&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;where do i add the following as stated in the installtion manual&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;cdsw.&amp;lt;company&amp;gt;.com. IN A 172.46.47.48&lt;BR /&gt;*.cdsw.&amp;lt;company&amp;gt;.com. IN A 172.46.47.48&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 11:26:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-setup-wildcard-DNS-subdomain/m-p/57975#M17380</guid>
      <dc:creator>mayank1984</dc:creator>
      <dc:date>2017-07-25T11:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup wildcard DNS subdomain</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-setup-wildcard-DNS-subdomain/m-p/57976#M17381</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you hit cdsw.&amp;lt;companyname&amp;gt;.com in the url tab, the url goes to the mentioned DNS server.&lt;/P&gt;&lt;P&gt;Since this is set up using AWS, you can setup a DNS on AWS using maybe Rote53. Not very sure of that though.&lt;/P&gt;&lt;P&gt;You can go through the Routee 53 documentation for further help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And in /etc/resolv dns server entry has to be fed the one that you set up.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 11:32:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-setup-wildcard-DNS-subdomain/m-p/57976#M17381</guid>
      <dc:creator>nehanirmal</dc:creator>
      <dc:date>2017-07-25T11:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup wildcard DNS subdomain</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-setup-wildcard-DNS-subdomain/m-p/57979#M17382</link>
      <description>&lt;P&gt;ok. I had tried Route 53. But did not work. I guess my concepts on networking need bit of refresh.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 11:57:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-setup-wildcard-DNS-subdomain/m-p/57979#M17382</guid>
      <dc:creator>mayank1984</dc:creator>
      <dc:date>2017-07-25T11:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup wildcard DNS subdomain</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-setup-wildcard-DNS-subdomain/m-p/57983#M17383</link>
      <description>&lt;P&gt;I give up. Unable to resolve this.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 12:45:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-setup-wildcard-DNS-subdomain/m-p/57983#M17383</guid>
      <dc:creator>mayank1984</dc:creator>
      <dc:date>2017-07-25T12:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup wildcard DNS subdomain</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-setup-wildcard-DNS-subdomain/m-p/57994#M17384</link>
      <description>&lt;P&gt;quick question. Are you able to open the url from open internet?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 15:06:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-setup-wildcard-DNS-subdomain/m-p/57994#M17384</guid>
      <dc:creator>mayank1984</dc:creator>
      <dc:date>2017-07-25T15:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup wildcard DNS subdomain</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-setup-wildcard-DNS-subdomain/m-p/57996#M17385</link>
      <description>&lt;P&gt;No, was trying to figure that out.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 15:12:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-setup-wildcard-DNS-subdomain/m-p/57996#M17385</guid>
      <dc:creator>nehanirmal</dc:creator>
      <dc:date>2017-07-25T15:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup wildcard DNS subdomain</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-setup-wildcard-DNS-subdomain/m-p/58001#M17386</link>
      <description>&lt;P&gt;Sorry for the delay providing additional details.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The wildcard DNS needs to work&amp;nbsp;on both the CDSW nodes and on your computer. &amp;nbsp;For a production installation, you should configure a proper wildcard DNS entry using a domain you control. &amp;nbsp;You need to control a domain, e.g. company.com, and have proper nameservers (e.g. your internal corporate DNS or something like Route53, GoDaddy, etc). &amp;nbsp;For instance, if you control the domain company.com and the nameservers point to AWS Route 53, then you should configure the wildcard DNS entries as described in the documention within Route 53. &amp;nbsp;This will resolve the wildcard entries to your master CDSW node both within AWS and on your computer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you're in a corporate environment, typically these types of tasks would be done by a network administrator.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are only testing CDSW and do not control a domain, the easiest way is to use a service like xip.io which provides a wildcard DNS automatically pointing to an IP. &amp;nbsp;However this setup should not be used in production since it is unreliable and delegates your DNS configuration to a third party.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this is helpful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Tristan&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 17:42:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-setup-wildcard-DNS-subdomain/m-p/58001#M17386</guid>
      <dc:creator>tristanzajonc</dc:creator>
      <dc:date>2017-07-25T17:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup wildcard DNS subdomain</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-setup-wildcard-DNS-subdomain/m-p/58008#M17387</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for your information.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So i am currently testing it. But I have hosted my cloudera single node environment on AWS EC2 instance.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also own a domain on godaddy &lt;A href="http://www.datacloudera.com" target="_blank"&gt;www.datacloudera.com&lt;/A&gt;. I have changed the nameserver to the one in AWS DNS Zone. Should the hosted zone be public ? or private in a vpc?&lt;/P&gt;&lt;P&gt;ns-0.awsdns-00.com&lt;/P&gt;&lt;P&gt;ns-1024.awsdns-00.org&lt;/P&gt;&lt;P&gt;ns-512.awsdns-00.net&lt;/P&gt;&lt;P&gt;ns-1536.awsdns-00.co.uk&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But i am not sure how to proceed next. What are the steps which i should take post this one ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 19:28:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-setup-wildcard-DNS-subdomain/m-p/58008#M17387</guid>
      <dc:creator>mayank1984</dc:creator>
      <dc:date>2017-07-25T19:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup wildcard DNS subdomain</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-setup-wildcard-DNS-subdomain/m-p/58010#M17388</link>
      <description>&lt;P&gt;This depends on your corporate network configuration. &amp;nbsp;Private zones are only resolvable within your AWS VPC, so unless you have your corporate network connected to your VPC and DNS peering properly configured, it&amp;nbsp;is often easier to configure DNS in your public zone. &amp;nbsp;You will want to set both cdsw.datacloudera.com and *.cdsw.datacloudera.com A name records to your master node. &amp;nbsp;Within AWS, it's often more flexible to point this records to an EIP so you can attach it to different nodes over time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tristan&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 19:38:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-setup-wildcard-DNS-subdomain/m-p/58010#M17388</guid>
      <dc:creator>tristanzajonc</dc:creator>
      <dc:date>2017-07-25T19:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup wildcard DNS subdomain</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-setup-wildcard-DNS-subdomain/m-p/58013#M17389</link>
      <description>&lt;P&gt;Thanks for the quick reply. This is my personal setup and I am a starter in this area. Will you be able to help me with &amp;nbsp;baby steps ? APologies for being too demanding &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what i have now done is created a DNS is route53 in public zone. And i have updated the name servers into my domain at godaddy.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now what should i do next in AWS? Create a record set in AWS?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And what should i do on my EC2 instance where the Workbench has been installed?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 19:43:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-setup-wildcard-DNS-subdomain/m-p/58013#M17389</guid>
      <dc:creator>mayank1984</dc:creator>
      <dc:date>2017-07-25T19:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup wildcard DNS subdomain</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-setup-wildcard-DNS-subdomain/m-p/58015#M17390</link>
      <description>&lt;P&gt;Did it !! Yohuuuu !!! I can see the page and am logged in!!! Thank you so so much !! You saved my day !!&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 19:57:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-setup-wildcard-DNS-subdomain/m-p/58015#M17390</guid>
      <dc:creator>mayank1984</dc:creator>
      <dc:date>2017-07-25T19:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup wildcard DNS subdomain</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-setup-wildcard-DNS-subdomain/m-p/62335#M17391</link>
      <description>&lt;P&gt;Hi Tristanzajonc,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the explanation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using cdsw for testing only.&lt;/P&gt;&lt;P&gt;So, i choosen the domain service with extention of xip.io&lt;/P&gt;&lt;P&gt;But , while i am launching the session it displaying as below :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2017-11-29_0354.png" style="width: 600px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/3639i0E7442EE58BF8355/image-size/large?v=v2&amp;amp;px=999" role="button" title="2017-11-29_0354.png" alt="2017-11-29_0354.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It stays in schedulling phase and Terminal also not opening in client side.&lt;/P&gt;&lt;P&gt;Firewall restriction also i have done.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please guide me&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2017 08:56:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-setup-wildcard-DNS-subdomain/m-p/62335#M17391</guid>
      <dc:creator>syamsri</dc:creator>
      <dc:date>2017-11-29T08:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup wildcard DNS subdomain</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-setup-wildcard-DNS-subdomain/m-p/63951#M17393</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pasted below is part of instructions for setting up DNS subdomain:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;To access Cloudera Data Science Workbench, you must configure the wildcard DNS name&amp;nbsp;&lt;/SPAN&gt;*.cdsw.&amp;lt;company&amp;gt;.com&lt;SPAN&gt;&amp;nbsp;for the master host as an A record, along with a root entry for&amp;nbsp;&lt;/SPAN&gt;cdsw.&amp;lt;company&amp;gt;.com&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My question: Does "master host" above refer to the edge node or the name node of the cluster?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Amit&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2018 00:11:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-setup-wildcard-DNS-subdomain/m-p/63951#M17393</guid>
      <dc:creator>amitavake</dc:creator>
      <dc:date>2018-01-24T00:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup wildcard DNS subdomain</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-setup-wildcard-DNS-subdomain/m-p/81895#M17394</link>
      <description>what did you do? did you have to edit /etc/resolv in on the individual instances?</description>
      <pubDate>Sun, 04 Nov 2018 16:16:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-setup-wildcard-DNS-subdomain/m-p/81895#M17394</guid>
      <dc:creator>Data-drone</dc:creator>
      <dc:date>2018-11-04T16:16:59Z</dc:date>
    </item>
  </channel>
</rss>

