At all hours, at minute 20, the following appears in the log:
*************************************
? Jul 12 01:20:01 [1561198] Cannot find domain for zone 1, assuming 'fidonet'
? Jul 12 01:20:01 [1561198] Cannot find domain for zone 1, assuming 'fidonet'
? Jul 12 01:20:01 [1561198] Cannot find domain for zone 1, assuming 'fidonet'
? Jul 12 01:20:01 [1561198] Cannot find domain for zone 1, assuming 'fidonet'
? Jul 12 01:20:01 [1561198] Cannot find domain for zone 1, assuming 'fidonet'
? Jul 12 01:20:01 [1561198] Cannot find domain for zone 1, assuming 'fidonet'
? Jul 12 01:20:01 [1561198] Cannot find domain for zone 1, assuming 'fidonet'
? Jul 12 01:20:01 [1561198] Cannot find domain for zone 1, assuming 'fidonet'
? Jul 12 01:20:01 [1561198] Cannot find domain for zone 1, assuming 'fidonet'
? Jul 12 01:20:01 [1561198] Cannot find domain for zone 1, assuming 'fidonet'
*************************************
And so on 368 times every hour for zones 1, 3 and 4.
I see it's because it can't find the domain for zones 1, 3, and 4, but I don't
know how to make it find them.
Any help is welcome :)
I see it's because it can't find the domain for zones 1, 3, and 4, but I don't know how to make it find them.
I see it's because it can't find the domain for zones 1, 3, and 4,
but I don't know how to make it find them.
grab this file from my site,
https://sestar.synchro.net/temp/binkd-networks.conf
put it somewhere, and point your binkd to it... i include it in my binkd.conf
just below my addresses list like this...
address 1:3634/12@fidonet 1:3634/0@fidonet 1:123/0@fidonet 1:18/0@fidonet #######################################
# include all known FTN networks list # #######################################
include /sbbs/ftn/nodelist/binkd-networks.conf
the list is pretty accurate and has been built over years of binkd connections with systems flying othernet addresses... yes, some/many
of these old FTNs may not exist any more... it doesn't hurt anything
to keep them listed and it is the only remaining list i know of for so many of the FTN othernets that existed...
#######################################
# include all known FTN networks list #
#######################################
include /sbbs/ftn/nodelist/binkd-networks.conf
I don't think this will help prevent the warnings that Angel is seeing in his log. But who knows, let him try it... ;-)
the list is pretty accurate and has been built over years of binkd
connections with systems flying othernet addresses... yes, some/many
of these old FTNs may not exist any more... it doesn't hurt anything
to keep them listed and it is the only remaining list i know of for so
many of the FTN othernets that existed...
There is a public spreadsheet on google docs with a list of FTN networks:
https://docs.google.com/spreadsheets/d/17pmf7cS9ocU99Rm6qlJD_OncqmbDI5Qj8Yw
99A5bgVc/edit#gid=0
I don't think this will help prevent the warnings that Angel is
seeing in his log. But who knows, let him try it... ;-)
true... i did also mention the problem may be the remote(s) not presenting their FTN domain(s) in their address list when the connection is made... that's a problem on the remote end and Angel doesn't show us the portion above
these lines which tells the remote being connected to...
There is a public spreadsheet on google docs with a list of FTN
networks:
https://docs.google.com/spreadsheets/d/17pmf7cS9ocU99Rm6qlJD_OncqmbDI5Qj8
Yw 99A5bgVc/edit#gid=0
i remember there being a sheet but i haven't looked it over in a long while...
i trust my list a little more, though, because i do update it when i see a new
FTN domain pop up in my binkd logs... with a very similar error message, too
:wink:
*************************************
? Jul 12 01:20:01 [1561198] Cannot find domain for zone 1, assuming 'fidonet' ? Jul 12 01:20:01 [1561198] Cannot find domain for zone 1, assuming 'fidonet' ? Jul 12 01:20:01 [1561198] Cannot find domain for
zone 1, assuming 'fidonet' ? Jul 12 01:20:01 [1561198] Cannot find
domain for zone 1, assuming 'fidonet' ? Jul 12 01:20:01 [1561198]
Cannot find domain for zone 1, assuming 'fidonet' ? Jul 12 01:20:01 [1561198] Cannot find domain for zone 1, assuming 'fidonet' ? Jul 12 01:20:01 [1561198] Cannot find domain for zone 1, assuming 'fidonet' ?
Jul 12 01:20:01 [1561198] Cannot find domain for zone 1, assuming 'fidonet' ? Jul 12 01:20:01 [1561198] Cannot find domain for zone 1, assuming 'fidonet' ? Jul 12 01:20:01 [1561198] Cannot find domain for
zone 1, assuming 'fidonet'
*************************************
And so on 368 times every hour for zones 1, 3 and 4.
I see it's because it can't find the domain for zones 1, 3, and 4, but
I don't know how to make it find them.
Any help is welcome :)
And so on 368 times every hour for zones 1, 3 and 4.
I see it's because it can't find the domain for zones 1, 3, and 4,
but I don't know how to make it find them. Any help is welcome :)
I think it's enough if you set up some (dummy) entries with domain in your binkd nodes file.
Node 1:999/999@fidonet *
Node 3:999/999@fidonet *
Node 4:999/999@fidonet *
Or maybe you could use "nolog" to hide those lines. ;)
It's a bit of trick, but the following might work. (Not tested)
Add these lines to your binkd config file:
address 1:999/999.999@fidonet 3:999/999.999@fidonet 4:999/999.999@fidonet
hide-aka 1:999/999.999@fidonet *
hide-aka 3:999/999.999@fidonet *
hide-aka 4:999/999.999@fidonet *
It's a bit of trick, but the following might work. (Not tested)
Add these lines to your binkd config file:
address 1:999/999.999@fidonet 3:999/999.999@fidonet 4:999/999.999@fidonet
hide-aka 1:999/999.999@fidonet *
hide-aka 3:999/999.999@fidonet *
hide-aka 4:999/999.999@fidonet *
Seems to work here, thanks!
Before:
$ binkd -p -P 2:221/6 /usr/local/etc/binkd.conf
15:11 [86152] BEGIN, binkd/1.1a-115/Linux -p -P 2:221/6 /usr/local/etc/binkd.conf ? 15:11 [86152] Cannot find domain for zone 2, assuming 'fidonet' 15:11 [86152] creating a poll for 2:221/6@fidonet (`d' flavour) 15:11 [86152] clientmgr started $ -d 2:221/6@fidonet + 15:11 [86153]
call to 2:221/6@fidonet 15:11 [86153] trying news.fidonet.fi [51.38.115.207]... 15:11 [86153] connected + 15:11 [86153] outgoing session
with news.fidonet.fi:24554 [51.38.115.207] [...]
After:
$ binkd -p -P 2:221/6 /usr/local/etc/binkd.conf
15:15 [86220] BEGIN, binkd/1.1a-115/Linux -p -P 2:221/6 /usr/local/etc/binkd.conf 15:15 [86220] creating a poll for 2:221/6@fidonet
(`d' flavour) 15:15 [86220] clientmgr started $ -d 2:221/6@fidonet + 15:15 [86221] call to 2:221/6@fidonet 15:15 [86221] trying news.fidonet.fi [51.38.115.207]... 15:15 [86221] connected + 15:15 [86221] outgoing session
with news.fidonet.fi:24554 [51.38.115.207] - 15:15 [86221] hiding aka 2:999/999.999@fidonet - 15:15 [86221] hiding aka 3:999/999.999@fidonet - 15:15
[86221] hiding aka 4:999/999.999@fidonet [...]
At all hours, at minute 20, the following appears in the log:
? Jul 12 01:20:01 [1561198] Cannot find domain for zone 1, assuming 'fidonet' ? Jul 12 01:20:01 [1561198] Cannot find domain for zone 1, assuming 'fidonet'
And so on 368 times every hour for zones 1, 3 and 4.
I see it's because it can't find the domain for zones 1, 3, and 4, but
I don't know how to make it find them.
Any help is welcome :)
It's a bit of trick, but the following might work. (Not tested)
Add these lines to your binkd config file:
address 1:999/999.999@fidonet 3:999/999.999@fidonet 4:999/999.999@fidonet
hide-aka 1:999/999.999@fidonet *
hide-aka 3:999/999.999@fidonet *
hide-aka 4:999/999.999@fidonet *
https://sestar.synchro.net/temp/binkd-networks.conf
put it somewhere, and point your binkd to it... i include it in my binkd.conf
I think it's enough if you set up some (dummy) entries with domain in your binkd nodes file.
Node 1:999/999@fidonet *
Node 3:999/999@fidonet *
Node 4:999/999@fidonet *
Or maybe you could use "nolog" to hide those lines. ;)
I got rid of those warnings by specifying all FTN addresses throughout the config strictly as 5D (with the domain) including my system addresses, 'node'
keywords, passwords file.
Hola Tommi!
14 Jul 26 19:10, Tommi Koivula dijo a Angel Ripoll:
I think it's enough if you set up some (dummy) entries with domain in yourI have tried it and it doesn't work.
binkd nodes file.
Node 1:999/999@fidonet *
Node 3:999/999@fidonet *
Node 4:999/999@fidonet *
With what you've told me, i've already identified the problem. I use the iplist.lst file, which contains the URLs or IPs of the nodes running Binkd. In that file, the addresses are not 5D. If I remove that file,
the 368 lines disappear. And if I add that file back, they reappear.
I modified the file to be 5D by adding @fidonet to all the nodes,
and the lines don't appear anymore :).
This is why I dont see those errors, I'm using a 5D nodes file created by nl2bind bash script. ;)
| Sysop: | Tetrazocine |
|---|---|
| Location: | Melbourne, VIC, Australia |
| Users: | 12 |
| Nodes: | 8 (0 / 8) |
| Uptime: | 26:57:52 |
| Calls: | 220 |
| Files: | 21,512 |
| Messages: | 84,509 |