• binkd FAQ [1/4]

    From Binkd Team@2:5020/1042 to All on Thursday, August 11, 2016 01:15:00
    binkd FAQ

    Frequently Asked Questions on FTN Mailer binkd
    $Date: 2015/06/25 13:37:02 $

    This list of Frequently Asked Questions was compiled from the questions that were asked in the Russian echo conference RU.BINKD. Some part of the answers is based on the developers' recommendations. Please send your
    comments and updates to Stas Degteff 2:5080/102. This list was translated
    from Russian by Michael Dukelsky 2:5020/1042.

    01. Where Can One Find a Current Copy of Stable or Beta binkd Version?
    02. What Is binkd?
    03. binkp Protocol.
    04. What Is binkp.net Domain and Why Is It Necessary?
    05. binkd Doesn't Connect. What Should I Do?
    06. How Can binkd Work via HTTP-proxy?
    07. How Can binkd Work via SOCKS-proxy?
    08. IP-Point: How Can I Make binkd to Get My Mail From My Bossnode?
    09. "start_file_transfer: .: Permission denied" Error.
    10. binkd/win and Dial-up: Dialing-up and Disconnecting Automatically.
    11. I Have Changed binkd Configuration File On-The-Fly. When Will It Be Reloaded?
    12. How Can binkd Work With T-mail/IP?
    13. Is There At Least One Log Analyzer Under Unix?
    14. binkd Connects Too Slowly Though I Have a High-Speed LAN.
    15. Why Does binkd Not Understand Command Line Options When I Start It From
    inetd?
    16. Can One Make a File Request From binkd?
    17. How Can my binkd Respond to a File Request?
    18. How Can I Add binkd To a Fidonet Box Working With a Modem?
    19. Flags Are Not Created On Receiving a File, Programs Do Not Start.
    20. 'skipmask' Keyword Does Not Work.
    21. binkd Under Windows 3.x.
    22. Different FTN Domains in binkd And a Tosser Without 5D Support.
    23. How Does "domain ... alias-for ..." In The Configuration File Work?
    24. What Does "send: TCP/IP error (-10000)" Mean and How To Cure It?
    25. Argus (Radius) and binkd: Argus Error "Aborting due to carrier loss"
    26. The Outbound Name Has a Comment Char and binkd Doesn't See It
    27. Is There a Possibility to Start an Application On an Event From binkd?
    28. What Is the Difference Between binkd/w32 and binkd/w9x?
    29. I Miss a Chat in binkd And I Want To Synchronize Time!
    30. binkd Receives an Incoming Call Only After an Outgoing One.
    31. "start_file_transfer: ECHO is off.: No such file or directory" Error.
    32. How to Create a Poll Correctly.
    33. What Does the Number in Brackets in the Log Mean?
    34. How to Configure binkd for sending outgoing mail?
    35. What for Does One Need the "share" Directive in the Configuration File?
    36. What for Does One Need the "ftrans" Directive in the Configuration File?
    37. Why binkd in Windows Works As a Service With Admin Rights Only?
    38. Will Anybody Make Nodelist Support in binkd After All?
    A1. I Have Found a Bug in binkd!
    A2. I Want To Talk To Developers.
    A3. I Want To Get Information About Changes In binkd Immediately!
    A4. And When Will binkd Do ... ?


    ----------------------------------------------------------------------------


    01. Where Can One Find a Current Copy of Stable or Beta binkd Version?

    In fileecho AFTNBINKD.

    In Internet:

    Release versions, documentation, log analyzers etc. (Pavel Gulchouck
    2:463/68):
    ftp://cvs.happy.kiev.ua/pub/fidosoft/mailer/binkd/

    Binaries (windows, os/2):
    http://download.binkd.org
    http://sites.google.com/site/vasilyevmax/fido
    (Max Vasilyev 2:5057/77)

    One may find the sources at github:
    https://github.com/pgul/binkd
    or at synchronized with it CVS server:
    :pserver:binkd@cvs.happy.kiev.ua:/cvs , module binkd, empty password

    Command examples for CVS server.
    Login to the cvs server:
    cvs -d :pserver:binkd@cvs.happy.kiev.ua:/cvs login
    Retrieve the latest sources of the current branch (v.1.1 at the moment):
    cvs -d :pserver:binkd@cvs.happy.kiev.ua:/cvs co binkd
    Retrieve the latest sources of the binkd 1.0.x-stable branch:
    cvs -d :pserver:binkd@cvs.happy.kiev.ua:/cvs co -r binkd-1_0-stable binkd
    Retrieve the sources of the binkd 1.0.0-release:
    cvs -d :pserver:binkd@cvs.happy.kiev.ua:/cvs co -r binkd-1_0_0 binkd

    Anonymous FTP:
    ftp://cvs.happy.kiev.ua/pub/fidosoft/mailer/binkd/snapshot

    binkd/2 1.1a (current, EMX), compiled everynight:
    FREQ from node 2:221/1, file alias: binkd2e. It's possibe to download from
    BBS of node 2:221/1 (accessed also via telnet:rbb.dy.fi)
    http://rbb.homeip.net/pub/os2/comm/bbs/binkd2e.rar
    (Suomi, Tommi Koivula 2:221/1 & 2:221/360 & 2:221/361)

    Man page, binkp description, binaries etc. (Stas Degteff 2:5080/102):
    http://binkd.grumbler.org/

    This FAQ list:
    http://binkd.grumbler.org/binkdfaq.shtml.en (or .txt.en)

    The official binkd binaries are named in a way that shows the OS, the compiler and the way of building the program.

    Windows (32bit) versions:
    binkd.exe, binkdw32.exe - binkd/w32, console, compiled by MS Visual C
    binkd-dll.exe - binkd/w32, console, MS Visual C, needs msvcrt.dll
    binkd-mingw.exe - binkd/w32, console, MinGW32, needs msvcrt.dll
    binkd9x.exe - binkd/w9x, w/o a window, compiled by MS Visual C
    binkd9x-dll.exe - binkd/w9x, w/o a window, MS Visual C, needs msvcrt.dll
    binkd9x-mingw.exe - binkd/w9x, w/o a window, MinGW32, needs msvcrt.dll

    OS/2 versions:
    binkd2.exe - Watcom C compiler, no Perl
    binkd2e.exe - emx, can load the Perl dll and can work without it
    binkd2pl.exe - emx, Perl is liked staticly (i.e. no need in a Perl dll)
    binkd2eo.exe - emx/omf (multithreaded), no Perl.


    ----------------------------------------------------------------------------


    02. What Is binkd?

    binkd is a fidonet mailer working via Internet and using binkp protocol (FSP-1018 & other). This protocol is also supported by such mailers as Argus (win32; RitLabs; http://www.ritlabs.com) and it's clones Radius and Taurus, BForce (unix), Internet Rex program (DOS/W32/OS2) and BeeMail (win32; Stephen Proffitt, 1:105/10; http://beemail.gexonline.net/)

    binkd features:
    - freeware, open source;
    - there are versions for Unix (linux, freebsd, SCO, ...), OS/2 (native
    & EMX), Windows NT/2000/XP and Windows 95/98/Me, Windows 3.x, DOS;
    - it can work as daemon in Unix and as service in Windows NT/2000/XP,
    there is a separate version for working as service in Windows 9x;
    - simple TCP-connection (data integrity is supported at TCP level);
    - BSO (bink-style outbound);
    - ASO (Amiga-style outbound);
    - path translation in ?LO files (it is used when the outbound resides
    on a net drive);
    - personal fileboxes for each node for the files to send and to receive;
    - T-mail-style and The Brake!-style fileboxes are supported;
    - translation of a FTN-address into a domain name (*.binkp.net) is
    supported;
    - a password file in the style of T-mail is supported starting with
    version 0.9.4 and a password file in the style of ifcico starting with
    version 1.0;
    - file requests using SRIF are supported;
    - a flag on receiving files (using a template) may be created;
    - a program on receiving files (using a template) may be started;
    - receiving files (using a template) may be refused starting with
    version 0.9.4;
    - working via a HTTP or SOCKS proxy server (starting with version
    0.9.3.https);
    - password encryption (MD5) starting with 0.9.4 release;
    - traffic encryption starting with version 0.9.5;
    - the remote node IP-address check for an incoming connection is
    supported starting with version 0.9.5;
    - IPv6 support starting with 1.0.0;
    - support of IN SRV DNS records starting with 1.0.0;
    - support of perl hooks starting with 1.0.0;
    - support of bandwidth limitations starting with 1.0.0.


    ----------------------------------------------------------------------------


    03. binkp Protocol

    The name binkp means binkd protocol. It is described in FSP-1018
    (FIDOnet standard proposal) and port 24554 is assigned for binkp in
    RFC-1700 (request for comments, issued by IANA).

    The file transfer protocol using two-way TCP connection is developed for FTN mailer binkd. Port 24554 is used on default.

    There are two versions of the protocol: 1.0 and 1.1. They are backward compatible. The main difference of version 1.1 is a possibility of making
    a FREQ during a session. Besides binkp 1.1 has at present NR option (non-reliable mode dealing with a non-reliable channel) and ND option (no
    dupes mode protecting from repeated file transmission), MD5 (password
    hashing), CRYPT (traffic encryption).

    Protocol version 1.0 is supported by binkd, version 1.0 is implemented
    in Argus and its clones (binkp is implemented there with addition of FREQ processing technique of its own and other changes), in MBSE, Internet Rex, BForce and others. In Internet Rex (version 2.24 and later) an incompatible variant of binkp 1.1 of its own is implemented.

    One can find the protocol description in Russian (cp866) here: http://binkd.grumbler.org/binkp.txt


    ----------------------------------------------------------------------------


    04. What Is binkp.net Domain and Why Is It Necessary?

    'binkp.net' is the domain registered for FTN-address to Internet
    domain name translation. It is used primarily at binkp connections. The
    address 1:2/3.4 is translated to the domain name p4.f3.n2.z1.binkp.net;
    after that binkd (or another IP mailer) obtains the node IP-address by
    means of the operating system. If the domain name exists one can try to set
    a connection.

    A node can get address in the binkp.net domain by one of the two ways:
    set her address for incoming binkp connections in the official fidonet nodelist,
    or specify it manually via http://binkp.net interface (and then sysop can
    set address from binkp.net in the nodelist).


    ----------------------------------------------------------------------------


    05. binkd Doesn't Connect. What Should I Do?

    1. Please check whether the remote node responds at port 24554 using
    the 'telnet' command. If a connection is not set check whether your
    computer is connected to the net at this moment (using ping command). If
    the checks are successful then check binkd configuration. Increasing the loglevel to 6 or more can help here.


    Here are some examples for node 2:5080/68:

    1.1.
    (The control characters are removed from the telnet reply and it is
    broken down to lines for the sake of convinience)

    m:\>telnet f68.n5080.z2.binkp.net 24554

    -.OPT CRAM-MD5-593e3e5411515fc1cf75816bb74e41d0-SYS Academ
    -ZYZ Alexei Kuklin-LOC Ekaterinburg, Russia-NDL 115200,TCP,BINKP,HUB
    -%TIME Tue, 20 Feb 2001 15:25:20 +0500- VER binkd/0.9.4/Win32 binkp/1.1
    - 2:5080/68@fidonet-OPT ND

    M:\>ping f68.n5080.z2.binkp.net

    Pinging fido68.imp.uran.ru [195.19.130.68] with 32 bytes of data:

    Reply from 195.19.130.68: bytes=32 time=505ms TTL=122
    Reply from 195.19.130.68: bytes=32 time=555ms TTL=122
    Reply from 195.19.130.68: bytes=32 time=406ms TTL=122
    Reply from 195.19.130.68: bytes=32 time=372ms TTL=122

    The node works. Check your binkd configuration. Maybe the timeout is too small (it is the time necessary for setting up a connection, it can be evaluated using the delay before response in telnet).

    Another case: telnet connects but ping says "Request timed out".

    M:\>ping f68.n5080.z2.binkp.net

    Pinging fido68.imp.uran.ru [195.19.130.68] with 32 bytes of data:

    Request timed out.
    Request timed out.
    Request timed out.
    Request timed out.

    It means that ICMP messages are forbidden somewhere between your nodes. That does not influence binkd performance.



    1.2.

    M:\>ping f68.n5080.z2.binkp.net

    Unknown host f68.n5080.z2.binkp.net

    Such a reply means that your computer could not find a DNS entry for the node. Check the DNS configuration in your system. If it is correct make
    sure the DNS server works and the remote node address is correct.



    1.3.

    If ping replies positively but telnet cannot set up a connection it is possible that binkd is not started at the remote node currently. Try to ask
    the node's sysop whether his/her binkd is started. If it is started and can connect to other nodes then access to port 25554 is denied by the firewall
    of your net. Try to start binkd via a proxy server (see "How Can binkd Work
    via HTTP-proxy" and "How Can binkd Work via SOCKS-proxy").


    1.4.

    M:\>ping -w 5000 f68.n5080.z2.binkp.net

    Pinging fido68.imp.uran.ru [195.19.130.68] with 32 bytes of data:

    Reply from 195.19.130.68: bytes=32 time=3674ms TTL=122
    Request timed out.
    Reply from 195.19.130.68: bytes=32 time=4232ms TTL=122
    Request timed out.

    Telnet sometimes connects to port 24554 but more often it does not.


    The node works but the link channel between the partners is overloaded or too slow. Because of that binkd connects not at every try (some IP packets
    are lost) or it does not connect at all (the time to wait for the remote
    node reply is too small). You cannot get it over in the first case because
    the packets are lost in their way and you cannot improve it. In the second
    case one should increase timeouts in the binkd configuration file (the
    values are in seconds):

    timeout 60
    connect-timeout 300
    call-delay 60

    If increasing the values does not help then change your uplink.


    1.5.
    Telnet does not connect to the port 24554 and the remote host does not reply to ping.

    The node does not reply. Possible variants are:

    1 - your computer or the remote node is disconnected from the internet at the moment or routing is corrupt (the line is broken, power supply is
    switched off, some of the internet providers carries out maintenance work
    etc.) so please make several tries later.

    2 - your computer is in Intranet and getting out to the internet is possible only via a proxy server. See "How Can binkd Work via HTTP-proxy",
    "How Can binkd Work via SOCKS-proxy".


    ----------------------------------------------------------------------------


    06. How Can binkd Work via HTTP-proxy?

    It is not a rare case when users go out to the internet from their corporate LAN exclusively via the proxy server based at the only computer connected to the internet. Thus binkd cannot make a direct connection to
    the remote node and one must use the proxy server. Proxy servers support
    was included in versions 0.9.3.https, 0.9.4 and the later ones.

    One can use binkd via a HTTP proxy only if CONNECT host 24554 command
    is allowed in the proxy server or the CONNECT command is allowed for all
    remote ports. The command is usually used for the secure HTTP protocol
    (URLs of the "HTTPS://..." type), it is also known as S-HTTP. Because of
    that such a proxy is quite often referred to as a HTTPS proxy.

    If binkd reports of an authorization error then the necessary command
    is prohibited in the proxy configuration or it is allowed for some ports
    only (usually 443).

    Suppose the connected to the Internet computer has the IP address 192.168.0.1 in its LAN and the proxy server at the computer responds on
    port 3128. Here is the line in binkd configuration file necessary for
    working via the HTTP proxy.

    1. A proxy server without user authorization (no login and password are demanded):

    proxy 192.168.0.1:3128

    2. A proxy server with user authorization (it is necessary to type login and password, e.g. login "user", password "password"):

    proxy 192.168.0.1:3128/user/password

    3. Microsoft proxy server with NTLM protocol of user authorization (one must be inside a domain). Suppose login is "user", password is "password",
    the user computer is "host" and the domain name is "ntdomain":

    proxy 192.168.0.1:3128/user/password/host/ntdomain

    If the proxy server administrator has allowed connection only to some selected ports (usually to port 443) then binkd reports "Connection
    rejected by proxy". Here is an example:

    31 Mar 16:48:43 [59987] BEGIN, binkd/0.9.3/SOCKS/HTTPS -p BINKD.CFG
    31 Mar 16:48:43 [59987] clientmgr started
    + 31 Mar 16:48:43 [40423] call to 2:5000/44@fidonet
    31 Mar 16:48:43 [40423] trying 195.209.235.3, port 24554...
    31 Mar 16:48:43 [40423] connected to proxy.osu.ru:24554
    --- hpt/w32 1.9.0
    * Origin: Moscow, Russia (2:5020/1042)
  • From binkd Team@2:5020/1042 to All on Friday, December 15, 2017 12:15:56
    binkd FAQ

    Frequently Asked Questions on FTN Mailer binkd
    $Date: 2017/12/02 15:21:13 $

    This list of Frequently Asked Questions was compiled from the questions that were asked in the Russian echo conference RU.BINKD. Some part of the answers is based on the developers' recommendations. Please send your
    comments and updates to Stas Degteff 2:5080/102. This list was translated
    from Russian by Michael Dukelsky 2:5020/1042.

    01. Where Can One Find a Current Copy of Stable or Beta binkd Version?
    02. What Is binkd?
    03. binkp Protocol.
    04. What Is binkp.net Domain and Why Is It Necessary?
    05. binkd Doesn't Connect. What Should I Do?
    06. How Can binkd Work via HTTP-proxy?
    07. How Can binkd Work via SOCKS-proxy?
    08. IP-Point: How Can I Make binkd to Get My Mail From My Bossnode?
    09. "start_file_transfer: .: Permission denied" Error.
    10. binkd/win and Dial-up: Dialing-up and Disconnecting Automatically.
    11. I Have Changed binkd Configuration File On-The-Fly. When Will It Be Reloaded?
    12. How Can binkd Work With T-mail/IP?
    13. Is There At Least One Log Analyzer Under Unix?
    14. binkd Connects Too Slowly Though I Have a High-Speed LAN.
    15. Why Does binkd Not Understand Command Line Options When I Start It From
    inetd?
    16. Can One Make a File Request From binkd?
    17. How Can my binkd Respond to a File Request?
    18. How Can I Add binkd To a Fidonet Box Working With a Modem?
    19. Flags Are Not Created On Receiving a File, Programs Do Not Start.
    20. 'skipmask' Keyword Does Not Work.
    21. binkd Under Windows 3.x.
    22. Different FTN Domains in binkd And a Tosser Without 5D Support.
    23. How Does "domain ... alias-for ..." In The Configuration File Work?
    24. What Does "send: TCP/IP error (-10000)" Mean and How To Cure It?
    25. Argus (Radius) and binkd: Argus Error "Aborting due to carrier loss"
    26. The Outbound Name Has a Comment Char and binkd Doesn't See It
    27. Is There a Possibility to Start an Application On an Event From binkd?
    28. What Is the Difference Between binkd/w32 and binkd/w9x?
    29. I Miss a Chat in binkd And I Want To Synchronize Time!
    30. binkd Receives an Incoming Call Only After an Outgoing One.
    31. "start_file_transfer: ECHO is off.: No such file or directory" Error.
    32. How to Create a Poll Correctly.
    33. What Does the Number in Brackets in the Log Mean?
    34. How to Configure binkd for sending outgoing mail?
    35. What for Does One Need the "share" Directive in the Configuration File?
    36. What for Does One Need the "ftrans" Directive in the Configuration File?
    37. Why binkd in Windows Works As a Service With Admin Rights Only?
    38. Will Anybody Make Nodelist Support in binkd After All?
    A1. I Have Found a Bug in binkd!
    A2. I Want To Talk To Developers.
    A3. I Want To Get Information About Changes In binkd Immediately!
    A4. And When Will binkd Do ... ?


    ----------------------------------------------------------------------------


    01. Where Can One Find a Current Copy of Stable or Beta binkd Version?

    In fileecho AFTNBINKD.

    In Internet:

    Release versions, documentation, log analyzers etc. (Pavel Gulchouck
    2:463/68):
    ftp://cvs.happy.kiev.ua/pub/fidosoft/mailer/binkd/

    Binaries (windows, os/2):
    http://download.binkd.org
    http://sites.google.com/site/vasilyevmax/fido
    (Max Vasilyev 2:5057/77)

    One may find the sources at github:
    https://github.com/pgul/binkd
    or at synchronized with it CVS server:
    :pserver:binkd@cvs.happy.kiev.ua:/cvs , module binkd, empty password

    Command examples for CVS server.
    Login to the cvs server:
    cvs -d :pserver:binkd@cvs.happy.kiev.ua:/cvs login
    Retrieve the latest sources of the current branch (v.1.1 at the moment):
    cvs -d :pserver:binkd@cvs.happy.kiev.ua:/cvs co binkd
    Retrieve the latest sources of the binkd 1.0.x-stable branch:
    cvs -d :pserver:binkd@cvs.happy.kiev.ua:/cvs co -r binkd-1_0-stable binkd
    Retrieve the sources of the binkd 1.0.0-release:
    cvs -d :pserver:binkd@cvs.happy.kiev.ua:/cvs co -r binkd-1_0_0 binkd

    Anonymous FTP:
    ftp://cvs.happy.kiev.ua/pub/fidosoft/mailer/binkd/snapshot

    binkd/2 1.1a (current, EMX), compiled everynight:
    FREQ from node 2:221/1, file alias: binkd2e. It's possibe to download from
    BBS of node 2:221/1 (accessed also via telnet:rbb.dy.fi)
    http://rbb.homeip.net/pub/os2/comm/bbs/binkd2e.rar
    (Suomi, Tommi Koivula 2:221/1 & 2:221/360 & 2:221/361)

    Man page, binkp description, binaries etc. (Stas Degteff 2:5080/102):
    http://binkd.grumbler.org/

    This FAQ list:
    http://binkd.grumbler.org/binkdfaq.shtml.en (or .txt.en)

    The official binkd binaries are named in a way that shows the OS, the compiler and the way of building the program.

    Windows (32bit) versions:
    binkd.exe, binkdw32.exe - binkd/w32, console, compiled by MS Visual C
    binkd-dll.exe - binkd/w32, console, MS Visual C, needs msvcrt.dll
    binkd-mingw.exe - binkd/w32, console, MinGW32, needs msvcrt.dll
    binkd9x.exe - binkd/w9x, w/o a window, compiled by MS Visual C
    binkd9x-dll.exe - binkd/w9x, w/o a window, MS Visual C, needs msvcrt.dll
    binkd9x-mingw.exe - binkd/w9x, w/o a window, MinGW32, needs msvcrt.dll

    OS/2 versions:
    binkd2.exe - Watcom C compiler, no Perl
    binkd2e.exe - emx, can load the Perl dll and can work without it
    binkd2pl.exe - emx, Perl is liked staticly (i.e. no need in a Perl dll)
    binkd2eo.exe - emx/omf (multithreaded), no Perl.


    ----------------------------------------------------------------------------


    02. What Is binkd?

    binkd is a fidonet mailer working via Internet and using binkp protocol (FSP-1018 & other). This protocol is also supported by such mailers as Argus (win32; RitLabs; https://www.ritlabs.com/en/products/argus/) and it's clones Radius and Taurus, BForce (unix), Internet Rex program (DOS/W32/OS2) and BeeMail (win32; Stephen Proffitt, 1:105/10)

    binkd features:
    - freeware, open source;
    - there are versions for Unix (linux, freebsd, SCO, ...), OS/2 (native
    & EMX), Windows NT/2000/XP and Windows 95/98/Me, Windows 3.x, DOS;
    - it can work as daemon in Unix and as service in Windows NT/2000/XP,
    there is a separate version for working as service in Windows 9x;
    - simple TCP-connection (data integrity is supported at TCP level);
    - BSO (bink-style outbound);
    - ASO (Amiga-style outbound);
    - path translation in ?LO files (it is used when the outbound resides
    on a net drive);
    - personal fileboxes for each node for the files to send and to receive;
    - T-mail-style and The Brake!-style fileboxes are supported;
    - translation of a FTN-address into a domain name (*.binkp.net) is
    supported;
    - a password file in the style of T-mail is supported starting with
    version 0.9.4 and a password file in the style of ifcico starting with
    version 1.0;
    - file requests using SRIF are supported;
    - a flag on receiving files (using a template) may be created;
    - a program on receiving files (using a template) may be started;
    - receiving files (using a template) may be refused starting with
    version 0.9.4;
    - working via a HTTP or SOCKS proxy server (starting with version
    0.9.3.https);
    - password encryption (MD5) starting with 0.9.4 release;
    - traffic encryption starting with version 0.9.5;
    - the remote node IP-address check for an incoming connection is
    supported starting with version 0.9.5;
    - IPv6 support starting with 1.0.0;
    - support of IN SRV DNS records starting with 1.0.0;
    - support of perl hooks starting with 1.0.0;
    - support of bandwidth limitations starting with 1.0.0.


    ----------------------------------------------------------------------------


    03. binkp Protocol

    The name binkp means binkd protocol. It is described in FSP-1018
    (FIDOnet standard proposal) and port 24554 is assigned for binkp in
    RFC-1700 (request for comments, issued by IANA).

    The file transfer protocol using two-way TCP connection is developed for FTN mailer binkd. Port 24554 is used on default.

    There are two versions of the protocol: 1.0 and 1.1. They are backward compatible. The main difference of version 1.1 is a possibility of making
    a FREQ during a session. Besides binkp 1.1 has at present NR option (non-reliable mode dealing with a non-reliable channel) and ND option (no
    dupes mode protecting from repeated file transmission), MD5 (password
    hashing), CRYPT (traffic encryption).

    Protocol version 1.0 is supported by binkd, version 1.0 is implemented
    in Argus and its clones (binkp is implemented there with addition of FREQ processing technique of its own and other changes), in MBSE, Internet Rex, BForce and others. In Internet Rex (version 2.24 and later) an incompatible variant of binkp 1.1 of its own is implemented.

    One can find the protocol description in Russian (cp866) here: http://binkd.grumbler.org/binkp.txt


    ----------------------------------------------------------------------------


    04. What Is binkp.net Domain and Why Is It Necessary?

    'binkp.net' is the domain registered for FTN-address to Internet
    domain name translation. It is used primarily at binkp connections. The
    address 1:2/3.4 is translated to the domain name p4.f3.n2.z1.binkp.net;
    after that binkd (or another IP mailer) obtains the node IP-address by
    means of the operating system. If the domain name exists one can try to set
    a connection.

    A node can get address in the binkp.net domain by one of the two ways:
    set her address for incoming binkp connections in the official fidonet nodelist,
    or specify it manually via http://binkp.net interface (and then sysop can
    set address from binkp.net in the nodelist).


    ----------------------------------------------------------------------------


    05. binkd Doesn't Connect. What Should I Do?

    1. Please check whether the remote node responds at port 24554 using
    the 'telnet' command. If a connection is not set check whether your
    computer is connected to the net at this moment (using ping command). If
    the checks are successful then check binkd configuration. Increasing the loglevel to 6 or more can help here.


    Here are some examples for node 2:5080/68:

    1.1.
    (The control characters are removed from the telnet reply and it is
    broken down to lines for the sake of convinience)

    m:\>telnet f68.n5080.z2.binkp.net 24554

    -.OPT CRAM-MD5-593e3e5411515fc1cf75816bb74e41d0-SYS Academ
    -ZYZ Alexei Kuklin-LOC Ekaterinburg, Russia-NDL 115200,TCP,BINKP,HUB
    -%TIME Tue, 20 Feb 2001 15:25:20 +0500- VER binkd/0.9.4/Win32 binkp/1.1
    - 2:5080/68@fidonet-OPT ND

    M:\>ping f68.n5080.z2.binkp.net

    Pinging fido68.imp.uran.ru [195.19.130.68] with 32 bytes of data:

    Reply from 195.19.130.68: bytes=32 time=505ms TTL=122
    Reply from 195.19.130.68: bytes=32 time=555ms TTL=122
    Reply from 195.19.130.68: bytes=32 time=406ms TTL=122
    Reply from 195.19.130.68: bytes=32 time=372ms TTL=122

    The node works. Check your binkd configuration. Maybe the timeout is too small (it is the time necessary for setting up a connection, it can be evaluated using the delay before response in telnet).

    Another case: telnet connects but ping says "Request timed out".

    M:\>ping f68.n5080.z2.binkp.net

    Pinging fido68.imp.uran.ru [195.19.130.68] with 32 bytes of data:

    Request timed out.
    Request timed out.
    Request timed out.
    Request timed out.

    It means that ICMP messages are forbidden somewhere between your nodes. That does not influence binkd performance.



    1.2.

    M:\>ping f68.n5080.z2.binkp.net

    Unknown host f68.n5080.z2.binkp.net

    Such a reply means that your computer could not find a DNS entry for the node. Check the DNS configuration in your system. If it is correct make
    sure the DNS server works and the remote node address is correct.



    1.3.

    If ping replies positively but telnet cannot set up a connection it is possible that binkd is not started at the remote node currently. Try to ask
    the node's sysop whether his/her binkd is started. If it is started and can connect to other nodes then access to port 25554 is denied by the firewall
    of your net. Try to start binkd via a proxy server (see "How Can binkd Work
    via HTTP-proxy" and "How Can binkd Work via SOCKS-proxy").


    1.4.

    M:\>ping -w 5000 f68.n5080.z2.binkp.net

    Pinging fido68.imp.uran.ru [195.19.130.68] with 32 bytes of data:

    Reply from 195.19.130.68: bytes=32 time=3674ms TTL=122
    Request timed out.
    Reply from 195.19.130.68: bytes=32 time=4232ms TTL=122
    Request timed out.

    Telnet sometimes connects to port 24554 but more often it does not.


    The node works but the link channel between the partners is overloaded or too slow. Because of that binkd connects not at every try (some IP packets
    are lost) or it does not connect at all (the time to wait for the remote
    node reply is too small). You cannot get it over in the first case because
    the packets are lost in their way and you cannot improve it. In the second
    case one should increase timeouts in the binkd configuration file (the
    values are in seconds):

    timeout 60
    connect-timeout 300
    call-delay 60

    If increasing the values does not help then change your uplink.


    1.5.
    Telnet does not connect to the port 24554 and the remote host does not reply to ping.

    The node does not reply. Possible variants are:

    1 - your computer or the remote node is disconnected from the internet at the moment or routing is corrupt (the line is broken, power supply is
    switched off, some of the internet providers carries out maintenance work
    etc.) so please make several tries later.

    2 - your computer is in Intranet and getting out to the internet is possible only via a proxy server. See "How Can binkd Work via HTTP-proxy",
    "How Can binkd Work via SOCKS-proxy".


    ----------------------------------------------------------------------------


    06. How Can binkd Work via HTTP-proxy?

    It is not a rare case when users go out to the internet from their corporate LAN exclusively via the proxy server based at the only computer connected to the internet. Thus binkd cannot make a direct connection to
    the remote node and one must use the proxy server. Proxy servers support
    was included in versions 0.9.3.https, 0.9.4 and the later ones.

    One can use binkd via a HTTP proxy only if CONNECT host 24554 command
    is allowed in the proxy server or the CONNECT command is allowed for all
    remote ports. The command is usually used for the secure HTTP protocol
    (URLs of the "HTTPS://..." type), it is also known as S-HTTP. Because of
    that such a proxy is quite often referred to as a HTTPS proxy.

    If binkd reports of an authorization error then the necessary command
    is prohibited in the proxy configuration or it is allowed for some ports
    only (usually 443).

    Suppose the connected to the Internet computer has the IP address 192.168.0.1 in its LAN and the proxy server at the computer responds on
    port 3128. Here is the line in binkd configuration file necessary for
    working via the HTTP proxy.

    1. A proxy server without user authorization (no login and password are demanded):

    proxy 192.168.0.1:3128

    2. A proxy server with user authorization (it is necessary to type login and password, e.g. login "user", password "password"):

    proxy 192.168.0.1:3128/user/password

    3. Microsoft proxy server with NTLM protocol of user authorization (one must be inside a domain). Suppose login is "user", password is "password",
    the user computer is "host" and the domain name is "ntdomain":

    proxy 192.168.0.1:3128/user/password/host/ntdomain

    If the proxy server administrator has allowed connection only to some selected ports (usually to port 443) then binkd reports "Connection
    rejected by proxy". Here is an example:

    31 Mar 16:48:43 [59987] BEGIN, binkd/0.9.3/SOCKS/HTTPS -p BINKD.CFG
    31 Mar 16:48:43 [59987] clientmgr started
    + 31 Mar 16:48:43 [40423] call to 2:5000/44@fidonet
    31 Mar 16:48:43 [40423] trying 195.209.235.3, port 24554...
    31 Mar 16:48:43 [40423] connected to proxy.osu.ru:24554
    --- hpt/lnx 1.9.0-cur 17-02-17
    * Origin: Moscow, Russia (2:5020/1042)
  • From Wilfred van Velzen@2:280/464 to binkd Team on Friday, December 15, 2017 13:48:39
    Hi,

    On 2017-12-15 12:15:56, binkd Team wrote to All:
    about: "binkd FAQ [1/4]":

    03. binkp Protocol

    ...

    One can find the protocol description in Russian (cp866) here: http://binkd.grumbler.org/binkp.txt


    Not Found

    The requested URL /binkp.txt was not found on this server.


    :-(


    Bye, Wilfred.


    --- FMail-lnx64 2.1.0.18-B20170815
    * Origin: Native IPv6 connectable node (2:280/464)
  • From Michael Dukelsky@2:5020/1042 to Wilfred van Velzen on Friday, December 15, 2017 20:54:18
    Hello Wilfred,

    Friday December 15 2017, Wilfred van Velzen wrote to binkd Team:

    One can find the protocol description in Russian (cp866)
    here:
    http://binkd.grumbler.org/binkp.txt

    The requested URL /binkp.txt was not found on this server.

    Thanks. Fixed the URL.

    Michael

    ... node (at) f1042 (dot) ru
    --- GoldED+/LNX 1.1.5-b20170303
    * Origin: Moscow, Russia (2:5020/1042)
  • From Wilfred van Velzen@2:280/464 to Michael Dukelsky on Friday, December 15, 2017 19:44:44
    Hi,

    On 2017-12-15 20:54:18, Michael Dukelsky wrote to Wilfred van Velzen:
    about: "binkd FAQ [1/4]":

    One can find the protocol description in Russian (cp866)
    here:
    http://binkd.grumbler.org/binkp.txt

    The requested URL /binkp.txt was not found on this server.

    Thanks. Fixed the URL.

    All the others worked, btw! ;)

    Bye, Wilfred.


    --- FMail-lnx64 2.1.0.18-B20170815
    * Origin: Native IPv6 connectable node (2:280/464)
  • From binkd Team@2:5020/1042 to All on Saturday, December 16, 2017 01:15:00
    binkd FAQ

    Frequently Asked Questions on FTN Mailer binkd
    $Date: 2017/12/15 17:40:16 $

    This list of Frequently Asked Questions was compiled from the questions that were asked in the Russian echo conference RU.BINKD. Some part of the answers is based on the developers' recommendations. Please send your
    comments and updates to Stas Degteff 2:5080/102. This list was translated
    from Russian by Michael Dukelsky 2:5020/1042.

    01. Where Can One Find a Current Copy of Stable or Beta binkd Version?
    02. What Is binkd?
    03. binkp Protocol.
    04. What Is binkp.net Domain and Why Is It Necessary?
    05. binkd Doesn't Connect. What Should I Do?
    06. How Can binkd Work via HTTP-proxy?
    07. How Can binkd Work via SOCKS-proxy?
    08. IP-Point: How Can I Make binkd to Get My Mail From My Bossnode?
    09. "start_file_transfer: .: Permission denied" Error.
    10. binkd/win and Dial-up: Dialing-up and Disconnecting Automatically.
    11. I Have Changed binkd Configuration File On-The-Fly. When Will It Be Reloaded?
    12. How Can binkd Work With T-mail/IP?
    13. Is There At Least One Log Analyzer Under Unix?
    14. binkd Connects Too Slowly Though I Have a High-Speed LAN.
    15. Why Does binkd Not Understand Command Line Options When I Start It From
    inetd?
    16. Can One Make a File Request From binkd?
    17. How Can my binkd Respond to a File Request?
    18. How Can I Add binkd To a Fidonet Box Working With a Modem?
    19. Flags Are Not Created On Receiving a File, Programs Do Not Start.
    20. 'skipmask' Keyword Does Not Work.
    21. binkd Under Windows 3.x.
    22. Different FTN Domains in binkd And a Tosser Without 5D Support.
    23. How Does "domain ... alias-for ..." In The Configuration File Work?
    24. What Does "send: TCP/IP error (-10000)" Mean and How To Cure It?
    25. Argus (Radius) and binkd: Argus Error "Aborting due to carrier loss"
    26. The Outbound Name Has a Comment Char and binkd Doesn't See It
    27. Is There a Possibility to Start an Application On an Event From binkd?
    28. What Is the Difference Between binkd/w32 and binkd/w9x?
    29. I Miss a Chat in binkd And I Want To Synchronize Time!
    30. binkd Receives an Incoming Call Only After an Outgoing One.
    31. "start_file_transfer: ECHO is off.: No such file or directory" Error.
    32. How to Create a Poll Correctly.
    33. What Does the Number in Brackets in the Log Mean?
    34. How to Configure binkd for sending outgoing mail?
    35. What for Does One Need the "share" Directive in the Configuration File?
    36. What for Does One Need the "ftrans" Directive in the Configuration File?
    37. Why binkd in Windows Works As a Service With Admin Rights Only?
    38. Will Anybody Make Nodelist Support in binkd After All?
    A1. I Have Found a Bug in binkd!
    A2. I Want To Talk To Developers.
    A3. I Want To Get Information About Changes In binkd Immediately!
    A4. And When Will binkd Do ... ?


    ----------------------------------------------------------------------------


    01. Where Can One Find a Current Copy of Stable or Beta binkd Version?

    In fileecho AFTNBINKD.

    In Internet:

    Release versions, documentation, log analyzers etc. (Pavel Gulchouck
    2:463/68):
    ftp://cvs.happy.kiev.ua/pub/fidosoft/mailer/binkd/

    Binaries (windows, os/2):
    http://download.binkd.org
    http://sites.google.com/site/vasilyevmax/fido
    (Max Vasilyev 2:5057/77)

    One may find the sources at github:
    https://github.com/pgul/binkd
    or at synchronized with it CVS server:
    :pserver:binkd@cvs.happy.kiev.ua:/cvs , module binkd, empty password

    Command examples for CVS server.
    Login to the cvs server:
    cvs -d :pserver:binkd@cvs.happy.kiev.ua:/cvs login
    Retrieve the latest sources of the current branch (v.1.1 at the moment):
    cvs -d :pserver:binkd@cvs.happy.kiev.ua:/cvs co binkd
    Retrieve the latest sources of the binkd 1.0.x-stable branch:
    cvs -d :pserver:binkd@cvs.happy.kiev.ua:/cvs co -r binkd-1_0-stable binkd
    Retrieve the sources of the binkd 1.0.0-release:
    cvs -d :pserver:binkd@cvs.happy.kiev.ua:/cvs co -r binkd-1_0_0 binkd

    Anonymous FTP:
    ftp://cvs.happy.kiev.ua/pub/fidosoft/mailer/binkd/snapshot

    binkd/2 1.1a (current, EMX), compiled everynight:
    FREQ from node 2:221/1, file alias: binkd2e. It's possibe to download from
    BBS of node 2:221/1 (accessed also via telnet:rbb.dy.fi)
    http://rbb.homeip.net/pub/os2/comm/bbs/binkd2e.rar
    (Suomi, Tommi Koivula 2:221/1 & 2:221/360 & 2:221/361)

    Man page, binkp description, binaries etc. (Stas Degteff 2:5080/102):
    http://binkd.grumbler.org/

    This FAQ list:
    http://binkd.grumbler.org/binkdfaq.shtml.en (or .txt.en)

    The official binkd binaries are named in a way that shows the OS, the compiler and the way of building the program.

    Windows (32bit) versions:
    binkd.exe, binkdw32.exe - binkd/w32, console, compiled by MS Visual C
    binkd-dll.exe - binkd/w32, console, MS Visual C, needs msvcrt.dll
    binkd-mingw.exe - binkd/w32, console, MinGW32, needs msvcrt.dll
    binkd9x.exe - binkd/w9x, w/o a window, compiled by MS Visual C
    binkd9x-dll.exe - binkd/w9x, w/o a window, MS Visual C, needs msvcrt.dll
    binkd9x-mingw.exe - binkd/w9x, w/o a window, MinGW32, needs msvcrt.dll

    OS/2 versions:
    binkd2.exe - Watcom C compiler, no Perl
    binkd2e.exe - emx, can load the Perl dll and can work without it
    binkd2pl.exe - emx, Perl is liked staticly (i.e. no need in a Perl dll)
    binkd2eo.exe - emx/omf (multithreaded), no Perl.


    ----------------------------------------------------------------------------


    02. What Is binkd?

    binkd is a fidonet mailer working via Internet and using binkp protocol (FSP-1018 & other). This protocol is also supported by such mailers as Argus (win32; RitLabs; https://www.ritlabs.com/en/products/argus/) and it's clones Radius and Taurus, BForce (unix), Internet Rex program (DOS/W32/OS2) and BeeMail (win32; Stephen Proffitt, 1:105/10)

    binkd features:
    - freeware, open source;
    - there are versions for Unix (linux, freebsd, SCO, ...), OS/2 (native
    & EMX), Windows NT/2000/XP and Windows 95/98/Me, Windows 3.x, DOS;
    - it can work as daemon in Unix and as service in Windows NT/2000/XP,
    there is a separate version for working as service in Windows 9x;
    - simple TCP-connection (data integrity is supported at TCP level);
    - BSO (bink-style outbound);
    - ASO (Amiga-style outbound);
    - path translation in ?LO files (it is used when the outbound resides
    on a net drive);
    - personal fileboxes for each node for the files to send and to receive;
    - T-mail-style and The Brake!-style fileboxes are supported;
    - translation of a FTN-address into a domain name (*.binkp.net) is
    supported;
    - a password file in the style of T-mail is supported starting with
    version 0.9.4 and a password file in the style of ifcico starting with
    version 1.0;
    - file requests using SRIF are supported;
    - a flag on receiving files (using a template) may be created;
    - a program on receiving files (using a template) may be started;
    - receiving files (using a template) may be refused starting with
    version 0.9.4;
    - working via a HTTP or SOCKS proxy server (starting with version
    0.9.3.https);
    - password encryption (MD5) starting with 0.9.4 release;
    - traffic encryption starting with version 0.9.5;
    - the remote node IP-address check for an incoming connection is
    supported starting with version 0.9.5;
    - IPv6 support starting with 1.0.0;
    - support of IN SRV DNS records starting with 1.0.0;
    - support of perl hooks starting with 1.0.0;
    - support of bandwidth limitations starting with 1.0.0.


    ----------------------------------------------------------------------------


    03. binkp Protocol

    The name binkp means binkd protocol. It is described in FSP-1018
    (FIDOnet standard proposal) and port 24554 is assigned for binkp in
    RFC-1700 (request for comments, issued by IANA).

    The file transfer protocol using two-way TCP connection is developed for FTN mailer binkd. Port 24554 is used on default.

    There are two versions of the protocol: 1.0 and 1.1. They are backward compatible. The main difference of version 1.1 is a possibility of making
    a FREQ during a session. Besides binkp 1.1 has at present NR option (non-reliable mode dealing with a non-reliable channel) and ND option (no
    dupes mode protecting from repeated file transmission), MD5 (password
    hashing), CRYPT (traffic encryption).

    Protocol version 1.0 is supported by binkd, version 1.0 is implemented
    in Argus and its clones (binkp is implemented there with addition of FREQ processing technique of its own and other changes), in MBSE, Internet Rex, BForce and others. In Internet Rex (version 2.24 and later) an incompatible variant of binkp 1.1 of its own is implemented.

    One can find the protocol description here:
    http://binkd.grumbler.org/binkp


    ----------------------------------------------------------------------------


    04. What Is binkp.net Domain and Why Is It Necessary?

    'binkp.net' is the domain registered for FTN-address to Internet
    domain name translation. It is used primarily at binkp connections. The
    address 1:2/3.4 is translated to the domain name p4.f3.n2.z1.binkp.net;
    after that binkd (or another IP mailer) obtains the node IP-address by
    means of the operating system. If the domain name exists one can try to set
    a connection.

    A node can get address in the binkp.net domain by one of the two ways:
    set her address for incoming binkp connections in the official fidonet nodelist,
    or specify it manually via http://binkp.net interface (and then sysop can
    set address from binkp.net in the nodelist).


    ----------------------------------------------------------------------------


    05. binkd Doesn't Connect. What Should I Do?

    1. Please check whether the remote node responds at port 24554 using
    the 'telnet' command. If a connection is not set check whether your
    computer is connected to the net at this moment (using ping command). If
    the checks are successful then check binkd configuration. Increasing the loglevel to 6 or more can help here.


    Here are some examples for node 2:5080/68:

    1.1.
    (The control characters are removed from the telnet reply and it is
    broken down to lines for the sake of convinience)

    m:\>telnet f68.n5080.z2.binkp.net 24554

    -.OPT CRAM-MD5-593e3e5411515fc1cf75816bb74e41d0-SYS Academ
    -ZYZ Alexei Kuklin-LOC Ekaterinburg, Russia-NDL 115200,TCP,BINKP,HUB
    -%TIME Tue, 20 Feb 2001 15:25:20 +0500- VER binkd/0.9.4/Win32 binkp/1.1
    - 2:5080/68@fidonet-OPT ND

    M:\>ping f68.n5080.z2.binkp.net

    Pinging fido68.imp.uran.ru [195.19.130.68] with 32 bytes of data:

    Reply from 195.19.130.68: bytes=32 time=505ms TTL=122
    Reply from 195.19.130.68: bytes=32 time=555ms TTL=122
    Reply from 195.19.130.68: bytes=32 time=406ms TTL=122
    Reply from 195.19.130.68: bytes=32 time=372ms TTL=122

    The node works. Check your binkd configuration. Maybe the timeout is too small (it is the time necessary for setting up a connection, it can be evaluated using the delay before response in telnet).

    Another case: telnet connects but ping says "Request timed out".

    M:\>ping f68.n5080.z2.binkp.net

    Pinging fido68.imp.uran.ru [195.19.130.68] with 32 bytes of data:

    Request timed out.
    Request timed out.
    Request timed out.
    Request timed out.

    It means that ICMP messages are forbidden somewhere between your nodes. That does not influence binkd performance.



    1.2.

    M:\>ping f68.n5080.z2.binkp.net

    Unknown host f68.n5080.z2.binkp.net

    Such a reply means that your computer could not find a DNS entry for the node. Check the DNS configuration in your system. If it is correct make
    sure the DNS server works and the remote node address is correct.



    1.3.

    If ping replies positively but telnet cannot set up a connection it is possible that binkd is not started at the remote node currently. Try to ask
    the node's sysop whether his/her binkd is started. If it is started and can connect to other nodes then access to port 25554 is denied by the firewall
    of your net. Try to start binkd via a proxy server (see "How Can binkd Work
    via HTTP-proxy" and "How Can binkd Work via SOCKS-proxy").


    1.4.

    M:\>ping -w 5000 f68.n5080.z2.binkp.net

    Pinging fido68.imp.uran.ru [195.19.130.68] with 32 bytes of data:

    Reply from 195.19.130.68: bytes=32 time=3674ms TTL=122
    Request timed out.
    Reply from 195.19.130.68: bytes=32 time=4232ms TTL=122
    Request timed out.

    Telnet sometimes connects to port 24554 but more often it does not.


    The node works but the link channel between the partners is overloaded or too slow. Because of that binkd connects not at every try (some IP packets
    are lost) or it does not connect at all (the time to wait for the remote
    node reply is too small). You cannot get it over in the first case because
    the packets are lost in their way and you cannot improve it. In the second
    case one should increase timeouts in the binkd configuration file (the
    values are in seconds):

    timeout 60
    connect-timeout 300
    call-delay 60

    If increasing the values does not help then change your uplink.


    1.5.
    Telnet does not connect to the port 24554 and the remote host does not reply to ping.

    The node does not reply. Possible variants are:

    1 - your computer or the remote node is disconnected from the internet at the moment or routing is corrupt (the line is broken, power supply is
    switched off, some of the internet providers carries out maintenance work
    etc.) so please make several tries later.

    2 - your computer is in Intranet and getting out to the internet is possible only via a proxy server. See "How Can binkd Work via HTTP-proxy",
    "How Can binkd Work via SOCKS-proxy".


    ----------------------------------------------------------------------------


    06. How Can binkd Work via HTTP-proxy?

    It is not a rare case when users go out to the internet from their corporate LAN exclusively via the proxy server based at the only computer connected to the internet. Thus binkd cannot make a direct connection to
    the remote node and one must use the proxy server. Proxy servers support
    was included in versions 0.9.3.https, 0.9.4 and the later ones.

    One can use binkd via a HTTP proxy only if CONNECT host 24554 command
    is allowed in the proxy server or the CONNECT command is allowed for all
    remote ports. The command is usually used for the secure HTTP protocol
    (URLs of the "HTTPS://..." type), it is also known as S-HTTP. Because of
    that such a proxy is quite often referred to as a HTTPS proxy.

    If binkd reports of an authorization error then the necessary command
    is prohibited in the proxy configuration or it is allowed for some ports
    only (usually 443).

    Suppose the connected to the Internet computer has the IP address 192.168.0.1 in its LAN and the proxy server at the computer responds on
    port 3128. Here is the line in binkd configuration file necessary for
    working via the HTTP proxy.

    1. A proxy server without user authorization (no login and password are demanded):

    proxy 192.168.0.1:3128

    2. A proxy server with user authorization (it is necessary to type login and password, e.g. login "user", password "password"):

    proxy 192.168.0.1:3128/user/password

    3. Microsoft proxy server with NTLM protocol of user authorization (one must be inside a domain). Suppose login is "user", password is "password",
    the user computer is "host" and the domain name is "ntdomain":

    proxy 192.168.0.1:3128/user/password/host/ntdomain

    If the proxy server administrator has allowed connection only to some selected ports (usually to port 443) then binkd reports "Connection
    rejected by proxy". Here is an example:

    31 Mar 16:48:43 [59987] BEGIN, binkd/0.9.3/SOCKS/HTTPS -p BINKD.CFG
    31 Mar 16:48:43 [59987] clientmgr started
    + 31 Mar 16:48:43 [40423] call to 2:5000/44@fidonet
    31 Mar 16:48:43 [40423] trying 195.209.235.3, port 24554...
    31 Mar 16:48:43 [40423] connected to proxy.osu.ru:24554
    --- hpt/lnx 1.9.0-cur 17-02-17
    * Origin: Moscow, Russia (2:5020/1042)
  • From Tommi Koivula@2:221/10 to binkd Team on Saturday, December 16, 2017 10:45:08

    16 Dec 17 01:15, binkd Team wrote to All:

    http://rbb.homeip.net/pub/os2/comm/bbs/binkd2e.rar
    (Suomi, Tommi Koivula 2:221/1 & 2:221/360 & 2:221/361)

    A minor fix here, there is no 2:221/361 anymore. :)

    'Tommi

    --- GoldED+/EMX 1.1.5-b20170303
    * Origin: f10.n221.z2.fidonet.fi (2:221/10)
  • From Michael Dukelsky@2:5020/1042 to Tommi Koivula on Saturday, December 16, 2017 13:34:38
    Hello Tommi,

    Saturday December 16 2017, Tommi Koivula wrote to binkd Team:

    http://rbb.homeip.net/pub/os2/comm/bbs/binkd2e.rar
    (Suomi, Tommi Koivula 2:221/1 & 2:221/360 & 2:221/361)

    A minor fix here, there is no 2:221/361 anymore. :)

    Fixed.

    Michael

    ... node (at) f1042 (dot) ru
    --- GoldED+/LNX 1.1.5-b20170303
    * Origin: Moscow, Russia (2:5020/1042)
  • From binkd Team@2:5020/1042 to All on Saturday, December 23, 2017 01:15:02
    binkd FAQ

    Frequently Asked Questions on FTN Mailer binkd
    $Date: 2017/12/16 10:33:12 $

    This list of Frequently Asked Questions was compiled from the questions that were asked in the Russian echo conference RU.BINKD. Some part of the answers is based on the developers' recommendations. Please send your
    comments and updates to Stas Degteff 2:5080/102. This list was translated
    from Russian by Michael Dukelsky 2:5020/1042.

    01. Where Can One Find a Current Copy of Stable or Beta binkd Version?
    02. What Is binkd?
    03. binkp Protocol.
    04. What Is binkp.net Domain and Why Is It Necessary?
    05. binkd Doesn't Connect. What Should I Do?
    06. How Can binkd Work via HTTP-proxy?
    07. How Can binkd Work via SOCKS-proxy?
    08. IP-Point: How Can I Make binkd to Get My Mail From My Bossnode?
    09. "start_file_transfer: .: Permission denied" Error.
    10. binkd/win and Dial-up: Dialing-up and Disconnecting Automatically.
    11. I Have Changed binkd Configuration File On-The-Fly. When Will It Be Reloaded?
    12. How Can binkd Work With T-mail/IP?
    13. Is There At Least One Log Analyzer Under Unix?
    14. binkd Connects Too Slowly Though I Have a High-Speed LAN.
    15. Why Does binkd Not Understand Command Line Options When I Start It From
    inetd?
    16. Can One Make a File Request From binkd?
    17. How Can my binkd Respond to a File Request?
    18. How Can I Add binkd To a Fidonet Box Working With a Modem?
    19. Flags Are Not Created On Receiving a File, Programs Do Not Start.
    20. 'skipmask' Keyword Does Not Work.
    21. binkd Under Windows 3.x.
    22. Different FTN Domains in binkd And a Tosser Without 5D Support.
    23. How Does "domain ... alias-for ..." In The Configuration File Work?
    24. What Does "send: TCP/IP error (-10000)" Mean and How To Cure It?
    25. Argus (Radius) and binkd: Argus Error "Aborting due to carrier loss"
    26. The Outbound Name Has a Comment Char and binkd Doesn't See It
    27. Is There a Possibility to Start an Application On an Event From binkd?
    28. What Is the Difference Between binkd/w32 and binkd/w9x?
    29. I Miss a Chat in binkd And I Want To Synchronize Time!
    30. binkd Receives an Incoming Call Only After an Outgoing One.
    31. "start_file_transfer: ECHO is off.: No such file or directory" Error.
    32. How to Create a Poll Correctly.
    33. What Does the Number in Brackets in the Log Mean?
    34. How to Configure binkd for sending outgoing mail?
    35. What for Does One Need the "share" Directive in the Configuration File?
    36. What for Does One Need the "ftrans" Directive in the Configuration File?
    37. Why binkd in Windows Works As a Service With Admin Rights Only?
    38. Will Anybody Make Nodelist Support in binkd After All?
    A1. I Have Found a Bug in binkd!
    A2. I Want To Talk To Developers.
    A3. I Want To Get Information About Changes In binkd Immediately!
    A4. And When Will binkd Do ... ?


    ----------------------------------------------------------------------------


    01. Where Can One Find a Current Copy of Stable or Beta binkd Version?

    In fileecho AFTNBINKD.

    In Internet:

    Release versions, documentation, log analyzers etc. (Pavel Gulchouck
    2:463/68):
    ftp://cvs.happy.kiev.ua/pub/fidosoft/mailer/binkd/

    Binaries (windows, os/2):
    http://download.binkd.org
    http://sites.google.com/site/vasilyevmax/fido
    (Max Vasilyev 2:5057/77)

    One may find the sources at github:
    https://github.com/pgul/binkd
    or at synchronized with it CVS server:
    :pserver:binkd@cvs.happy.kiev.ua:/cvs , module binkd, empty password

    Command examples for CVS server.
    Login to the cvs server:
    cvs -d :pserver:binkd@cvs.happy.kiev.ua:/cvs login
    Retrieve the latest sources of the current branch (v.1.1 at the moment):
    cvs -d :pserver:binkd@cvs.happy.kiev.ua:/cvs co binkd
    Retrieve the latest sources of the binkd 1.0.x-stable branch:
    cvs -d :pserver:binkd@cvs.happy.kiev.ua:/cvs co -r binkd-1_0-stable binkd
    Retrieve the sources of the binkd 1.0.0-release:
    cvs -d :pserver:binkd@cvs.happy.kiev.ua:/cvs co -r binkd-1_0_0 binkd

    Anonymous FTP:
    ftp://cvs.happy.kiev.ua/pub/fidosoft/mailer/binkd/snapshot

    binkd/2 1.1a (current, EMX), compiled everynight:
    FREQ from node 2:221/1, file alias: binkd2e. It's possibe to download from
    BBS of node 2:221/1 (accessed also via telnet:rbb.dy.fi)
    http://rbb.homeip.net/pub/os2/comm/bbs/binkd2e.rar
    (Suomi, Tommi Koivula 2:221/1 & 2:221/360)

    Man page, binkp description, binaries etc. (Stas Degteff 2:5080/102):
    http://binkd.grumbler.org/

    This FAQ list:
    http://binkd.grumbler.org/binkdfaq.shtml.en (or .txt.en)

    The official binkd binaries are named in a way that shows the OS, the compiler and the way of building the program.

    Windows (32bit) versions:
    binkd.exe, binkdw32.exe - binkd/w32, console, compiled by MS Visual C
    binkd-dll.exe - binkd/w32, console, MS Visual C, needs msvcrt.dll
    binkd-mingw.exe - binkd/w32, console, MinGW32, needs msvcrt.dll
    binkd9x.exe - binkd/w9x, w/o a window, compiled by MS Visual C
    binkd9x-dll.exe - binkd/w9x, w/o a window, MS Visual C, needs msvcrt.dll
    binkd9x-mingw.exe - binkd/w9x, w/o a window, MinGW32, needs msvcrt.dll

    OS/2 versions:
    binkd2.exe - Watcom C compiler, no Perl
    binkd2e.exe - emx, can load the Perl dll and can work without it
    binkd2pl.exe - emx, Perl is liked staticly (i.e. no need in a Perl dll)
    binkd2eo.exe - emx/omf (multithreaded), no Perl.


    ----------------------------------------------------------------------------


    02. What Is binkd?

    binkd is a fidonet mailer working via Internet and using binkp protocol (FSP-1018 & other). This protocol is also supported by such mailers as Argus (win32; RitLabs; https://www.ritlabs.com/en/products/argus/) and it's clones Radius and Taurus, BForce (unix), Internet Rex program (DOS/W32/OS2) and BeeMail (win32; Stephen Proffitt, 1:105/10)

    binkd features:
    - freeware, open source;
    - there are versions for Unix (linux, freebsd, SCO, ...), OS/2 (native
    & EMX), Windows NT/2000/XP and Windows 95/98/Me, Windows 3.x, DOS;
    - it can work as daemon in Unix and as service in Windows NT/2000/XP,
    there is a separate version for working as service in Windows 9x;
    - simple TCP-connection (data integrity is supported at TCP level);
    - BSO (bink-style outbound);
    - ASO (Amiga-style outbound);
    - path translation in ?LO files (it is used when the outbound resides
    on a net drive);
    - personal fileboxes for each node for the files to send and to receive;
    - T-mail-style and The Brake!-style fileboxes are supported;
    - translation of a FTN-address into a domain name (*.binkp.net) is
    supported;
    - a password file in the style of T-mail is supported starting with
    version 0.9.4 and a password file in the style of ifcico starting with
    version 1.0;
    - file requests using SRIF are supported;
    - a flag on receiving files (using a template) may be created;
    - a program on receiving files (using a template) may be started;
    - receiving files (using a template) may be refused starting with
    version 0.9.4;
    - working via a HTTP or SOCKS proxy server (starting with version
    0.9.3.https);
    - password encryption (MD5) starting with 0.9.4 release;
    - traffic encryption starting with version 0.9.5;
    - the remote node IP-address check for an incoming connection is
    supported starting with version 0.9.5;
    - IPv6 support starting with 1.0.0;
    - support of IN SRV DNS records starting with 1.0.0;
    - support of perl hooks starting with 1.0.0;
    - support of bandwidth limitations starting with 1.0.0.


    ----------------------------------------------------------------------------


    03. binkp Protocol

    The name binkp means binkd protocol. It is described in FSP-1018
    (FIDOnet standard proposal) and port 24554 is assigned for binkp in
    RFC-1700 (request for comments, issued by IANA).

    The file transfer protocol using two-way TCP connection is developed for FTN mailer binkd. Port 24554 is used on default.

    There are two versions of the protocol: 1.0 and 1.1. They are backward compatible. The main difference of version 1.1 is a possibility of making
    a FREQ during a session. Besides binkp 1.1 has at present NR option (non-reliable mode dealing with a non-reliable channel) and ND option (no
    dupes mode protecting from repeated file transmission), MD5 (password
    hashing), CRYPT (traffic encryption).

    Protocol version 1.0 is supported by binkd, version 1.0 is implemented
    in Argus and its clones (binkp is implemented there with addition of FREQ processing technique of its own and other changes), in MBSE, Internet Rex, BForce and others. In Internet Rex (version 2.24 and later) an incompatible variant of binkp 1.1 of its own is implemented.

    One can find the protocol description here:
    http://binkd.grumbler.org/binkp


    ----------------------------------------------------------------------------


    04. What Is binkp.net Domain and Why Is It Necessary?

    'binkp.net' is the domain registered for FTN-address to Internet
    domain name translation. It is used primarily at binkp connections. The
    address 1:2/3.4 is translated to the domain name p4.f3.n2.z1.binkp.net;
    after that binkd (or another IP mailer) obtains the node IP-address by
    means of the operating system. If the domain name exists one can try to set
    a connection.

    A node can get address in the binkp.net domain by one of the two ways:
    set her address for incoming binkp connections in the official fidonet nodelist,
    or specify it manually via http://binkp.net interface (and then sysop can
    set address from binkp.net in the nodelist).


    ----------------------------------------------------------------------------


    05. binkd Doesn't Connect. What Should I Do?

    1. Please check whether the remote node responds at port 24554 using
    the 'telnet' command. If a connection is not set check whether your
    computer is connected to the net at this moment (using ping command). If
    the checks are successful then check binkd configuration. Increasing the loglevel to 6 or more can help here.


    Here are some examples for node 2:5080/68:

    1.1.
    (The control characters are removed from the telnet reply and it is
    broken down to lines for the sake of convinience)

    m:\>telnet f68.n5080.z2.binkp.net 24554

    -.OPT CRAM-MD5-593e3e5411515fc1cf75816bb74e41d0-SYS Academ
    -ZYZ Alexei Kuklin-LOC Ekaterinburg, Russia-NDL 115200,TCP,BINKP,HUB
    -%TIME Tue, 20 Feb 2001 15:25:20 +0500- VER binkd/0.9.4/Win32 binkp/1.1
    - 2:5080/68@fidonet-OPT ND

    M:\>ping f68.n5080.z2.binkp.net

    Pinging fido68.imp.uran.ru [195.19.130.68] with 32 bytes of data:

    Reply from 195.19.130.68: bytes=32 time=505ms TTL=122
    Reply from 195.19.130.68: bytes=32 time=555ms TTL=122
    Reply from 195.19.130.68: bytes=32 time=406ms TTL=122
    Reply from 195.19.130.68: bytes=32 time=372ms TTL=122

    The node works. Check your binkd configuration. Maybe the timeout is too small (it is the time necessary for setting up a connection, it can be evaluated using the delay before response in telnet).

    Another case: telnet connects but ping says "Request timed out".

    M:\>ping f68.n5080.z2.binkp.net

    Pinging fido68.imp.uran.ru [195.19.130.68] with 32 bytes of data:

    Request timed out.
    Request timed out.
    Request timed out.
    Request timed out.

    It means that ICMP messages are forbidden somewhere between your nodes. That does not influence binkd performance.



    1.2.

    M:\>ping f68.n5080.z2.binkp.net

    Unknown host f68.n5080.z2.binkp.net

    Such a reply means that your computer could not find a DNS entry for the node. Check the DNS configuration in your system. If it is correct make
    sure the DNS server works and the remote node address is correct.



    1.3.

    If ping replies positively but telnet cannot set up a connection it is possible that binkd is not started at the remote node currently. Try to ask
    the node's sysop whether his/her binkd is started. If it is started and can connect to other nodes then access to port 25554 is denied by the firewall
    of your net. Try to start binkd via a proxy server (see "How Can binkd Work
    via HTTP-proxy" and "How Can binkd Work via SOCKS-proxy").


    1.4.

    M:\>ping -w 5000 f68.n5080.z2.binkp.net

    Pinging fido68.imp.uran.ru [195.19.130.68] with 32 bytes of data:

    Reply from 195.19.130.68: bytes=32 time=3674ms TTL=122
    Request timed out.
    Reply from 195.19.130.68: bytes=32 time=4232ms TTL=122
    Request timed out.

    Telnet sometimes connects to port 24554 but more often it does not.


    The node works but the link channel between the partners is overloaded or too slow. Because of that binkd connects not at every try (some IP packets
    are lost) or it does not connect at all (the time to wait for the remote
    node reply is too small). You cannot get it over in the first case because
    the packets are lost in their way and you cannot improve it. In the second
    case one should increase timeouts in the binkd configuration file (the
    values are in seconds):

    timeout 60
    connect-timeout 300
    call-delay 60

    If increasing the values does not help then change your uplink.


    1.5.
    Telnet does not connect to the port 24554 and the remote host does not reply to ping.

    The node does not reply. Possible variants are:

    1 - your computer or the remote node is disconnected from the internet at the moment or routing is corrupt (the line is broken, power supply is
    switched off, some of the internet providers carries out maintenance work
    etc.) so please make several tries later.

    2 - your computer is in Intranet and getting out to the internet is possible only via a proxy server. See "How Can binkd Work via HTTP-proxy",
    "How Can binkd Work via SOCKS-proxy".


    ----------------------------------------------------------------------------


    06. How Can binkd Work via HTTP-proxy?

    It is not a rare case when users go out to the internet from their corporate LAN exclusively via the proxy server based at the only computer connected to the internet. Thus binkd cannot make a direct connection to
    the remote node and one must use the proxy server. Proxy servers support
    was included in versions 0.9.3.https, 0.9.4 and the later ones.

    One can use binkd via a HTTP proxy only if CONNECT host 24554 command
    is allowed in the proxy server or the CONNECT command is allowed for all
    remote ports. The command is usually used for the secure HTTP protocol
    (URLs of the "HTTPS://..." type), it is also known as S-HTTP. Because of
    that such a proxy is quite often referred to as a HTTPS proxy.

    If binkd reports of an authorization error then the necessary command
    is prohibited in the proxy configuration or it is allowed for some ports
    only (usually 443).

    Suppose the connected to the Internet computer has the IP address 192.168.0.1 in its LAN and the proxy server at the computer responds on
    port 3128. Here is the line in binkd configuration file necessary for
    working via the HTTP proxy.

    1. A proxy server without user authorization (no login and password are demanded):

    proxy 192.168.0.1:3128

    2. A proxy server with user authorization (it is necessary to type login and password, e.g. login "user", password "password"):

    proxy 192.168.0.1:3128/user/password

    3. Microsoft proxy server with NTLM protocol of user authorization (one must be inside a domain). Suppose login is "user", password is "password",
    the user computer is "host" and the domain name is "ntdomain":

    proxy 192.168.0.1:3128/user/password/host/ntdomain

    If the proxy server administrator has allowed connection only to some selected ports (usually to port 443) then binkd reports "Connection
    rejected by proxy". Here is an example:

    31 Mar 16:48:43 [59987] BEGIN, binkd/0.9.3/SOCKS/HTTPS -p BINKD.CFG
    31 Mar 16:48:43 [59987] clientmgr started
    + 31 Mar 16:48:43 [40423] call to 2:5000/44@fidonet
    31 Mar 16:48:43 [40423] trying 195.209.235.3, port 24554...
    31 Mar 16:48:43 [40423] connected to proxy.osu.ru:24554
    --- hpt/lnx 1.9.0-cur 17-02-17
    * Origin: Moscow, Russia (2:5020/1042)
  • From Dallas Hinton@1:153/7715 to binkd Team on Monday, June 04, 2018 15:47:08
    Hi binkd -- on Jun 02 2018 at 01:15, you wrote:

    01. Where Can One Find a Current Copy of Stable or Beta
    binkd Version?

    Windows (32bit) versions:
    binkd.exe, binkdw32.exe - binkd/w32, console, compiled by MS Visual C
    binkd-dll.exe - binkd/w32, console, MS Visual C, needs msvcrt.dll binkd-mingw.exe - binkd/w32, console, MinGW32, needs msvcrt.dll
    binkd9x.exe - binkd/w9x, w/o a window, compiled by MS Visual C binkd9x-dll.exe - binkd/w9x, w/o a window, MS Visual C, needs msvcrt.dll
    binkd9x-mingw.exe -
    binkd/w9x, w/o a window, MinGW32, needs msvcrt.dll

    I'm probably being dense, but I don't see any of these listed on the FTP site. I'm looking for Windows 32 replacement for Internet Rex - since I'm not a programmer, I need a compiled version complete with all necessary bits. I don't
    care whether it's a gui configuration or text files (prefer the text, actually!).

    If someone could please point me at the right file, I'd appreciate it!

    Cheers... Dallas

    --- timEd/NT 1.30+
    * Origin: The BandMaster, Vancouver, CANADA (1:153/7715)
  • From Ward Dossche@2:292/854 to Dallas Hinton on Tuesday, June 05, 2018 01:47:11

    I'm looking for Windows 32 replacement for Internet Rex ...

    Which windows version is this ?

    \%/@rd

    --- D'Bridge 3.99 SR28
    * Origin: Resist-Insist-Persist-Enlist / onwardtogether.org (2:292/854)
  • From Dallas Hinton@1:153/7715 to Ward Dossche on Monday, June 04, 2018 18:52:52
    Hi Ward -- on Jun 05 2018 at 01:47, you wrote:

    I'm looking for Windows 32 replacement for Internet Rex ...

    Which windows version is this ?


    I'm looking for Windows 10, 32bit...but a 32bit app should run under W 7 or 8 as well as under 10.


    Cheers... Dallas

    --- timEd/NT 1.30+
    * Origin: The BandMaster, Vancouver, CANADA (1:153/7715)
  • From Michael Dukelsky@2:5020/1042 to Dallas Hinton on Tuesday, June 05, 2018 10:03:08
    Hello Dallas,

    Monday June 04 2018, Dallas Hinton wrote to binkd Team:

    I'm probably being dense, but I don't see any of these listed on the
    FTP site. I'm looking for Windows 32 replacement for Internet Rex -
    since I'm not a programmer, I need a compiled version complete with
    all necessary bits. I don't care whether it's a gui configuration or
    text files (prefer the text, actually!).

    FAQ contains this URL:
    http://download.binkd.org

    Did you try it? Specifically you may use http://download.binkd.org/win/binkd11a95-msvc10-4gb-ipv6-static-perl-zlib-bzlib2.zip

    Michael

    ... node (at) f1042 (dot) ru
    --- GoldED+/LNX 1.1.5-b20170303
    * Origin: Moscow, Russia (2:5020/1042)
  • From Dallas Hinton@1:153/7715 to Michael Dukelsky on Tuesday, June 05, 2018 00:58:07
    Hi Michael -- on Jun 05 2018 at 10:03, you wrote:

    FAQ contains this URL:
    http://download.binkd.org

    Yes, I found that, but I couldn't figure out which binkd was valid for win32!

    Did you try it? Specifically you may use http://download.binkd.org/win/binkd11a95-msvc10-4gb-ipv6-static-perl -zlib-bzlib 2.zip

    Super - many thanks!

    This zip does seem to be missing many of the config files, docs, etc that are usually distributed with an exe??



    Cheers... Dallas

    --- timEd/NT 1.30+
    * Origin: The BandMaster, Vancouver, CANADA (1:153/7715)
  • From Alan Ianson@1:153/757 to Dallas Hinton on Tuesday, June 05, 2018 02:16:38
    Re: binkd FAQ [1/4]
    By: Dallas Hinton to Michael Dukelsky on Tue Jun 05 2018 12:58 am

    This zip does seem to be missing many of the config files, docs, etc that are usually distributed with an exe??

    Those zips probably only contain the exe files for various OSs. In the doc/ directory of download.binkd.org is a binkd-104-documentation.zip that contains various texts and a sample configuration file.

    Ttyl :-),
    Al


    ... It's not the money I want, it's the stuff.
    --- SBBSecho 3.04-Linux
    * Origin: The Rusty MailBox - Penticton, BC Canada (1:153/757)
  • From Alan Ianson@1:153/757 to Dallas Hinton on Tuesday, June 05, 2018 02:28:20
    Re: binkd FAQ [1/4]
    By: Alan Ianson to Dallas Hinton on Tue Jun 05 2018 02:16 am

    Those zips probably only contain the exe files for various OSs. In the doc/ directory of download.binkd.org is a binkd-104-documentation.zip that contains various texts and a sample configuration file.

    It is a fair bit of stuff to digest..

    What you really need is the binkd.conf. Edit that to what you need and you'll be up and running in no time.. :)

    Ttyl :-),
    Al


    ... Never argue with a woman when she's tired, or rested.
    --- SBBSecho 3.04-Linux
    * Origin: The Rusty MailBox - Penticton, BC Canada (1:153/757)
  • From Michiel van der Vlist@2:280/5555 to Dallas Hinton on Tuesday, June 05, 2018 12:41:38
    Hello Dallas,

    On Tuesday June 05 2018 00:58, you wrote to Michael Dukelsky:

    Did you try it? Specifically you may use
    http://download.binkd.org/win/binkd11a95-msvc10-4gb-ipv6-static-pe
    rl -zlib-bzlib 2.zip

    Super - many thanks!

    It was over five years ago that I finally dropped my Irex/InterMail combination. I had given up all hope that we would ever see an update for Irex.
    Especially an update that would make it IPv6 capable.

    Switching to binkd implied a change from AMA to BSO. That was quit a challenge.
    It requirted a new way of thinking. But it was worth every minute of effort put
    into it. I never regretted it.


    Cheers, Michiel

    --- GoldED+/W32-MSVC 1.1.5-b20170303
    * Origin: http://www.vlist.eu (2:280/5555)
  • From Michael Dukelsky@2:5020/1042 to Dallas Hinton on Tuesday, June 05, 2018 15:29:30
    Hello Dallas,

    Tuesday June 05 2018, Dallas Hinton wrote to Michael Dukelsky:

    Did you try it? Specifically you may use
    http://download.binkd.org/win/binkd11a95-msvc10-4gb-ipv6-static-pe
    rl -zlib-bzlib 2.zip

    Super - many thanks!

    This zip does seem to be missing many of the config files, docs, etc
    that are usually distributed with an exe??

    http://download.binkd.org/doc/binkd-104-documentation.zip

    Michael

    ... node (at) f1042 (dot) ru
    --- GoldED+/LNX 1.1.5-b20170303
    * Origin: Moscow, Russia (2:5020/1042)
  • From Dallas Hinton@1:153/7715 to Alan Ianson on Tuesday, June 05, 2018 10:36:30
    Hi Alan -- on Jun 05 2018 at 02:16, you wrote:

    This zip does seem to be missing many of the config files, docs, etc that
    are usually distributed with an exe??

    Those zips probably only contain the exe files for various OSs. In
    the doc/ directory of download.binkd.org is a
    binkd-104-documentation.zip that contains various texts and a sample configuration file.

    Ah, thanks for that - and the next point too!


    Cheers... Dallas

    --- timEd/NT 1.30+
    * Origin: The BandMaster, Vancouver, CANADA (1:153/7715)
  • From Dallas Hinton@1:153/7715 to Michiel van der Vlist on Tuesday, June 05, 2018 12:26:34
    Hi Michiel -- on Jun 05 2018 at 12:41, you wrote:


    MvdV> It was over five years ago that I finally dropped my
    MvdV> Irex/InterMail combination. I had given up all hope that we would
    MvdV> ever see an update for Irex. Especially an update that would make
    MvdV> it IPv6 capable.

    MvdV> Switching to binkd implied a change from AMA to BSO. That was quit
    MvdV> a challenge. It requirted a new way of thinking. But it was worth
    MvdV> every minute of effort put into it. I never regretted it.

    Charles has said he won't be working on Irex any more since he lost the source code. Fortunately for me, I'm already running it and use BSO, so I hoping the change won't be too shocking! :-) I'm not rushing into it, though - too much else to do right now!

    Appreciate the help!


    Cheers... Dallas

    --- timEd/NT 1.30+
    * Origin: The BandMaster, Vancouver, CANADA (1:153/7715)
  • From Wilfred van Velzen@2:280/464.112 to Dallas Hinton on Wednesday, June 06, 2018 09:33:31
    Hi Dallas,

    On 05 Jun 18 12:26, Dallas Hinton wrote to Michiel van der Vlist:
    about: "binkd FAQ [1/4]":

    Charles has said he won't be working on Irex any more since he lost
    the source code.

    That's a rumour that's been going around for ages, but never publicly confirmed
    by Charles himself.

    When you connect to his system you currently see:

    VER Internet Rex 2.67 beta 1 OS/2 (binkp/1.1)

    That seems like a lot higher version number than the last public release of 2.29 ...

    Wilfred.

    --- FMail-W32 2.0.1.4
    * Origin: point@work (2:280/464.112)
  • From Michiel van der Vlist@2:280/5555 to Dallas Hinton on Thursday, June 07, 2018 01:04:49
    Hello Dallas,

    On Tuesday June 05 2018 12:26, you wrote to me:

    MvdV>> Switching to binkd implied a change from AMA to BSO. That was
    MvdV>> quit a challenge. It required a new way of thinking. But it was
    MvdV>> worth every minute of effort put into it. I never regretted it.

    It also was an opportunity to clean up the system and drop things that were no longer needed. I dropped POTS. I did not have any incoming POTS calls for five years, so instead of looking for a BSO POTS mailer to replace InterMail, I figured I might as well drop POTS alltogether. Nobody complained. I also dropped diff processing. I still receive diffs from Ward and have them available for whoever is interested, but for myself I just use the daily nodelists.

    Charles has said he won't be working on Irex any more since he lost
    the source code.

    Yeah, like Wilfred said: that rumour was never publically confirmed bu Charles himself and I have a bit of trouble believing he would not have a backup. It does not matter to me. For me goodbye is goodbye. I have said goodbye to Irex and that's it. I am not going back.

    Fortunately for me, I'm already running it and use BSO, so I hoping
    the change won't be too shocking! :-)

    That will surely make it easier...

    Appreciate the help!

    You'r welcome.


    Cheers, Michiel

    --- GoldED+/W32-MSVC 1.1.5-b20170303
    * Origin: http://www.vlist.eu (2:280/5555)
  • From Dallas Hinton@1:153/7715 to Michiel van der Vlist on Wednesday, June 06, 2018 17:08:57
    Hi Michiel -- on Jun 07 2018 at 01:04, you wrote:


    Appreciate the help!

    What are you using for a fileecho manager? I was using Allfix but it suddenly broke and I can't fix it!!!


    Cheers... Dallas

    --- timEd/NT 1.30+
    * Origin: The BandMaster, Vancouver, CANADA (1:153/7715)
  • From Michiel van der Vlist@2:280/5555 to Dallas Hinton on Thursday, June 07, 2018 08:35:43
    Hello Dallas,

    On Wednesday June 06 2018 17:08, you wrote to me:

    What are you using for a fileecho manager? I was using Allfix but it suddenly broke and I can't fix it!!!

    ALLFIX Universal, v5.13.004

    As I mentioned in the ALLFIX area, forget about Allfix 6. It is unstable.


    Cheers, Michiel

    --- GoldED+/W32-MSVC 1.1.5-b20170303
    * Origin: http://www.vlist.eu (2:280/5555)
  • From Dallas Hinton@1:153/7715 to Michiel van der Vlist on Thursday, June 07, 2018 01:43:21
    Hi Michiel -- on Jun 07 2018 at 08:35, you wrote:


    MvdV> ALLFIX Universal, v5.13.004

    MvdV> As I mentioned in the ALLFIX area, forget about Allfix 6. It is
    MvdV> unstable.

    So it would seem! :-( Thanks!

    Cheers... Dallas

    --- timEd/NT 1.30+
    * Origin: The BandMaster, Vancouver, CANADA (1:153/7715)
  • From Ward Dossche@2:292/854 to Dallas Hinton on Thursday, June 07, 2018 12:27:24

    Dallas,

    Appreciate the help!

    What are you using for a fileecho manager? I was using Allfix but it suddenly broke and I can't fix it!!!

    And you know where the code is burried. Right?

    \%/@rd

    --- D'Bridge 3.99 SR28
    * Origin: Resist-Insist-Persist-Enlist / onwardtogether.org (2:292/854)
  • From Dallas Hinton@1:153/7715 to Ward Dossche on Thursday, June 07, 2018 10:29:37
    Hi Ward -- on Jun 07 2018 at 12:27, you wrote:

    And you know where the code is burried. Right?

    Actually, no.


    Cheers... Dallas

    --- timEd/NT 1.30+
    * Origin: The BandMaster, Vancouver, CANADA (1:153/7715)
  • From Ward Dossche@2:292/854 to Dallas Hinton on Thursday, June 07, 2018 20:26:14
    And you know where the code is burried. Right?

    Actually, no.

    Bob Seaborn had it, so I wonder if it is salvageable for someone, if worth the effort.

    I'm assuming you would have the proper contacts?

    \%/@rd

    --- D'Bridge 3.99 SR28
    * Origin: Resist-Insist-Persist-Enlist / onwardtogether.org (2:292/854)
  • From Dallas Hinton@1:153/7715 to Ward Dossche on Thursday, June 07, 2018 18:54:20
    Hi Ward -- on Jun 07 2018 at 20:26, you wrote:

    Bob Seaborn had it, so I wonder if it is salvageable for someone, if
    worth the effort.

    I'm assuming you would have the proper contacts?

    I can ask his son to look....other than that, no.

    Cheers... Dallas

    --- timEd/NT 1.30+
    * Origin: The BandMaster, Vancouver, CANADA (1:153/7715)
  • From Ward Dossche@2:292/854 to Dallas Hinton on Friday, June 08, 2018 08:04:10

    Dallas,

    I'm assuming you would have the proper contacts?

    I can ask his son to look....other than that, no.

    You know, it may or it may not be salvageable, but it is a piece of Fido history and personally it'd feel more comfortable if it sits on a HD somewhere from where it can be recuperated if someone wants to do something with it.

    We had the same thing happening to D'Bridge which was totally lost, and then something happened. It could also happen to Allfix perhaps.

    \%/@rd

    --- D'Bridge 3.99 SR28
    * Origin: Resist-Insist-Persist-Enlist / onwardtogether.org (2:292/854)
  • From Dallas Hinton@1:153/7715 to Ward Dossche on Friday, June 08, 2018 00:19:44
    Hi Ward -- on Jun 08 2018 at 08:04, you wrote:

    You know, it may or it may not be salvageable, but it is a piece of
    Fido history and personally it'd feel more comfortable if it sits on
    a HD somewhere from where it can be recuperated if someone wants to
    do something with it.
    We had the same thing happening to D'Bridge which was totally lost,
    and then something happened. It could also happen to Allfix perhaps.

    I've asked - I'll keep you posted.


    Cheers... Dallas

    --- timEd/NT 1.30+
    * Origin: The BandMaster, Vancouver, CANADA (1:153/7715)
  • From mark lewis@1:3634/12.73 to Dallas Hinton on Friday, June 08, 2018 18:35:50
    On 2018 Jun 07 18:54:20, you wrote to Ward Dossche:

    Bob Seaborn had it, so I wonder if it is salvageable for someone, if
    worth the effort.

    I'm assuming you would have the proper contacts?

    I can ask his son to look....other than that, no.

    bob had someone else working on the code... we've heard from them intermitently
    in the ALLFIX echo but it has been a while since the last time we saw them...

    )\/(ark

    Always Mount a Scratch Monkey
    Do you manage your own servers? If you are not running an IDS/IPS yer doin' it wrong...
    ... Never anger a dragon for you are crunchy and go well with Brie.
    ---
    * Origin: (1:3634/12.73)
  • From Dallas Hinton@1:153/7715 to mark lewis on Friday, June 08, 2018 20:40:03
    Hi mark -- on Jun 08 2018 at 18:35, you wrote:

    bob had someone else working on the code... we've heard from them intermitently in the ALLFIX echo but it has been a while since the
    last time we saw them...

    Thanks!


    Cheers... Dallas

    --- timEd/NT 1.30+
    * Origin: The BandMaster, Vancouver, CANADA (1:153/7715)
  • From binkd Team@2:5020/1042 to All on Saturday, January 26, 2019 01:15:00
    binkd FAQ

    Frequently Asked Questions on FTN Mailer binkd
    $Date: 2019/01/23 07:16:15 $

    This list of Frequently Asked Questions was compiled from the questions that were asked in the Russian echo conference RU.BINKD. Some part of the answers is based on the developers' recommendations. Please send your
    comments and updates to Stas Degteff 2:5080/102. This list was translated
    from Russian by Michael Dukelsky 2:5020/1042.

    01. Where Can One Find a Current Copy of Stable or Beta binkd Version?
    02. What Is binkd?
    03. binkp Protocol.
    04. What Is binkp.net Domain and Why Is It Necessary?
    05. binkd Doesn't Connect. What Should I Do?
    06. How Can binkd Work via HTTP-proxy?
    07. How Can binkd Work via SOCKS-proxy?
    08. IP-Point: How Can I Make binkd to Get My Mail From My Bossnode?
    09. "start_file_transfer: .: Permission denied" Error.
    10. binkd/win and Dial-up: Dialing-up and Disconnecting Automatically.
    11. I Have Changed binkd Configuration File On-The-Fly. When Will It Be Reloaded?
    12. How Can binkd Work With T-mail/IP?
    13. Is There At Least One Log Analyzer Under Unix?
    14. binkd Connects Too Slowly Though I Have a High-Speed LAN.
    15. Why Does binkd Not Understand Command Line Options When I Start It From
    inetd?
    16. Can One Make a File Request From binkd?
    17. How Can my binkd Respond to a File Request?
    18. How Can I Add binkd To a Fidonet Box Working With a Modem?
    19. Flags Are Not Created On Receiving a File, Programs Do Not Start.
    20. 'skipmask' Keyword Does Not Work.
    21. binkd Under Windows 3.x.
    22. Different FTN Domains in binkd And a Tosser Without 5D Support.
    23. How Does "domain ... alias-for ..." In The Configuration File Work?
    24. What Does "send: TCP/IP error (-10000)" Mean and How To Cure It?
    25. Argus (Radius) and binkd: Argus Error "Aborting due to carrier loss"
    26. The Outbound Name Has a Comment Char and binkd Doesn't See It
    27. Is There a Possibility to Start an Application On an Event From binkd?
    28. What Is the Difference Between binkd/w32 and binkd/w9x?
    29. I Miss a Chat in binkd And I Want To Synchronize Time!
    30. binkd Receives an Incoming Call Only After an Outgoing One.
    31. "start_file_transfer: ECHO is off.: No such file or directory" Error.
    32. How to Create a Poll Correctly.
    33. What Does the Number in Brackets in the Log Mean?
    34. How to Configure binkd for sending outgoing mail?
    35. What for Does One Need the "share" Directive in the Configuration File?
    36. What for Does One Need the "ftrans" Directive in the Configuration File?
    37. Why binkd in Windows Works As a Service With Admin Rights Only?
    38. Will Anybody Make Nodelist Support in binkd After All?
    39. Does binkd Support non-ASCII Domain Names?
    A1. I Have Found a Bug in binkd!
    A2. I Want To Talk To Developers.
    A3. I Want To Get Information About Changes In binkd Immediately!
    A4. And When Will binkd Do ... ?


    ----------------------------------------------------------------------------


    01. Where Can One Find a Current Copy of Stable or Beta binkd Version?

    In fileecho AFTNBINKD.

    In Internet:

    Release versions, documentation, log analyzers etc. (Pavel Gulchouck
    2:463/68):
    ftp://cvs.happy.kiev.ua/pub/fidosoft/mailer/binkd/

    Binaries (windows, os/2):
    http://download.binkd.org
    http://sites.google.com/site/vasilyevmax/fido
    (Max Vasilyev 2:5057/77)

    One may find the sources at github:
    https://github.com/pgul/binkd
    or at synchronized with it CVS server:
    :pserver:binkd@cvs.happy.kiev.ua:/cvs , module binkd, empty password

    Command examples for CVS server.
    Login to the cvs server:
    cvs -d :pserver:binkd@cvs.happy.kiev.ua:/cvs login
    Retrieve the latest sources of the current branch (v.1.1 at the moment):
    cvs -d :pserver:binkd@cvs.happy.kiev.ua:/cvs co binkd
    Retrieve the latest sources of the binkd 1.0.x-stable branch:
    cvs -d :pserver:binkd@cvs.happy.kiev.ua:/cvs co -r binkd-1_0-stable binkd
    Retrieve the sources of the binkd 1.0.0-release:
    cvs -d :pserver:binkd@cvs.happy.kiev.ua:/cvs co -r binkd-1_0_0 binkd

    Anonymous FTP:
    ftp://cvs.happy.kiev.ua/pub/fidosoft/mailer/binkd/snapshot

    binkd/2 1.1a (current, EMX), compiled everynight:
    FREQ from node 2:221/1, file alias: binkd2e. It's possibe to download from
    BBS of node 2:221/1 (accessed also via telnet:rbb.dy.fi)
    http://rbb.homeip.net/pub/os2/comm/bbs/binkd2e.rar
    (Suomi, Tommi Koivula 2:221/1 & 2:221/360)

    Man page, binkp description, binaries etc. (Stas Degteff 2:5080/102):
    http://binkd.grumbler.org/

    This FAQ list:
    http://binkd.grumbler.org/binkdfaq.shtml.en (or .txt.en)

    The official binkd binaries are named in a way that shows the OS, the compiler and the way of building the program.

    Windows (32bit) versions:
    binkd.exe, binkdw32.exe - binkd/w32, console, compiled by MS Visual C
    binkd-dll.exe - binkd/w32, console, MS Visual C, needs msvcrt.dll
    binkd-mingw.exe - binkd/w32, console, MinGW32, needs msvcrt.dll
    binkd9x.exe - binkd/w9x, w/o a window, compiled by MS Visual C
    binkd9x-dll.exe - binkd/w9x, w/o a window, MS Visual C, needs msvcrt.dll
    binkd9x-mingw.exe - binkd/w9x, w/o a window, MinGW32, needs msvcrt.dll

    OS/2 versions:
    binkd2.exe - Watcom C compiler, no Perl
    binkd2e.exe - emx, can load the Perl dll and can work without it
    binkd2pl.exe - emx, Perl is liked staticly (i.e. no need in a Perl dll)
    binkd2eo.exe - emx/omf (multithreaded), no Perl.


    ----------------------------------------------------------------------------


    02. What Is binkd?

    binkd is a fidonet mailer working via Internet and using binkp protocol (FSP-1018 & other). This protocol is also supported by such mailers as Argus (win32; RitLabs; https://www.ritlabs.com/en/products/argus/) and it's clones Radius and Taurus, BForce (unix), Internet Rex program (DOS/W32/OS2) and BeeMail (win32; Stephen Proffitt, 1:105/10)

    binkd features:
    - freeware, open source;
    - there are versions for Unix (linux, freebsd, SCO, ...), OS/2 (native
    & EMX), Windows NT/2000/XP and Windows 95/98/Me, Windows 3.x, DOS;
    - it can work as daemon in Unix and as service in Windows NT/2000/XP,
    there is a separate version for working as service in Windows 9x;
    - simple TCP-connection (data integrity is supported at TCP level);
    - BSO (bink-style outbound);
    - ASO (Amiga-style outbound);
    - path translation in ?LO files (it is used when the outbound resides
    on a net drive);
    - personal fileboxes for each node for the files to send and to receive;
    - T-mail-style and The Brake!-style fileboxes are supported;
    - translation of a FTN-address into a domain name (*.binkp.net) is
    supported;
    - a password file in the style of T-mail is supported starting with
    version 0.9.4 and a password file in the style of ifcico starting with
    version 1.0;
    - file requests using SRIF are supported;
    - a flag on receiving files (using a template) may be created;
    - a program on receiving files (using a template) may be started;
    - receiving files (using a template) may be refused starting with
    version 0.9.4;
    - working via a HTTP or SOCKS proxy server (starting with version
    0.9.3.https);
    - password encryption (MD5) starting with 0.9.4 release;
    - traffic encryption starting with version 0.9.5;
    - the remote node IP-address check for an incoming connection is
    supported starting with version 0.9.5;
    - IPv6 support starting with 1.0.0;
    - support of IN SRV DNS records starting with 1.0.0;
    - support of perl hooks starting with 1.0.0;
    - support of bandwidth limitations starting with 1.0.0.


    ----------------------------------------------------------------------------


    03. binkp Protocol

    The name binkp means binkd protocol. It is described in FSP-1018
    (FIDOnet standard proposal) and port 24554 is assigned for binkp in
    RFC-1700 (request for comments, issued by IANA).

    The file transfer protocol using two-way TCP connection is developed for FTN mailer binkd. Port 24554 is used on default.

    There are two versions of the protocol: 1.0 and 1.1. They are backward compatible. The main difference of version 1.1 is a possibility of making
    a FREQ during a session. Besides binkp 1.1 has at present NR option (non-reliable mode dealing with a non-reliable channel) and ND option (no
    dupes mode protecting from repeated file transmission), MD5 (password
    hashing), CRYPT (traffic encryption).

    Protocol version 1.0 is supported by binkd, version 1.0 is implemented
    in Argus and its clones (binkp is implemented there with addition of FREQ processing technique of its own and other changes), in MBSE, Internet Rex, BForce and others. In Internet Rex (version 2.24 and later) an incompatible variant of binkp 1.1 of its own is implemented.

    One can find the protocol description here:
    http://binkd.grumbler.org/binkp


    ----------------------------------------------------------------------------


    04. What Is binkp.net Domain and Why Is It Necessary?

    'binkp.net' is the domain registered for FTN-address to Internet
    domain name translation. It is used primarily at binkp connections. The
    address 1:2/3.4 is translated to the domain name p4.f3.n2.z1.binkp.net;
    after that binkd (or another IP mailer) obtains the node IP-address by
    means of the operating system. If the domain name exists one can try to set
    a connection.

    A node can get address in the binkp.net domain by one of the two ways:
    set her address for incoming binkp connections in the official fidonet nodelist,
    or specify it manually via http://binkp.net interface (and then sysop can
    set address from binkp.net in the nodelist).


    ----------------------------------------------------------------------------


    05. binkd Doesn't Connect. What Should I Do?

    1. Please check whether the remote node responds at port 24554 using
    the 'telnet' command. If a connection is not set check whether your
    computer is connected to the net at this moment (using ping command). If
    the checks are successful then check binkd configuration. Increasing the loglevel to 6 or more can help here.


    Here are some examples for node 2:5080/68:

    1.1.
    (The control characters are removed from the telnet reply and it is
    broken down to lines for the sake of convinience)

    m:\>telnet f68.n5080.z2.binkp.net 24554

    -.OPT CRAM-MD5-593e3e5411515fc1cf75816bb74e41d0-SYS Academ
    -ZYZ Alexei Kuklin-LOC Ekaterinburg, Russia-NDL 115200,TCP,BINKP,HUB
    -%TIME Tue, 20 Feb 2001 15:25:20 +0500- VER binkd/0.9.4/Win32 binkp/1.1
    - 2:5080/68@fidonet-OPT ND

    M:\>ping f68.n5080.z2.binkp.net

    Pinging fido68.imp.uran.ru [195.19.130.68] with 32 bytes of data:

    Reply from 195.19.130.68: bytes=32 time=505ms TTL=122
    Reply from 195.19.130.68: bytes=32 time=555ms TTL=122
    Reply from 195.19.130.68: bytes=32 time=406ms TTL=122
    Reply from 195.19.130.68: bytes=32 time=372ms TTL=122

    The node works. Check your binkd configuration. Maybe the timeout is too small (it is the time necessary for setting up a connection, it can be evaluated using the delay before response in telnet).

    Another case: telnet connects but ping says "Request timed out".

    M:\>ping f68.n5080.z2.binkp.net

    Pinging fido68.imp.uran.ru [195.19.130.68] with 32 bytes of data:

    Request timed out.
    Request timed out.
    Request timed out.
    Request timed out.

    It means that ICMP messages are forbidden somewhere between your nodes. That does not influence binkd performance.



    1.2.

    M:\>ping f68.n5080.z2.binkp.net

    Unknown host f68.n5080.z2.binkp.net

    Such a reply means that your computer could not find a DNS entry for the node. Check the DNS configuration in your system. If it is correct make
    sure the DNS server works and the remote node address is correct.



    1.3.

    If ping replies positively but telnet cannot set up a connection it is possible that binkd is not started at the remote node currently. Try to ask
    the node's sysop whether his/her binkd is started. If it is started and can connect to other nodes then access to port 25554 is denied by the firewall
    of your net. Try to start binkd via a proxy server (see "How Can binkd Work
    via HTTP-proxy" and "How Can binkd Work via SOCKS-proxy").


    1.4.

    M:\>ping -w 5000 f68.n5080.z2.binkp.net

    Pinging fido68.imp.uran.ru [195.19.130.68] with 32 bytes of data:

    Reply from 195.19.130.68: bytes=32 time=3674ms TTL=122
    Request timed out.
    Reply from 195.19.130.68: bytes=32 time=4232ms TTL=122
    Request timed out.

    Telnet sometimes connects to port 24554 but more often it does not.


    The node works but the link channel between the partners is overloaded or too slow. Because of that binkd connects not at every try (some IP packets
    are lost) or it does not connect at all (the time to wait for the remote
    node reply is too small). You cannot get it over in the first case because
    the packets are lost in their way and you cannot improve it. In the second
    case one should increase timeouts in the binkd configuration file (the
    values are in seconds):

    timeout 60
    connect-timeout 300
    call-delay 60

    If increasing the values does not help then change your uplink.


    1.5.
    Telnet does not connect to the port 24554 and the remote host does not reply to ping.

    The node does not reply. Possible variants are:

    1 - your computer or the remote node is disconnected from the internet at the moment or routing is corrupt (the line is broken, power supply is
    switched off, some of the internet providers carries out maintenance work
    etc.) so please make several tries later.

    2 - your computer is in Intranet and getting out to the internet is possible only via a proxy server. See "How Can binkd Work via HTTP-proxy",
    "How Can binkd Work via SOCKS-proxy".


    ----------------------------------------------------------------------------


    06. How Can binkd Work via HTTP-proxy?

    It is not a rare case when users go out to the internet from their corporate LAN exclusively via the proxy server based at the only computer connected to the internet. Thus binkd cannot make a direct connection to
    the remote node and one must use the proxy server. Proxy servers support
    was included in versions 0.9.3.https, 0.9.4 and the later ones.

    One can use binkd via a HTTP proxy only if CONNECT host 24554 command
    is allowed in the proxy server or the CONNECT command is allowed for all
    remote ports. The command is usually used for the secure HTTP protocol
    (URLs of the "HTTPS://..." type), it is also known as S-HTTP. Because of
    that such a proxy is quite often referred to as a HTTPS proxy.

    If binkd reports of an authorization error then the necessary command
    is prohibited in the proxy configuration or it is allowed for some ports
    only (usually 443).

    Suppose the connected to the Internet computer has the IP address 192.168.0.1 in its LAN and the proxy server at the computer responds on
    port 3128. Here is the line in binkd configuration file necessary for
    working via the HTTP proxy.

    1. A proxy server without user authorization (no login and password are demanded):

    proxy 192.168.0.1:3128

    2. A proxy server with user authorization (it is necessary to type login and password, e.g. login "user", password "password"):

    proxy 192.168.0.1:3128/user/password

    3. Microsoft proxy server with NTLM protocol of user authorization (one must be inside a domain). Suppose login is "user", password is "password",
    the user computer is "host" and the domain name is "ntdomain":

    proxy 192.168.0.1:3128/user/password/host/ntdomain

    If the proxy server administrator has allowed connection only to some selected ports (usually to port 443) then binkd reports "Connection
    rejected by proxy". Here is an example:

    31 Mar 16:48:43 [59987] BEGIN, binkd/0.9.3/SOCKS/HTTPS -p BINKD.CFG
    31 Mar 16:48:43 [59987] clientmgr started
    + 31 Mar 16:48:43 [40423] call to 2:5000/44@fidonet
    31 Mar 16:48:43 [40423] trying 195.209.235.3, port 24554...
    31 Mar 16:48:43 [40423] connected to proxy.osu.ru:24554
    --- hpt/lnx 1.9.0-cur 21-02-18
    * Origin: Moscow, Russia (2:5020/1042)
  • From Phillip Taylor@1:275/201.30 to Binkd Team on Wednesday, April 22, 2020 10:14:24

    Good morning.

    I am using Binkd for the Amiga and it's giving me a permission denied error due
    to a firewall issue. I was wondering if it's giving the same results on the other OS systems? If so, I think the proper response should be connection refused not permission denied. This could cause a lot of confussion and it's just not the way programming in the private sector and in the federal gov applications work.
    --- CNet/5
    * Origin: 1:275/201.0 (1:275/201.30)
  • From Wilfred van Velzen@2:280/464 to Phillip Taylor on Wednesday, April 22, 2020 18:34:45
    Hi Phillip,

    On 2020-04-22 10:14:24, you wrote to Binkd Team:

    I am using Binkd for the Amiga and it's giving me a permission denied error due to a firewall issue. I was wondering if it's giving the same results on the other OS systems? If so, I think the proper response
    should be connection refused not permission denied. This could cause a
    lot of confussion and it's just not the way programming in the private sector and in the federal gov applications work.

    No one can update Amiga Binkd unfortunately. The source is lost afaik. So you will have to live with this error text I'm afraid...

    Bye, Wilfred.

    --- FMail-lnx64 2.1.0.18-B20170815
    * Origin: FMail development HQ (2:280/464)
  • From Alan Ianson@1:153/757 to Phillip Taylor on Wednesday, April 22, 2020 09:48:10
    Hello Phillip,

    I am using Binkd for the Amiga and it's giving me a permission denied error due to a firewall issue.

    On my linux box a permission denied error is usually that, a file system permission denied error.

    I sometimes see Connection refused if I poll on the wrong port or if the remote
    side has not opened the port (24554 by default) in their router.

    Ttyl :-),
    Al

    --- GoldED+/LNX
    * Origin: The Rusty MailBox - Penticton, BC Canada (1:153/757)
  • From Alan Ianson@1:153/757 to Phillip Taylor on Wednesday, April 22, 2020 09:48:10
    Hello Phillip,

    I am using Binkd for the Amiga and it's giving me a permission denied error due to a firewall issue.

    On my linux box a permission denied error is usually that, a file system permission denied error.

    I sometimes see Connection refused if I poll on the wrong port or if the remote
    side has not opened the port (24554 by default) in their router.

    Ttyl :-),
    Al

    --- GoldED+/LNX
    * Origin: The Rusty MailBox - Penticton, BC Canada (1:153/757)
  • From Rick Smith@1:340/202.1 to Phillip Taylor on Wednesday, April 22, 2020 10:25:08
    Greetings Phillip!

    22 Apr 20 10:14, you wrote to Binkd Team about an urgent matter!:


    Good morning.

    I am using Binkd for the Amiga and it's giving me a permission denied error due to a firewall issue. I was wondering if it's giving the same results on the other OS systems? If so, I think the proper response
    should be connection refused not permission denied. This could cause a
    lot of confussion and it's just not the way programming in the private sector and in the federal gov applications work.

    Linux? I run mine on linux and I dont get any errors like that. If your on linux maybe try sudo? If that works maybe then change permissions to it? *DISCLAIMER* I am new to both linux and golded. But I would be happy to share my setup with you.
    -+-
    Regards,

    Rick // (Nitro)

    ... Hmmm ... isn't BBSing just full of surprises?
    --- GoldED+/LNX 1.1.5--b20170303
    * Origin: ----> Abacus Sysop Point (1:340/202.1)
  • From Joacim Melin@2:221/242 to Phillip Taylor on Wednesday, April 22, 2020 20:51:20

    Good morning.

    I am using Binkd for the Amiga and it's giving me a permission denied error due to a firewall issue. I was wondering if it's giving the
    same results on the other OS systems? If so, I think the proper
    response should be connection refused not permission denied. This
    could cause a lot of confussion and it's just not the way programming
    in the private sector and in the federal gov applications work.

    There was a "fork" of BinkD for the Amiga made years go called AmiBinkD. Several versions was released and they are all more or less equally bad, eating
    up the stack and crashing.


    --- NiKom v2.5.0
    * Origin: Delta City (deltacity.se, Vallentuna, Sweden) (2:221/242.0)
  • From binkd Team@2:5020/1042 to All on Saturday, May 02, 2020 01:15:00
    binkd FAQ

    Frequently Asked Questions on FTN Mailer binkd
    $Date: 2019/01/23 07:16:15 $

    This list of Frequently Asked Questions was compiled from the questions that were asked in the Russian echo conference RU.BINKD. Some part of the answers is based on the developers' recommendations. Please send your
    comments and updates to Stas Degteff 2:5080/102. This list was translated
    from Russian by Michael Dukelsky 2:5020/1042.

    01. Where Can One Find a Current Copy of Stable or Beta binkd Version?
    02. What Is binkd?
    03. binkp Protocol.
    04. What Is binkp.net Domain and Why Is It Necessary?
    05. binkd Doesn't Connect. What Should I Do?
    06. How Can binkd Work via HTTP-proxy?
    07. How Can binkd Work via SOCKS-proxy?
    08. IP-Point: How Can I Make binkd to Get My Mail From My Bossnode?
    09. "start_file_transfer: .: Permission denied" Error.
    10. binkd/win and Dial-up: Dialing-up and Disconnecting Automatically.
    11. I Have Changed binkd Configuration File On-The-Fly. When Will It Be Reloaded?
    12. How Can binkd Work With T-mail/IP?
    13. Is There At Least One Log Analyzer Under Unix?
    14. binkd Connects Too Slowly Though I Have a High-Speed LAN.
    15. Why Does binkd Not Understand Command Line Options When I Start It From inetd?
    16. Can One Make a File Request From binkd?
    17. How Can my binkd Respond to a File Request?
    18. How Can I Add binkd To a Fidonet Box Working With a Modem?
    19. Flags Are Not Created On Receiving a File, Programs Do Not Start.
    20. 'skipmask' Keyword Does Not Work.
    21. binkd Under Windows 3.x.
    22. Different FTN Domains in binkd And a Tosser Without 5D Support.
    23. How Does "domain ... alias-for ..." In The Configuration File Work?
    24. What Does "send: TCP/IP error (-10000)" Mean and How To Cure It?
    25. Argus (Radius) and binkd: Argus Error "Aborting due to carrier loss"
    26. The Outbound Name Has a Comment Char and binkd Doesn't See It
    27. Is There a Possibility to Start an Application On an Event From binkd?
    28. What Is the Difference Between binkd/w32 and binkd/w9x?
    29. I Miss a Chat in binkd And I Want To Synchronize Time!
    30. binkd Receives an Incoming Call Only After an Outgoing One.
    31. "start_file_transfer: ECHO is off.: No such file or directory" Error.
    32. How to Create a Poll Correctly.
    33. What Does the Number in Brackets in the Log Mean?
    34. How to Configure binkd for sending outgoing mail?
    35. What for Does One Need the "share" Directive in the Configuration File?
    36. What for Does One Need the "ftrans" Directive in the Configuration File?
    37. Why binkd in Windows Works As a Service With Admin Rights Only?
    38. Will Anybody Make Nodelist Support in binkd After All?
    39. Does binkd Support non-ASCII Domain Names?
    A1. I Have Found a Bug in binkd!
    A2. I Want To Talk To Developers.
    A3. I Want To Get Information About Changes In binkd Immediately!
    A4. And When Will binkd Do ... ?


    ----------------------------------------------------------------------------


    01. Where Can One Find a Current Copy of Stable or Beta binkd Version?

    In fileecho AFTNBINKD.

    In Internet:

    Release versions, documentation, log analyzers etc. (Pavel Gulchouck
    2:463/68):
    ftp://cvs.happy.kiev.ua/pub/fidosoft/mailer/binkd/

    Binaries (windows, os/2):
    http://download.binkd.org
    http://sites.google.com/site/vasilyevmax/fido
    (Max Vasilyev 2:5057/77)

    One may find the sources at github:
    https://github.com/pgul/binkd
    or at synchronized with it CVS server:
    :pserver:binkd@cvs.happy.kiev.ua:/cvs , module binkd, empty password

    Command examples for CVS server.
    Login to the cvs server:
    cvs -d :pserver:binkd@cvs.happy.kiev.ua:/cvs login
    Retrieve the latest sources of the current branch (v.1.1 at the moment):
    cvs -d :pserver:binkd@cvs.happy.kiev.ua:/cvs co binkd
    Retrieve the latest sources of the binkd 1.0.x-stable branch:
    cvs -d :pserver:binkd@cvs.happy.kiev.ua:/cvs co -r binkd-1_0-stable binkd
    Retrieve the sources of the binkd 1.0.0-release:
    cvs -d :pserver:binkd@cvs.happy.kiev.ua:/cvs co -r binkd-1_0_0 binkd

    Anonymous FTP:
    ftp://cvs.happy.kiev.ua/pub/fidosoft/mailer/binkd/snapshot

    binkd/2 1.1a (current, EMX), compiled everynight:
    FREQ from node 2:221/1, file alias: binkd2e. It's possibe to download from
    BBS of node 2:221/1 (accessed also via telnet:rbb.dy.fi)
    http://rbb.homeip.net/pub/os2/comm/bbs/binkd2e.rar
    (Suomi, Tommi Koivula 2:221/1 & 2:221/360)

    Man page, binkp description, binaries etc. (Stas Degteff 2:5080/102):
    http://binkd.grumbler.org/

    This FAQ list:
    http://binkd.grumbler.org/binkdfaq.shtml.en (or .txt.en)

    The official binkd binaries are named in a way that shows the OS, the compiler and the way of building the program.

    Windows (32bit) versions:
    binkd.exe, binkdw32.exe - binkd/w32, console, compiled by MS Visual C
    binkd-dll.exe - binkd/w32, console, MS Visual C, needs msvcrt.dll
    binkd-mingw.exe - binkd/w32, console, MinGW32, needs msvcrt.dll
    binkd9x.exe - binkd/w9x, w/o a window, compiled by MS Visual C
    binkd9x-dll.exe - binkd/w9x, w/o a window, MS Visual C, needs msvcrt.dll
    binkd9x-mingw.exe - binkd/w9x, w/o a window, MinGW32, needs msvcrt.dll

    OS/2 versions:
    binkd2.exe - Watcom C compiler, no Perl
    binkd2e.exe - emx, can load the Perl dll and can work without it
    binkd2pl.exe - emx, Perl is liked staticly (i.e. no need in a Perl dll)
    binkd2eo.exe - emx/omf (multithreaded), no Perl.


    ----------------------------------------------------------------------------


    02. What Is binkd?

    binkd is a fidonet mailer working via Internet and using binkp protocol (FSP-1018 & other). This protocol is also supported by such mailers as Argus (win32; RitLabs; https://www.ritlabs.com/en/products/argus/) and it's clones Radius and Taurus, BForce (unix), Internet Rex program (DOS/W32/OS2) and BeeMail (win32; Stephen Proffitt, 1:105/10)

    binkd features:
    - freeware, open source;
    - there are versions for Unix (linux, freebsd, SCO, ...), OS/2 (native
    & EMX), Windows NT/2000/XP and Windows 95/98/Me, Windows 3.x, DOS;
    - it can work as daemon in Unix and as service in Windows NT/2000/XP,
    there is a separate version for working as service in Windows 9x;
    - simple TCP-connection (data integrity is supported at TCP level);
    - BSO (bink-style outbound);
    - ASO (Amiga-style outbound);
    - path translation in ?LO files (it is used when the outbound resides
    on a net drive);
    - personal fileboxes for each node for the files to send and to receive;
    - T-mail-style and The Brake!-style fileboxes are supported;
    - translation of a FTN-address into a domain name (*.binkp.net) is
    supported;
    - a password file in the style of T-mail is supported starting with
    version 0.9.4 and a password file in the style of ifcico starting with
    version 1.0;
    - file requests using SRIF are supported;
    - a flag on receiving files (using a template) may be created;
    - a program on receiving files (using a template) may be started;
    - receiving files (using a template) may be refused starting with
    version 0.9.4;
    - working via a HTTP or SOCKS proxy server (starting with version
    0.9.3.https);
    - password encryption (MD5) starting with 0.9.4 release;
    - traffic encryption starting with version 0.9.5;
    - the remote node IP-address check for an incoming connection is
    supported starting with version 0.9.5;
    - IPv6 support starting with 1.0.0;
    - support of IN SRV DNS records starting with 1.0.0;
    - support of perl hooks starting with 1.0.0;
    - support of bandwidth limitations starting with 1.0.0.


    ----------------------------------------------------------------------------


    03. binkp Protocol

    The name binkp means binkd protocol. It is described in FSP-1018
    (FIDOnet standard proposal) and port 24554 is assigned for binkp in
    RFC-1700 (request for comments, issued by IANA).

    The file transfer protocol using two-way TCP connection is developed for FTN mailer binkd. Port 24554 is used on default.

    There are two versions of the protocol: 1.0 and 1.1. They are backward compatible. The main difference of version 1.1 is a possibility of making
    a FREQ during a session. Besides binkp 1.1 has at present NR option (non-reliable mode dealing with a non-reliable channel) and ND option (no
    dupes mode protecting from repeated file transmission), MD5 (password
    hashing), CRYPT (traffic encryption).

    Protocol version 1.0 is supported by binkd, version 1.0 is implemented
    in Argus and its clones (binkp is implemented there with addition of FREQ processing technique of its own and other changes), in MBSE, Internet Rex, BForce and others. In Internet Rex (version 2.24 and later) an incompatible variant of binkp 1.1 of its own is implemented.

    One can find the protocol description here:
    http://binkd.grumbler.org/binkp


    ----------------------------------------------------------------------------


    04. What Is binkp.net Domain and Why Is It Necessary?

    'binkp.net' is the domain registered for FTN-address to Internet
    domain name translation. It is used primarily at binkp connections. The
    address 1:2/3.4 is translated to the domain name p4.f3.n2.z1.binkp.net;
    after that binkd (or another IP mailer) obtains the node IP-address by
    means of the operating system. If the domain name exists one can try to set
    a connection.

    A node can get address in the binkp.net domain by one of the two ways:
    set her address for incoming binkp connections in the official fidonet nodelist,
    or specify it manually via http://binkp.net interface (and then sysop can
    set address from binkp.net in the nodelist).


    ----------------------------------------------------------------------------


    05. binkd Doesn't Connect. What Should I Do?

    1. Please check whether the remote node responds at port 24554 using
    the 'telnet' command. If a connection is not set check whether your
    computer is connected to the net at this moment (using ping command). If
    the checks are successful then check binkd configuration. Increasing the loglevel to 6 or more can help here.


    Here are some examples for node 2:5080/68:

    1.1.
    (The control characters are removed from the telnet reply and it is
    broken down to lines for the sake of convinience)

    m:\>telnet f68.n5080.z2.binkp.net 24554

    -.OPT CRAM-MD5-593e3e5411515fc1cf75816bb74e41d0-SYS Academ
    -ZYZ Alexei Kuklin-LOC Ekaterinburg, Russia-NDL 115200,TCP,BINKP,HUB
    -%TIME Tue, 20 Feb 2001 15:25:20 +0500- VER binkd/0.9.4/Win32 binkp/1.1
    - 2:5080/68@fidonet-OPT ND

    M:\>ping f68.n5080.z2.binkp.net

    Pinging fido68.imp.uran.ru [195.19.130.68] with 32 bytes of data:

    Reply from 195.19.130.68: bytes=32 time=505ms TTL=122
    Reply from 195.19.130.68: bytes=32 time=555ms TTL=122
    Reply from 195.19.130.68: bytes=32 time=406ms TTL=122
    Reply from 195.19.130.68: bytes=32 time=372ms TTL=122

    The node works. Check your binkd configuration. Maybe the timeout is too small (it is the time necessary for setting up a connection, it can be evaluated using the delay before response in telnet).

    Another case: telnet connects but ping says "Request timed out".

    M:\>ping f68.n5080.z2.binkp.net

    Pinging fido68.imp.uran.ru [195.19.130.68] with 32 bytes of data:

    Request timed out.
    Request timed out.
    Request timed out.
    Request timed out.

    It means that ICMP messages are forbidden somewhere between your nodes. That does not influence binkd performance.



    1.2.

    M:\>ping f68.n5080.z2.binkp.net

    Unknown host f68.n5080.z2.binkp.net

    Such a reply means that your computer could not find a DNS entry for the node. Check the DNS configuration in your system. If it is correct make
    sure the DNS server works and the remote node address is correct.



    1.3.

    If ping replies positively but telnet cannot set up a connection it is possible that binkd is not started at the remote node currently. Try to ask
    the node's sysop whether his/her binkd is started. If it is started and can connect to other nodes then access to port 25554 is denied by the firewall
    of your net. Try to start binkd via a proxy server (see "How Can binkd Work
    via HTTP-proxy" and "How Can binkd Work via SOCKS-proxy").


    1.4.

    M:\>ping -w 5000 f68.n5080.z2.binkp.net

    Pinging fido68.imp.uran.ru [195.19.130.68] with 32 bytes of data:

    Reply from 195.19.130.68: bytes=32 time=3674ms TTL=122
    Request timed out.
    Reply from 195.19.130.68: bytes=32 time=4232ms TTL=122
    Request timed out.

    Telnet sometimes connects to port 24554 but more often it does not.


    The node works but the link channel between the partners is overloaded or too slow. Because of that binkd connects not at every try (some IP packets
    are lost) or it does not connect at all (the time to wait for the remote
    node reply is too small). You cannot get it over in the first case because
    the packets are lost in their way and you cannot improve it. In the second
    case one should increase timeouts in the binkd configuration file (the
    values are in seconds):

    timeout 60
    connect-timeout 300
    call-delay 60

    If increasing the values does not help then change your uplink.


    1.5.
    Telnet does not connect to the port 24554 and the remote host does not reply to ping.

    The node does not reply. Possible variants are:

    1 - your computer or the remote node is disconnected from the internet at the moment or routing is corrupt (the line is broken, power supply is
    switched off, some of the internet providers carries out maintenance work
    etc.) so please make several tries later.

    2 - your computer is in Intranet and getting out to the internet is possible only via a proxy server. See "How Can binkd Work via HTTP-proxy",
    "How Can binkd Work via SOCKS-proxy".


    ----------------------------------------------------------------------------


    06. How Can binkd Work via HTTP-proxy?

    It is not a rare case when users go out to the internet from their corporate LAN exclusively via the proxy server based at the only computer connected to the internet. Thus binkd cannot make a direct connection to
    the remote node and one must use the proxy server. Proxy servers support
    was included in versions 0.9.3.https, 0.9.4 and the later ones.

    One can use binkd via a HTTP proxy only if CONNECT host 24554 command
    is allowed in the proxy server or the CONNECT command is allowed for all
    remote ports. The command is usually used for the secure HTTP protocol
    (URLs of the "HTTPS://..." type), it is also known as S-HTTP. Because of
    that such a proxy is quite often referred to as a HTTPS proxy.

    If binkd reports of an authorization error then the necessary command
    is prohibited in the proxy configuration or it is allowed for some ports
    only (usually 443).

    Suppose the connected to the Internet computer has the IP address 192.168.0.1 in its LAN and the proxy server at the computer responds on
    port 3128. Here is the line in binkd configuration file necessary for
    working via the HTTP proxy.

    1. A proxy server without user authorization (no login and password are demanded):

    proxy 192.168.0.1:3128

    2. A proxy server with user authorization (it is necessary to type login and password, e.g. login "user", password "password"):

    proxy 192.168.0.1:3128/user/password

    3. Microsoft proxy server with NTLM protocol of user authorization (one must be inside a domain). Suppose login is "user", password is "password",
    the user computer is "host" and the domain name is "ntdomain":

    proxy 192.168.0.1:3128/user/password/host/ntdomain

    If the proxy server administrator has allowed connection only to some selected ports (usually to port 443) then binkd reports "Connection
    rejected by proxy". Here is an example:

    31 Mar 16:48:43 [59987] BEGIN, binkd/0.9.3/SOCKS/HTTPS -p BINKD.CFG
    31 Mar 16:48:43 [59987] clientmgr started
    + 31 Mar 16:48:43 [40423] call to 2:5000/44@fidonet
    31 Mar 16:48:43 [40423] trying 195.209.235.3, port 24554...
    31 Mar 16:48:43 [40423] connected to proxy.osu.ru:24554
    --- hpt/lnx 1.9.0-cur 21-02-18
    * Origin: Moscow, Russia (2:5020/1042)
  • From Björn Felten@2:203/2 to binkd Team on Saturday, May 09, 2020 03:30:57
    This list of Frequently Asked Questions

    How about an echo where *really* frequently asked questions were posted, as in asked since the last posting, or three or four or so?

    Not as in questions accumulated during 20 years, but rather kinda like a diff echo. Just for us regular users that's only interested in whatever novelties we might find, and want to discuss, in our beloved binkd program...




    ..

    --- Mozilla/5.0 (Windows; U; Windows NT 5.1; sv-SE; rv:1.9.1.16) Gecko/20101125
    * Origin: news://eljaco.se (2:203/2)
  • From Björn Felten@2:203/2 to binkd Team on Friday, May 21, 2021 07:02:39
    binkd Team -> All skrev 2021-05-15 01:15:
    Man page, binkp description, binaries etc. (Stas Degteff 2:5080/102): http://binkd.grumbler.org/

    This FAQ list:
    http://binkd.grumbler.org/binkdfaq.shtml.en (or .txt.en)


    I get "502 Bad Gateway" on both links.



    ..

    --- Mozilla/5.0 (Windows; U; Windows NT 5.1; sv-SE; rv:1.9.1.16) Gecko/20101125
    * Origin: news://eljaco.se (2:203/2)
  • From binkd Team@2:5020/1042 to All on Saturday, July 02, 2022 01:15:02
    binkd FAQ

    Frequently Asked Questions on FTN Mailer binkd
    $Date: 2022/07/01 07:11:10 $

    This list of Frequently Asked Questions was compiled from the questions that were asked in the Russian echo conference RU.BINKD. Some part of the answers is based on the developers' recommendations. Please send your
    comments and updates to Stas Degteff 2:5080/102. This list was translated
    from Russian by Michael Dukelsky 2:5020/1042.

    01. Where Can One Find a Current Copy of Stable or Beta binkd Version?
    02. What Is binkd?
    03. binkp Protocol.
    04. What Is binkp.net Domain and Why Is It Necessary?
    05. binkd Doesn't Connect. What Should I Do?
    06. How Can binkd Work via HTTP-proxy?
    07. How Can binkd Work via SOCKS-proxy?
    08. IP-Point: How Can I Make binkd to Get My Mail From My Bossnode?
    09. "start_file_transfer: .: Permission denied" Error.
    10. binkd/win and Dial-up: Dialing-up and Disconnecting Automatically.
    11. I Have Changed binkd Configuration File On-The-Fly. When Will It Be Reloaded?
    12. How Can binkd Work With T-mail/IP?
    13. Is There At Least One Log Analyzer Under Unix?
    14. binkd Connects Too Slowly Though I Have a High-Speed LAN.
    15. Why Does binkd Not Understand Command Line Options When I Start It From inetd?
    16. Can One Make a File Request From binkd?
    17. How Can my binkd Respond to a File Request?
    18. How Can I Add binkd To a Fidonet Box Working With a Modem?
    19. Flags Are Not Created On Receiving a File, Programs Do Not Start.
    20. 'skipmask' Keyword Does Not Work.
    21. binkd Under Windows 3.x.
    22. Different FTN Domains in binkd And a Tosser Without 5D Support.
    23. How Does "domain ... alias-for ..." In The Configuration File Work?
    24. What Does "send: TCP/IP error (-10000)" Mean and How To Cure It?
    25. Argus (Radius) and binkd: Argus Error "Aborting due to carrier loss"
    26. The Outbound Name Has a Comment Char and binkd Doesn't See It
    27. Is There a Possibility to Start an Application On an Event From binkd?
    28. What Is the Difference Between binkd/w32 and binkd/w9x?
    29. I Miss a Chat in binkd And I Want To Synchronize Time!
    30. binkd Receives an Incoming Call Only After an Outgoing One.
    31. "start_file_transfer: ECHO is off.: No such file or directory" Error.
    32. How to Create a Poll Correctly.
    33. What Does the Number in Brackets in the Log Mean?
    34. How to Configure binkd for sending outgoing mail?
    35. What for Does One Need the "share" Directive in the Configuration File?
    36. What for Does One Need the "ftrans" Directive in the Configuration File?
    37. Why binkd in Windows Works As a Service With Admin Rights Only?
    38. Will Anybody Make Nodelist Support in binkd After All?
    39. Does binkd Support non-ASCII Domain Names?
    A1. I Have Found a Bug in binkd!
    A2. I Want To Talk To Developers.
    A3. I Want To Get Information About Changes In binkd Immediately!
    A4. And When Will binkd Do ... ?


    ----------------------------------------------------------------------------


    01. Where Can One Find a Current Copy of Stable or Beta binkd Version?

    In fileecho AFTNBINKD.

    In Internet:

    Release versions, documentation, log analyzers etc. (Pavel Gulchouck
    2:463/68):
    ftp://cvs.happy.kiev.ua/pub/fidosoft/mailer/binkd/

    Binaries (windows, os/2):
    http://download.binkd.org
    https://sites.google.com/view/vasilyevmax/
    (Max Vasilyev 2:5057/77)

    One may find the sources at github:
    https://github.com/pgul/binkd
    or at synchronized with it CVS server:
    :pserver:binkd@cvs.happy.kiev.ua:/cvs , module binkd, empty password

    Command examples for CVS server.
    Login to the cvs server:
    cvs -d :pserver:binkd@cvs.happy.kiev.ua:/cvs login
    Retrieve the latest sources of the current branch (v.1.1 at the moment):
    cvs -d :pserver:binkd@cvs.happy.kiev.ua:/cvs co binkd
    Retrieve the latest sources of the binkd 1.0.x-stable branch:
    cvs -d :pserver:binkd@cvs.happy.kiev.ua:/cvs co -r binkd-1_0-stable binkd
    Retrieve the sources of the binkd 1.0.0-release:
    cvs -d :pserver:binkd@cvs.happy.kiev.ua:/cvs co -r binkd-1_0_0 binkd

    Anonymous FTP:
    ftp://cvs.happy.kiev.ua/pub/fidosoft/mailer/binkd/snapshot

    binkd/2 1.1a (current, EMX), compiled everynight:
    FREQ from node 2:221/1, file alias: binkd2e. It's possibe to download from
    BBS of node 2:221/1 (accessed also via telnet:rbb.dy.fi)
    http://rbb.homeip.net/pub/os2/comm/bbs/binkd2e.rar
    (Suomi, Tommi Koivula 2:221/1 & 2:221/360)

    Man page, binkp description, binaries etc. (Stas Degteff 2:5080/102):
    http://binkd.grumbler.org/

    This FAQ list:
    http://binkd.grumbler.org/binkdfaq.shtml.en (or .txt.en)

    The official binkd binaries are named in a way that shows the OS, the compiler and the way of building the program.

    Windows (32bit) versions:
    binkd.exe, binkdw32.exe - binkd/w32, console, compiled by MS Visual C
    binkd-dll.exe - binkd/w32, console, MS Visual C, needs msvcrt.dll
    binkd-mingw.exe - binkd/w32, console, MinGW32, needs msvcrt.dll
    binkd9x.exe - binkd/w9x, w/o a window, compiled by MS Visual C
    binkd9x-dll.exe - binkd/w9x, w/o a window, MS Visual C, needs msvcrt.dll
    binkd9x-mingw.exe - binkd/w9x, w/o a window, MinGW32, needs msvcrt.dll

    OS/2 versions:
    binkd2.exe - Watcom C compiler, no Perl
    binkd2e.exe - emx, can load the Perl dll and can work without it
    binkd2pl.exe - emx, Perl is liked staticly (i.e. no need in a Perl dll)
    binkd2eo.exe - emx/omf (multithreaded), no Perl.


    ----------------------------------------------------------------------------


    02. What Is binkd?

    binkd is a fidonet mailer working via Internet and using binkp protocol (FSP-1018 & other). This protocol is also supported by such mailers as Argus (win32; RitLabs; https://www.ritlabs.com/en/products/argus/) and it's clones Radius and Taurus, BForce (unix), Internet Rex program (DOS/W32/OS2) and BeeMail (win32; Stephen Proffitt, 1:105/10)

    binkd features:
    - freeware, open source;
    - there are versions for Unix (linux, freebsd, SCO, ...), OS/2 (native
    & EMX), Windows NT/2000/XP and Windows 95/98/Me, Windows 3.x, DOS;
    - it can work as daemon in Unix and as service in Windows NT/2000/XP,
    there is a separate version for working as service in Windows 9x;
    - simple TCP-connection (data integrity is supported at TCP level);
    - BSO (bink-style outbound);
    - ASO (Amiga-style outbound);
    - path translation in ?LO files (it is used when the outbound resides
    on a net drive);
    - personal fileboxes for each node for the files to send and to receive;
    - T-mail-style and The Brake!-style fileboxes are supported;
    - translation of a FTN-address into a domain name (*.binkp.net) is
    supported;
    - a password file in the style of T-mail is supported starting with
    version 0.9.4 and a password file in the style of ifcico starting with
    version 1.0;
    - file requests using SRIF are supported;
    - a flag on receiving files (using a template) may be created;
    - a program on receiving files (using a template) may be started;
    - receiving files (using a template) may be refused starting with
    version 0.9.4;
    - working via a HTTP or SOCKS proxy server (starting with version
    0.9.3.https);
    - password encryption (MD5) starting with 0.9.4 release;
    - traffic encryption starting with version 0.9.5;
    - the remote node IP-address check for an incoming connection is
    supported starting with version 0.9.5;
    - IPv6 support starting with 1.0.0;
    - support of IN SRV DNS records starting with 1.0.0;
    - support of perl hooks starting with 1.0.0;
    - support of bandwidth limitations starting with 1.0.0.


    ----------------------------------------------------------------------------


    03. binkp Protocol

    The name binkp means binkd protocol. It is described in FSP-1018
    (FIDOnet standard proposal) and port 24554 is assigned for binkp in
    RFC-1700 (request for comments, issued by IANA).

    The file transfer protocol using two-way TCP connection is developed for FTN mailer binkd. Port 24554 is used on default.

    There are two versions of the protocol: 1.0 and 1.1. They are backward compatible. The main difference of version 1.1 is a possibility of making
    a FREQ during a session. Besides binkp 1.1 has at present NR option (non-reliable mode dealing with a non-reliable channel) and ND option (no
    dupes mode protecting from repeated file transmission), MD5 (password
    hashing), CRYPT (traffic encryption).

    Protocol version 1.0 is supported by binkd, version 1.0 is implemented
    in Argus and its clones (binkp is implemented there with addition of FREQ processing technique of its own and other changes), in MBSE, Internet Rex, BForce and others. In Internet Rex (version 2.24 and later) an incompatible variant of binkp 1.1 of its own is implemented.

    One can find the protocol description here:
    http://binkd.grumbler.org/binkp


    ----------------------------------------------------------------------------


    04. What Is binkp.net Domain and Why Is It Necessary?

    'binkp.net' is the domain registered for FTN-address to Internet
    domain name translation. It is used primarily at binkp connections. The
    address 1:2/3.4 is translated to the domain name p4.f3.n2.z1.binkp.net;
    after that binkd (or another IP mailer) obtains the node IP-address by
    means of the operating system. If the domain name exists one can try to set
    a connection.

    A node can get address in the binkp.net domain by one of the two ways:
    set her address for incoming binkp connections in the official fidonet nodelist,
    or specify it manually via http://binkp.net interface (and then sysop can
    set address from binkp.net in the nodelist).


    ----------------------------------------------------------------------------


    05. binkd Doesn't Connect. What Should I Do?

    1. Please check whether the remote node responds at port 24554 using
    the 'telnet' command. If a connection is not set check whether your
    computer is connected to the net at this moment (using ping command). If
    the checks are successful then check binkd configuration. Increasing the loglevel to 6 or more can help here.


    Here are some examples for node 2:5080/68:

    1.1.
    (The control characters are removed from the telnet reply and it is
    broken down to lines for the sake of convinience)

    m:\>telnet f68.n5080.z2.binkp.net 24554

    -.OPT CRAM-MD5-593e3e5411515fc1cf75816bb74e41d0-SYS Academ
    -ZYZ Alexei Kuklin-LOC Ekaterinburg, Russia-NDL 115200,TCP,BINKP,HUB
    -%TIME Tue, 20 Feb 2001 15:25:20 +0500- VER binkd/0.9.4/Win32 binkp/1.1
    - 2:5080/68@fidonet-OPT ND

    M:\>ping f68.n5080.z2.binkp.net

    Pinging fido68.imp.uran.ru [195.19.130.68] with 32 bytes of data:

    Reply from 195.19.130.68: bytes=32 time=505ms TTL=122
    Reply from 195.19.130.68: bytes=32 time=555ms TTL=122
    Reply from 195.19.130.68: bytes=32 time=406ms TTL=122
    Reply from 195.19.130.68: bytes=32 time=372ms TTL=122

    The node works. Check your binkd configuration. Maybe the timeout is too small (it is the time necessary for setting up a connection, it can be evaluated using the delay before response in telnet).

    Another case: telnet connects but ping says "Request timed out".

    M:\>ping f68.n5080.z2.binkp.net

    Pinging fido68.imp.uran.ru [195.19.130.68] with 32 bytes of data:

    Request timed out.
    Request timed out.
    Request timed out.
    Request timed out.

    It means that ICMP messages are forbidden somewhere between your nodes. That does not influence binkd performance.



    1.2.

    M:\>ping f68.n5080.z2.binkp.net

    Unknown host f68.n5080.z2.binkp.net

    Such a reply means that your computer could not find a DNS entry for the node. Check the DNS configuration in your system. If it is correct make
    sure the DNS server works and the remote node address is correct.



    1.3.

    If ping replies positively but telnet cannot set up a connection it is possible that binkd is not started at the remote node currently. Try to ask
    the node's sysop whether his/her binkd is started. If it is started and can connect to other nodes then access to port 25554 is denied by the firewall
    of your net. Try to start binkd via a proxy server (see "How Can binkd Work
    via HTTP-proxy" and "How Can binkd Work via SOCKS-proxy").


    1.4.

    M:\>ping -w 5000 f68.n5080.z2.binkp.net

    Pinging fido68.imp.uran.ru [195.19.130.68] with 32 bytes of data:

    Reply from 195.19.130.68: bytes=32 time=3674ms TTL=122
    Request timed out.
    Reply from 195.19.130.68: bytes=32 time=4232ms TTL=122
    Request timed out.

    Telnet sometimes connects to port 24554 but more often it does not.


    The node works but the link channel between the partners is overloaded or too slow. Because of that binkd connects not at every try (some IP packets
    are lost) or it does not connect at all (the time to wait for the remote
    node reply is too small). You cannot get it over in the first case because
    the packets are lost in their way and you cannot improve it. In the second
    case one should increase timeouts in the binkd configuration file (the
    values are in seconds):

    timeout 60
    connect-timeout 300
    call-delay 60

    If increasing the values does not help then change your uplink.


    1.5.
    Telnet does not connect to the port 24554 and the remote host does not reply to ping.

    The node does not reply. Possible variants are:

    1 - your computer or the remote node is disconnected from the internet at the moment or routing is corrupt (the line is broken, power supply is
    switched off, some of the internet providers carries out maintenance work
    etc.) so please make several tries later.

    2 - your computer is in Intranet and getting out to the internet is possible only via a proxy server. See "How Can binkd Work via HTTP-proxy",
    "How Can binkd Work via SOCKS-proxy".


    ----------------------------------------------------------------------------


    06. How Can binkd Work via HTTP-proxy?

    It is not a rare case when users go out to the internet from their corporate LAN exclusively via the proxy server based at the only computer connected to the internet. Thus binkd cannot make a direct connection to
    the remote node and one must use the proxy server. Proxy servers support
    was included in versions 0.9.3.https, 0.9.4 and the later ones.

    One can use binkd via a HTTP proxy only if CONNECT host 24554 command
    is allowed in the proxy server or the CONNECT command is allowed for all
    remote ports. The command is usually used for the secure HTTP protocol
    (URLs of the "HTTPS://..." type), it is also known as S-HTTP. Because of
    that such a proxy is quite often referred to as a HTTPS proxy.

    If binkd reports of an authorization error then the necessary command
    is prohibited in the proxy configuration or it is allowed for some ports
    only (usually 443).

    Suppose the connected to the Internet computer has the IP address 192.168.0.1 in its LAN and the proxy server at the computer responds on
    port 3128. Here is the line in binkd configuration file necessary for
    working via the HTTP proxy.

    1. A proxy server without user authorization (no login and password are demanded):

    proxy 192.168.0.1:3128

    2. A proxy server with user authorization (it is necessary to type login and password, e.g. login "user", password "password"):

    proxy 192.168.0.1:3128/user/password

    3. Microsoft proxy server with NTLM protocol of user authorization (one must be inside a domain). Suppose login is "user", password is "password",
    the user computer is "host" and the domain name is "ntdomain":

    proxy 192.168.0.1:3128/user/password/host/ntdomain

    If the proxy server administrator has allowed connection only to some selected ports (usually to port 443) then binkd reports "Connection
    rejected by proxy". Here is an example:

    31 Mar 16:48:43 [59987] BEGIN, binkd/0.9.3/SOCKS/HTTPS -p BINKD.CFG
    31 Mar 16:48:43 [59987] clientmgr started
    + 31 Mar 16:48:43 [40423] call to 2:5000/44@fidonet
    31 Mar 16:48:43 [40423] trying 195.209.235.3, port 24554...
    31 Mar 16:48:43 [40423] connected to proxy.osu.ru:24554
    --- hpt/lnx 1.9 2022-06-20
    * Origin: Moscow, Russia (2:5020/1042)
  • From binkd Team@2:5020/1042 to All on Saturday, September 09, 2023 22:15:00
    binkd FAQ

    Frequently Asked Questions on FTN Mailer binkd
    $Date: 2022/07/01 07:11:10 $

    This list of Frequently Asked Questions was compiled from the questions that were asked in the Russian echo conference RU.BINKD. Some part of the answers is based on the developers' recommendations. Please send your
    comments and updates to Stas Degteff 2:5080/102. This list was translated
    from Russian by Michael Dukelsky 2:5020/1042.

    01. Where Can One Find a Current Copy of Stable or Beta binkd Version?
    02. What Is binkd?
    03. binkp Protocol.
    04. What Is binkp.net Domain and Why Is It Necessary?
    05. binkd Doesn't Connect. What Should I Do?
    06. How Can binkd Work via HTTP-proxy?
    07. How Can binkd Work via SOCKS-proxy?
    08. IP-Point: How Can I Make binkd to Get My Mail From My Bossnode?
    09. "start_file_transfer: .: Permission denied" Error.
    10. binkd/win and Dial-up: Dialing-up and Disconnecting Automatically.
    11. I Have Changed binkd Configuration File On-The-Fly. When Will It Be Reloaded?
    12. How Can binkd Work With T-mail/IP?
    13. Is There At Least One Log Analyzer Under Unix?
    14. binkd Connects Too Slowly Though I Have a High-Speed LAN.
    15. Why Does binkd Not Understand Command Line Options When I Start It From inetd?
    16. Can One Make a File Request From binkd?
    17. How Can my binkd Respond to a File Request?
    18. How Can I Add binkd To a Fidonet Box Working With a Modem?
    19. Flags Are Not Created On Receiving a File, Programs Do Not Start.
    20. 'skipmask' Keyword Does Not Work.
    21. binkd Under Windows 3.x.
    22. Different FTN Domains in binkd And a Tosser Without 5D Support.
    23. How Does "domain ... alias-for ..." In The Configuration File Work?
    24. What Does "send: TCP/IP error (-10000)" Mean and How To Cure It?
    25. Argus (Radius) and binkd: Argus Error "Aborting due to carrier loss"
    26. The Outbound Name Has a Comment Char and binkd Doesn't See It
    27. Is There a Possibility to Start an Application On an Event From binkd?
    28. What Is the Difference Between binkd/w32 and binkd/w9x?
    29. I Miss a Chat in binkd And I Want To Synchronize Time!
    30. binkd Receives an Incoming Call Only After an Outgoing One.
    31. "start_file_transfer: ECHO is off.: No such file or directory" Error.
    32. How to Create a Poll Correctly.
    33. What Does the Number in Brackets in the Log Mean?
    34. How to Configure binkd for sending outgoing mail?
    35. What for Does One Need the "share" Directive in the Configuration File?
    36. What for Does One Need the "ftrans" Directive in the Configuration File?
    37. Why binkd in Windows Works As a Service With Admin Rights Only?
    38. Will Anybody Make Nodelist Support in binkd After All?
    39. Does binkd Support non-ASCII Domain Names?
    A1. I Have Found a Bug in binkd!
    A2. I Want To Talk To Developers.
    A3. I Want To Get Information About Changes In binkd Immediately!
    A4. And When Will binkd Do ... ?


    ----------------------------------------------------------------------------


    01. Where Can One Find a Current Copy of Stable or Beta binkd Version?

    In fileecho AFTNBINKD.

    In Internet:

    Release versions, documentation, log analyzers etc. (Pavel Gulchouck
    2:463/68):
    ftp://cvs.happy.kiev.ua/pub/fidosoft/mailer/binkd/

    Binaries (windows, os/2):
    http://download.binkd.org
    https://sites.google.com/view/vasilyevmax/
    (Max Vasilyev 2:5057/77)

    Binary for OS/2:
    https://www.fidonet.fi/pub/binkdos2/
    (Tommi Koivula 2:221/6)

    One may find the sources at github:
    https://github.com/pgul/binkd
    or at synchronized with it CVS server:
    :pserver:binkd@cvs.happy.kiev.ua:/cvs , module binkd, empty password

    Command examples for CVS server.
    Login to the cvs server:
    cvs -d :pserver:binkd@cvs.happy.kiev.ua:/cvs login
    Retrieve the latest sources of the current branch (v.1.1 at the moment):
    cvs -d :pserver:binkd@cvs.happy.kiev.ua:/cvs co binkd
    Retrieve the latest sources of the binkd 1.0.x-stable branch:
    cvs -d :pserver:binkd@cvs.happy.kiev.ua:/cvs co -r binkd-1_0-stable binkd
    Retrieve the sources of the binkd 1.0.0-release:
    cvs -d :pserver:binkd@cvs.happy.kiev.ua:/cvs co -r binkd-1_0_0 binkd

    Anonymous FTP:
    ftp://cvs.happy.kiev.ua/pub/fidosoft/mailer/binkd/snapshot

    binkd/2 1.1a (current, EMX), compiled everynight:
    FREQ from node 2:221/1, file alias: binkd2e. It's possibe to download from
    BBS of node 2:221/1 (accessed also via telnet:rbb.dy.fi)
    http://rbb.homeip.net/pub/os2/comm/bbs/binkd2e.rar
    (Suomi, Tommi Koivula 2:221/1 & 2:221/360)

    Man page, binkp description, binaries etc. (Stas Degteff 2:5080/102):
    http://binkd.grumbler.org/

    This FAQ list:
    http://binkd.grumbler.org/binkdfaq.shtml.en (or .txt.en)

    The official binkd binaries are named in a way that shows the OS, the compiler and the way of building the program.

    Windows (32bit) versions:
    binkd.exe, binkdw32.exe - binkd/w32, console, compiled by MS Visual C
    binkd-dll.exe - binkd/w32, console, MS Visual C, needs msvcrt.dll
    binkd-mingw.exe - binkd/w32, console, MinGW32, needs msvcrt.dll
    binkd9x.exe - binkd/w9x, w/o a window, compiled by MS Visual C
    binkd9x-dll.exe - binkd/w9x, w/o a window, MS Visual C, needs msvcrt.dll
    binkd9x-mingw.exe - binkd/w9x, w/o a window, MinGW32, needs msvcrt.dll

    OS/2 versions:
    binkd2.exe - Watcom C compiler, no Perl
    binkd2e.exe - emx, can load the Perl dll and can work without it
    binkd2pl.exe - emx, Perl is liked staticly (i.e. no need in a Perl dll)
    binkd2eo.exe - emx/omf (multithreaded), no Perl.


    ----------------------------------------------------------------------------


    02. What Is binkd?

    binkd is a fidonet mailer working via Internet and using binkp protocol (FSP-1018 & other). This protocol is also supported by such mailers as Argus (win32; RitLabs; https://www.ritlabs.com/en/products/argus/) and it's clones Radius and Taurus, BForce (unix), Internet Rex program (DOS/W32/OS2) and BeeMail (win32; Stephen Proffitt, 1:105/10)

    binkd features:
    - freeware, open source;
    - there are versions for Unix (linux, freebsd, SCO, ...), OS/2 (native
    & EMX), Windows NT/2000/XP and Windows 95/98/Me, Windows 3.x, DOS;
    - it can work as daemon in Unix and as service in Windows NT/2000/XP,
    there is a separate version for working as service in Windows 9x;
    - simple TCP-connection (data integrity is supported at TCP level);
    - BSO (bink-style outbound);
    - ASO (Amiga-style outbound);
    - path translation in ?LO files (it is used when the outbound resides
    on a net drive);
    - personal fileboxes for each node for the files to send and to receive;
    - T-mail-style and The Brake!-style fileboxes are supported;
    - translation of a FTN-address into a domain name (*.binkp.net) is
    supported;
    - a password file in the style of T-mail is supported starting with
    version 0.9.4 and a password file in the style of ifcico starting with
    version 1.0;
    - file requests using SRIF are supported;
    - a flag on receiving files (using a template) may be created;
    - a program on receiving files (using a template) may be started;
    - receiving files (using a template) may be refused starting with
    version 0.9.4;
    - working via a HTTP or SOCKS proxy server (starting with version
    0.9.3.https);
    - password encryption (MD5) starting with 0.9.4 release;
    - traffic encryption starting with version 0.9.5;
    - the remote node IP-address check for an incoming connection is
    supported starting with version 0.9.5;
    - IPv6 support starting with 1.0.0;
    - support of IN SRV DNS records starting with 1.0.0;
    - support of perl hooks starting with 1.0.0;
    - support of bandwidth limitations starting with 1.0.0.


    ----------------------------------------------------------------------------


    03. binkp Protocol

    The name binkp means binkd protocol. It is described in FSP-1018
    (FIDOnet standard proposal) and port 24554 is assigned for binkp in
    RFC-1700 (request for comments, issued by IANA).

    The file transfer protocol using two-way TCP connection is developed for FTN mailer binkd. Port 24554 is used on default.

    There are two versions of the protocol: 1.0 and 1.1. They are backward compatible. The main difference of version 1.1 is a possibility of making
    a FREQ during a session. Besides binkp 1.1 has at present NR option (non-reliable mode dealing with a non-reliable channel) and ND option (no
    dupes mode protecting from repeated file transmission), MD5 (password
    hashing), CRYPT (traffic encryption).

    Protocol version 1.0 is supported by binkd, version 1.0 is implemented
    in Argus and its clones (binkp is implemented there with addition of FREQ processing technique of its own and other changes), in MBSE, Internet Rex, BForce and others. In Internet Rex (version 2.24 and later) an incompatible variant of binkp 1.1 of its own is implemented.

    One can find the protocol description here:
    http://binkd.grumbler.org/binkp


    ----------------------------------------------------------------------------


    04. What Is binkp.net Domain and Why Is It Necessary?

    'binkp.net' is the domain registered for FTN-address to Internet
    domain name translation. It is used primarily at binkp connections. The
    address 1:2/3.4 is translated to the domain name p4.f3.n2.z1.binkp.net;
    after that binkd (or another IP mailer) obtains the node IP-address by
    means of the operating system. If the domain name exists one can try to set
    a connection.

    A node can get address in the binkp.net domain by one of the two ways:
    set her address for incoming binkp connections in the official fidonet nodelist,
    or specify it manually via http://binkp.net interface (and then sysop can
    set address from binkp.net in the nodelist).


    ----------------------------------------------------------------------------


    05. binkd Doesn't Connect. What Should I Do?

    1. Please check whether the remote node responds at port 24554 using
    the 'telnet' command. If a connection is not set check whether your
    computer is connected to the net at this moment (using ping command). If
    the checks are successful then check binkd configuration. Increasing the loglevel to 6 or more can help here.


    Here are some examples for node 2:5080/68:

    1.1.
    (The control characters are removed from the telnet reply and it is
    broken down to lines for the sake of convinience)

    m:\>telnet f68.n5080.z2.binkp.net 24554

    -.OPT CRAM-MD5-593e3e5411515fc1cf75816bb74e41d0-SYS Academ
    -ZYZ Alexei Kuklin-LOC Ekaterinburg, Russia-NDL 115200,TCP,BINKP,HUB
    -%TIME Tue, 20 Feb 2001 15:25:20 +0500- VER binkd/0.9.4/Win32 binkp/1.1
    - 2:5080/68@fidonet-OPT ND

    M:\>ping f68.n5080.z2.binkp.net

    Pinging fido68.imp.uran.ru [195.19.130.68] with 32 bytes of data:

    Reply from 195.19.130.68: bytes=32 time=505ms TTL=122
    Reply from 195.19.130.68: bytes=32 time=555ms TTL=122
    Reply from 195.19.130.68: bytes=32 time=406ms TTL=122
    Reply from 195.19.130.68: bytes=32 time=372ms TTL=122

    The node works. Check your binkd configuration. Maybe the timeout is too small (it is the time necessary for setting up a connection, it can be evaluated using the delay before response in telnet).

    Another case: telnet connects but ping says "Request timed out".

    M:\>ping f68.n5080.z2.binkp.net

    Pinging fido68.imp.uran.ru [195.19.130.68] with 32 bytes of data:

    Request timed out.
    Request timed out.
    Request timed out.
    Request timed out.

    It means that ICMP messages are forbidden somewhere between your nodes. That does not influence binkd performance.



    1.2.

    M:\>ping f68.n5080.z2.binkp.net

    Unknown host f68.n5080.z2.binkp.net

    Such a reply means that your computer could not find a DNS entry for the node. Check the DNS configuration in your system. If it is correct make
    sure the DNS server works and the remote node address is correct.



    1.3.

    If ping replies positively but telnet cannot set up a connection it is possible that binkd is not started at the remote node currently. Try to ask
    the node's sysop whether his/her binkd is started. If it is started and can connect to other nodes then access to port 25554 is denied by the firewall
    of your net. Try to start binkd via a proxy server (see "How Can binkd Work
    via HTTP-proxy" and "How Can binkd Work via SOCKS-proxy").


    1.4.

    M:\>ping -w 5000 f68.n5080.z2.binkp.net

    Pinging fido68.imp.uran.ru [195.19.130.68] with 32 bytes of data:

    Reply from 195.19.130.68: bytes=32 time=3674ms TTL=122
    Request timed out.
    Reply from 195.19.130.68: bytes=32 time=4232ms TTL=122
    Request timed out.

    Telnet sometimes connects to port 24554 but more often it does not.


    The node works but the link channel between the partners is overloaded or too slow. Because of that binkd connects not at every try (some IP packets
    are lost) or it does not connect at all (the time to wait for the remote
    node reply is too small). You cannot get it over in the first case because
    the packets are lost in their way and you cannot improve it. In the second
    case one should increase timeouts in the binkd configuration file (the
    values are in seconds):

    timeout 60
    connect-timeout 300
    call-delay 60

    If increasing the values does not help then change your uplink.


    1.5.
    Telnet does not connect to the port 24554 and the remote host does not reply to ping.

    The node does not reply. Possible variants are:

    1 - your computer or the remote node is disconnected from the internet at the moment or routing is corrupt (the line is broken, power supply is
    switched off, some of the internet providers carries out maintenance work
    etc.) so please make several tries later.

    2 - your computer is in Intranet and getting out to the internet is possible only via a proxy server. See "How Can binkd Work via HTTP-proxy",
    "How Can binkd Work via SOCKS-proxy".


    ----------------------------------------------------------------------------


    06. How Can binkd Work via HTTP-proxy?

    It is not a rare case when users go out to the internet from their corporate LAN exclusively via the proxy server based at the only computer connected to the internet. Thus binkd cannot make a direct connection to
    the remote node and one must use the proxy server. Proxy servers support
    was included in versions 0.9.3.https, 0.9.4 and the later ones.

    One can use binkd via a HTTP proxy only if CONNECT host 24554 command
    is allowed in the proxy server or the CONNECT command is allowed for all
    remote ports. The command is usually used for the secure HTTP protocol
    (URLs of the "HTTPS://..." type), it is also known as S-HTTP. Because of
    that such a proxy is quite often referred to as a HTTPS proxy.

    If binkd reports of an authorization error then the necessary command
    is prohibited in the proxy configuration or it is allowed for some ports
    only (usually 443).

    Suppose the connected to the Internet computer has the IP address 192.168.0.1 in its LAN and the proxy server at the computer responds on
    port 3128. Here is the line in binkd configuration file necessary for
    working via the HTTP proxy.

    1. A proxy server without user authorization (no login and password are demanded):

    proxy 192.168.0.1:3128

    2. A proxy server with user authorization (it is necessary to type login and password, e.g. login "user", password "password"):

    proxy 192.168.0.1:3128/user/password

    3. Microsoft proxy server with NTLM protocol of user authorization (one must be inside a domain). Suppose login is "user", password is "password",
    the user computer is "host" and the domain name is "ntdomain":

    proxy 192.168.0.1:3128/user/password/host/ntdomain

    If the proxy server administrator has allowed connection only to some selected ports (usually to port 443) then binkd reports "Connection
    rejected by proxy". Here is an example:

    31 Mar 16:48:43 [59987] BEGIN, binkd/0.9.3/SOCKS/HTTPS -p BINKD.CFG
    31 Mar 16:48:43 [59987] clientmgr started
    + 31 Mar 16:48:43 [40423] call to 2:5000/44@fidonet
    --- hpt/lnx 1.9 2023-02-09
    * Origin: Moscow, Russia (2:5020/1042)
  • From Wilfred van Velzen@2:280/464.112 to binkd Team on Monday, September 11, 2023 08:34:08
    Hi binkd,

    On 09 Sep 23 22:15, binkd Team wrote to All:
    about: "binkd FAQ [1/4]":

    $Date: 2022/07/01 07:11:10 $

    This still needs updating! After this recent addition:

    - Binary for OS/2:
    - https://www.fidonet.fi/pub/binkdos2/
    - (Tommi Koivula 2:221/6)


    Wilfred.

    --- FMail-W64 2.2.0.0
    * Origin: point@work (2:280/464.112)