Discussion:
Listen on two ports?
(too old to reply)
Paul Hayton
2023-07-30 10:44:21 UTC
Permalink
Can I set BinkD to listen on two ports at the same time?
Ideally traffic that is sent to an IPv6 address.

Kerr Avon [Blake's 7] 'I'm not expendable, I'm not stupid and I'm not going'
avon[at]bbs.nz | bbs.nz | fsxnet.nz
Tommi Koivula
2023-07-30 05:18:54 UTC
Permalink
Post by Paul Hayton
Can I set BinkD to listen on two ports at the same time?
Ideally traffic that is sent to an IPv6 address.
Sure, just like:

listen :24554
listen :24555

or:

listen f10.n221.z2.rbb.fidonet.fi:24554

'Tommi
Michiel van der Vlist
2023-07-30 05:58:55 UTC
Permalink
Hello Paul,
Post by Paul Hayton
Can I set BinkD to listen on two ports at the same time?
Ideally traffic that is sent to an IPv6 address.
TK> Sure, just like:

TK> listen :24554
TK> listen :24555

TK> or:

TK> listen f10.n221.z2.rbb.fidonet.fi:24554

Be aware that if you specify a listen command, the default of listening to all
adresses on both IPv4 and IPv6 will be disabled. So if you specify:

listen ipv6address.example:24554
listen ipv6address.example:24555

You have to explicitly add a listen command for IPv4 unless it is an IPv6 only
node:

listen 0.0.0.0:24555

Maybe the simplest way in your case (3:770/100) is:

listen agency6.bbs.nz:24554
listen [::]:24555
listen 0.0.0.0:24555


Cheers, Michiel
Paul Hayton
2023-07-31 10:35:12 UTC
Permalink
On 30 Jul 2023 at 08:58a, Michiel van der Vlist pondered and said...

Mv> Hello Paul,
Mv>
Mv> Sunday July 30 2023 08:18, Tommi Koivula wrote to you:

thanks guys

Kerr Avon [Blake's 7] 'I'm not expendable, I'm not stupid and I'm not going'
avon[at]bbs.nz | bbs.nz | fsxnet.nz

Loading...