Hey folks,
Just thought I'd let you know that fsxnet is now supporting DNS nodelist queries. (FTS-5004)
Paul delegated z21.fsxnet.nz to clrghouz, which means your node and BBS name, including operating ports are available in the DNS.
Hey folks,
Just thought I'd let you know that fsxnet is now supporting DNS nodelist queries. (FTS-5004)
Paul delegated z21.fsxnet.nz to clrghouz, which means your node and BBS name, including operating ports are available in the DNS.
Hey folks,
Just thought I'd let you know that fsxnet is now supporting DNS nodelist queries. (FTS-5004)
Paul delegated z21.fsxnet.nz to clrghouz, which means your node and BBS name, including operating ports are available in the DNS.
The syntax is [pP.]fX.nY.z21.fsxnet.nz, where P is the point address (this is optional, and clrghouz doesnt have any point definitions in it). X is your node number and Y is your net number.
So for my BBS, its f116.n2.z21.fsxnet.nz. Querying a TXT record you should get back the BBS name (Alterant):
For clrghouz:
host -t TXT f100.n3.z21.fsxnet.nz
f100.n3.z21.fsxnet.nz descriptive text "Clearing Houz"
Querying for a SRV record, you prefix that with _binkp._tcp..., so for clrghouz:
host -t SRV _binkp._tcp.f100.n3.z21.fsxnet.nz _binkp._tcp.f100.n3.z21.fsxnet.nz has SRV record 0 0 24554 clrghouz.bbs.dege.au.
On 05 Oct 2023 at 03:43p, deon pondered and said...
Hey folks,
Just thought I'd let you know that fsxnet is now supporting DNS nodelist queries. (FTS-5004)
Paul delegated z21.fsxnet.nz to clrghouz, which means your node and BBS name, including operating ports are available in the DNS.
thanks for all your hard work on this Deon, really appreciated :)
Re: DNS Nodelist available for fsxnetSeems to be working ok here
By: deon to All on Thu Oct 05 2023 03:43 pm
Hey folks,
Just thought I'd let you know that fsxnet is now supporting DNS
nodelist queries. (FTS-5004)
Paul delegated z21.fsxnet.nz to clrghouz, which means your node
and BBS name, including operating ports are available in the DNS.
The syntax is [pP.]fX.nY.z21.fsxnet.nz, where P is the point
address (this is optional, and clrghouz doesnt have any point
definitions in it). X is your node number and Y is your net number.
So for my BBS, its f116.n2.z21.fsxnet.nz. Querying a TXT record
you should get back the BBS name (Alterant):
For clrghouz:
host -t TXT f100.n3.z21.fsxnet.nz
f100.n3.z21.fsxnet.nz descriptive text "Clearing Houz"
Querying for a SRV record, you prefix that with _binkp._tcp..., so
for clrghouz:
host -t SRV _binkp._tcp.f100.n3.z21.fsxnet.nz _binkp._tcp.f100.n3.z21.fsxnet.nz has SRV record 0 0 24554 clrghouz.bbs.dege.au.
$ host -t SRV _binkp._tcp.f100.n3.z21.fsxnet.nz
Host _binkp._tcp.f100.n3.z21.fsxnet.nz not found: 2(SERVFAIL)
:-(
$ host -t SRV _binkp._tcp.f100.n3.z21.fsxnet.nz
Host _binkp._tcp.f100.n3.z21.fsxnet.nz not found: 2(SERVFAIL)
:-(
Head's up, the DNS support doesn't seem to be working at the moment.
Actually the problem might be somewhere else - I've responded 4,213
times today to DNS queries in the domain fsxnet.nz
Yep. For me, it doesn't work when using the DNS of my ISP, but it works just fine when using one of Google's DNS servers or clrghouz.bbs.dege.au directly:
bbs@glimmer:~$ host -vvv -t SRV _binkp._tcp.f202.n1.z21.fsxnet.nz 83.255.255.1 Trying "_binkp._tcp.f202.n1.z21.fsxnet.nz"
Using domain server:
Name: 83.255.255.1
Address: 83.255.255.1#53
Aliases:
Host _binkp._tcp.f202.n1.z21.fsxnet.nz not found: 2(SERVFAIL)
Received 51 bytes from 83.255.255.1#53 in 8 ms
Although you have mentioned server 83.255.255.1, I actually have an IP block on 83.255.224.0/24 (perhaps 255.1 uses?). When I enabled the DNS queries, several servers in this block were hammering clrghouz - 10+ queries a second, and to the same records (so not honouring the TTL).
The TTL (negative) cache time might actually be my problem - I may not be returning the right response for an NXDOMAIN, its something I need to double check on to be sure (I think I need to included an SOA record in the authority record of the response), which I'm not doing.
I'll disabled that block for now - let me know if it works for you.
On Fri, 10 Nov 2023 20:03:44 -0800
"Digital Man" (21:1/183) <Digital.Man@f183.n1.z21.fidonet> wrote:
Re: DNS Nodelist available for fsxnet By: deon to All on Thu Oct 05
2023 03:43 pm
Hey folks,
Just thought I'd let you know that fsxnet is now supporting DNS
nodelist queries. (FTS-5004)
Paul delegated z21.fsxnet.nz to clrghouz, which means your node and
BBS name, including operating ports are available in the DNS.
The syntax is [pP.]fX.nY.z21.fsxnet.nz, where P is the point address
(this is optional, and clrghouz doesnt have any point definitions
in it). X is your node number and Y is your net number.
So for my BBS, its f116.n2.z21.fsxnet.nz. Querying a TXT record you
should get back the BBS name (Alterant):
For clrghouz: host -t TXT f100.n3.z21.fsxnet.nz f100.n3.z21.fsxnet.nz
descriptive text "Clearing Houz"
Querying for a SRV record, you prefix that with _binkp._tcp..., so
for clrghouz: host -t SRV _binkp._tcp.f100.n3.z21.fsxnet.nz
_binkp._tcp.f100.n3.z21.fsxnet.nz has SRV record 0 0 24554
clrghouz.bbs.dege.au.
$ host -t SRV _binkp._tcp.f100.n3.z21.fsxnet.nz Host
_binkp._tcp.f100.n3.z21.fsxnet.nz not found: 2(SERVFAIL)
:-(Seems to be working ok here
bbs@bbs:~$ host -t TXT f100.n3.z21.fsxnet.nz f100.n3.z21.fsxnet.nz descriptive text "Clearing Houz" bbs@bbs:~$ host -t SRV _binkp._tcp.f100.n3.z21.fsxnet.nz _binkp._tcp.f100.n3.z21.fsxnet.nz
has SRV record 0 1 24554 clrghouz.bbs.dege.au. bbs@bbs:~$ host -t
SRV _ifcico._tcp.f100.n3.z21.fsxnet.nz
_ifcico._tcp.f100.n3.z21.fsxnet.nz has SRV record 0 1 60179 clrghouz.bbs.dege.au. -- End Of The Line BBS - Plano, TX telnet endofthelinebbs.com 23
--- SBBSecho 3.20-Linux
* Origin: End Of The Line BBS - endofthelinebbs.com (21:2/101)
How would I do this in windows? I tried nslookup, but it failed on the domain.
Although you have mentioned server 83.255.255.1, I actually have an IP block on 83.255.224.0/24 (perhaps 255.1 uses?). When I enabled the DNS queries, several servers in this block were hammering clrghouz - 10+ queries a second, and to the same records (so not honouring the TTL).
Yep! That netblock belongs to Tele2, one of the major ISPs here in Sweden (who in recent years acquired a company called ComHem, one of the major players in residential broadband here).
How would I do this in windows? I tried nslookup, but it failed on thenslookup -q=TXT f100.n3.z21.fsxnet.nz
domain.
But Google would have told you that, too.
C:\Users\Owner>nslookup -q=TXT f148.n2.z21.fsxnet.nz
Server: modem.Home
Address: 192.168.0.1
*** modem.Home can't find f148.n2.z21.fsxnet.nz: Server failed
How would I do this in windows? I tried nslookup, but it failed on the domain.
nslookup -type=TXT f100.n3.z21.fsxnet.nz clrghouz.bbs.dege.au
nslookup -type=SRV _binkp._tcp.f100.n3.z21.fsxnet.nz
record with negative hits. This has reduced the queries dramaticaly
coming from this net block, so I wont re-enable the block. (Since I have
a TTL of 1 day, hopefully those server errors on queries should be gone now.)
I'm curious (only because you mentioned you use a DNS server in the 83.255/16 block) - do you have something trying to talk to those hosts?
Re: Re: DNS Nodelist available for fsxnet
By: Zip to deon on Sat Nov 11 2023 03:25 pm
Howdy,
Although you have mentioned server 83.255.255.1, I actually have an IP block on 83.255.224.0/24 (perhaps 255.1 uses?). When I enabled the DNS queries, several servers in this block were hammering clrghouz - 10+ queries a second, and to the same records (so not honouring the TTL).
Yep! That netblock belongs to Tele2, one of the major ISPs here in Sweden (who in recent years acquired a company called ComHem, one of the major players in residential broadband here).
So I updated clrghouz yesterday as per RFC2308 and included an SOA record with negative hits. This has reduced the queries dramaticaly coming from this net block, so I wont re-enable the block. (Since I have a TTL of 1 day, hopefully those server errors on queries should be gone now.)
I'm still getting queries every minute or so for 21:1/1, 21:1/2 and 21:1/3.
[2023-11-13 07:55:37] production.INFO: PD-:= DNS Query from [::ffff:83.255.224.43] for [_binkp._tcp.f1.n1.z21.fsxnet.nz] {"pid":1690} [2023-11-13 07:56:56] production.INFO: PD-:= DNS Query from [::ffff:83.255.224.35] for [_binkp._tcp.f3.n1.z21.fsxnet.nz] {"pid":1692} [2023-11-13 07:56:58] production.INFO: PD-:= DNS Query from [::ffff:83.255.224.35] for [_binkp._tcp.f3.n1.z21.fsxnet.nz] {"pid":1693}
I'm curious (only because you mentioned you use a DNS server in the 83.255/16 block) - do you have something trying to talk to those hosts? Those servers are querying for those FTNs quite often (and they dont exist).
It appears BIND doesn't like your nameserver configuration:
2023-11-13T11:28:13.722844-08:00 git named[897]: skipping nameserver 'clrghouz.bbs.dege.au' because it is a CNAME, while resolving 'f183.n1.z21.fsxnet.nz/TXT'
Its interesting, because I use bind as well (not authorative for the domains in question), and dont have any trouble. Its probably because my bind forwards to upstream DNSes that handle it OK.
Anyway, I've asked Paul to change to use my CNAME target for z21 (which does have the A/AAAA records), which will hopefully help those that are seeing the server errors.
Anyway, I've asked Paul to change to use my CNAME target for z21 (which does have the A/AAAA records), which will hopefully help those that are seeing the server errors.
On 17 Nov 2023 at 02:25p, deon pondered and said...
Anyway, I've asked Paul to change to use my CNAME target for z21 (whi does have the A/AAAA records), which will hopefully help those that a seeing the server errors.
apologies, I'm late to this... will act on the request tonight and post here when done :)
Anyway, I've asked Paul to change to use my CNAME target for z21 (whi does have the A/AAAA records), which will hopefully help those that a seeing the server errors.
apologies, I'm late to this... will act on the request tonight and post here when done :)
..and it's updated now... hopefully this will help with your tests :)
..and it's updated now... hopefully this will help with your tests :)
It's now working for me:
$ host -t TXT f183.n1.z21.fsxnet.nz
f183.n1.z21.fsxnet.nz descriptive text "Vertrauen BBS"
Sysop: | Eric Oulashin |
---|---|
Location: | Beaverton, Oregon, USA |
Users: | 91 |
Nodes: | 16 (0 / 16) |
Uptime: | 06:49:42 |
Calls: | 4,903 |
Calls today: | 4 |
Files: | 8,491 |
Messages: | 350,487 |
Posted today: | 1 |