[GH-ISSUE #262] Host doesn't resolve to the ip #217

Closed
opened 2026-02-26 09:36:39 +03:00 by kerem · 1 comment
Owner

Originally created by @dmsherazi on GitHub (Apr 20, 2016).
Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/262

I have managed to setup nsupdate.info and bind9 on my server.

I can add a domain and host successfully. Below is the screenshot

capture

When I browse to the host I don't get anything as the host doesn't get resolved

Here is my zone file

$ORIGIN .
$TTL 3600       ; 1 hour
; note: please fix SOA, NS, A, AAAA, MX as needed:
smartlink.tk       IN SOA  ns1.smartlink.tk. root.smartlink.tk. (
                                2013123105 ; serial YYYYMMDDNN
                                60       ; refresh (2 hours)
                                180       ; retry (30 minutes)
                                7200     ; expire (1 week)
                                60         ; minimum (1 minute)
                                )
                        NS      ns1.smartlink.tk.
                        NS      ns2.smartlink.tk.
                        A       1.2.3.4
                        AAAA    ::
                        MX      10 mail.smartlink.tk.
$ORIGIN smartlink.tk.
$TTL 3600       ; 1 hour
; note: the www, ipv4, ipv6 host entries are ONLY needed if you run the
; nsupdate.info service on these hosts. if you just want to add another
; domain that can be updated from an existing nsupdate.info service, you
; won't need these host records:
www                     A       1.2.3.4
                        AAAA    ::1
ipv4                    A       1.2.3.4
ipv6                    AAAA    ::1
ns1                     A       104.131.50.64
ns2                     A       104.131.50.64
''''
Originally created by @dmsherazi on GitHub (Apr 20, 2016). Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/262 I have managed to setup nsupdate.info and bind9 on my server. I can add a domain and host successfully. Below is the screenshot ![capture](https://cloud.githubusercontent.com/assets/6149070/14674917/6231d554-0717-11e6-9b7e-13bba7df2822.PNG) When I browse to the host I don't get anything as the host doesn't get resolved Here is my zone file ``` $ORIGIN . $TTL 3600 ; 1 hour ; note: please fix SOA, NS, A, AAAA, MX as needed: smartlink.tk IN SOA ns1.smartlink.tk. root.smartlink.tk. ( 2013123105 ; serial YYYYMMDDNN 60 ; refresh (2 hours) 180 ; retry (30 minutes) 7200 ; expire (1 week) 60 ; minimum (1 minute) ) NS ns1.smartlink.tk. NS ns2.smartlink.tk. A 1.2.3.4 AAAA :: MX 10 mail.smartlink.tk. $ORIGIN smartlink.tk. $TTL 3600 ; 1 hour ; note: the www, ipv4, ipv6 host entries are ONLY needed if you run the ; nsupdate.info service on these hosts. if you just want to add another ; domain that can be updated from an existing nsupdate.info service, you ; won't need these host records: www A 1.2.3.4 AAAA ::1 ipv4 A 1.2.3.4 ipv6 AAAA ::1 ns1 A 104.131.50.64 ns2 A 104.131.50.64 '''' ```
kerem closed this issue 2026-02-26 09:36:39 +03:00
Author
Owner

@dmsherazi commented on GitHub (Apr 20, 2016):

problem was with the domain registrar settings.

<!-- gh-comment-id:212475203 --> @dmsherazi commented on GitHub (Apr 20, 2016): problem was with the domain registrar settings.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nsupdate.info-nsupdate-info#217
No description provided.