• Listen on two ports?

    From Paul Hayton@3:770/100 to All on Sun Jul 30 13:44:21 2023
    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

    --- Mystic BBS v1.12 A48 (Linux/64)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (3:770/100)
  • From Tommi Koivula@2:221/6 to Paul Hayton on Sun Jul 30 08:18:54 2023
    On 30.07.2023 3:44, Paul Hayton wrote:

    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

    ---
    * Origin: nntp://news.fidonet.fi (2:221/6.0)
  • From Michiel van der Vlist@2:280/5555 to Paul Hayton on Sun Jul 30 08:58:55 2023
    Hello Paul,

    Sunday July 30 2023 08:18, Tommi Koivula wrote to you:

    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

    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

    --- GoldED+/W32-MSVC 1.1.5-b20170303
    * Origin: http://www.vlist.eu (2:280/5555)
  • From Paul Hayton@3:770/100 to Michiel van der Vlist on Mon Jul 31 13:35:12 2023
    On 30 Jul 2023 at 08:58a, Michiel van der Vlist pondered and said...

    Hello Paul,

    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

    --- Mystic BBS v1.12 A48 (Linux/64)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (3:770/100)