| Summary: | Name server config for lists.libre-riscv.org. is bad | ||
|---|---|---|---|
| Product: | Libre-SOC Website | Reporter: | Alain D D Williams <addw> |
| Component: | website | Assignee: | Alain D D Williams <addw> |
| Status: | IN_PROGRESS --- | ||
| Severity: | normal | CC: | libre-soc-bugs, lkcl, toshaan |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| NLnet milestone: | --- | total budget (EUR) for completion of task and all subtasks: | 0 |
| budget (EUR) for this task, excluding subtasks' budget: | 0 | parent task for budget allocation: | |
| child tasks for budget allocation: | The table of payments (in EUR) for this task; TOML format: | ||
|
Description
Alain D D Williams
2022-06-14 19:25:13 BST
I confirm, however best dns practice states having 3 name servers, with minimum 2 different IP providers (AS'es). As Alain already offered, I can also host a NS in our DC, if wanted/required. Maybe we should think about 6 name servers. 3 main and 3 backup We use git as a dns config, so we disable IAXR and zone transfer/notify and let git do all the updates. Fixes (some of which are rationalisations) that I have done to DNS for:
libre-soc.org
lists.libre-soc.org
libre-riscv.org
lists.libre-riscv.org
* remove NS ns[16].hands.com
* added NS ns.phcomp.co.uk. + config there
* remove NS ns1.libre-riscv.org.
* changed ns.lists.libre-soc.org. to ns.libre-soc.org.
* Added as MX secondary mx.phcomp.co.uk + config there
Sorted the named.conf.local alphabetically.
libre-riscv.org was not in named.conf.local but was still being served (???). Added in.
Still to be done:
* Toshaan has offered to be another NS secondary. Please configure & let me know the IP address, assuming bind the config looks like:
zone "libre-soc.org" IN {
type slave;
file "slaves/libre-soc.org";
masters { 46.235.227.77; 2a00:1098:82:f::1; };
};
* The name servers need to updated at the DNS tag holder... Luke
i've sorted libre-riscv.org but libre-soc.org whois will not update. i need to contact the registrar. Phil Hands' NS servers now answer questions about libre-soc.org and lists.libre-soc.org These servers are: ns1.hands.com. and ns6.hands.com. Please can Luke add these to what WHOIS says. have to raise a ticket with the domain register, done |