Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
howto:binkd [2010/02/25 00:25] – created digitalman | howto:binkd [2021/01/17 22:34] (current) – [SBBSecho] add fixme for old sbbsecho settings ragnarok | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Use BinkD with Synchronet and SBBSecho ====== | ====== Use BinkD with Synchronet and SBBSecho ====== | ||
- | {{tag>fidonet}} | + | |
- | FIXME | + | Instructions on using BinkD (FidoNet/ |
+ | |||
+ | ===== Variables ===== | ||
+ | |||
+ | Ok, let's just run through them then... I'll use the following: | ||
+ | |||
+ | ^Variable | ||
+ | |bP |Your binkd path (Mine is ''/ | ||
+ | |sP |Synchronet installation directory (e.g. ''/ | ||
+ | |fZ |your Fidonet Zone (1 for north america) | | ||
+ | |fA |Your complete fidonet address (ie: 1: | ||
+ | |SysN |your BBS name (e.g. FreeBSD Synchronet) | | ||
+ | |SL |Your BBS location (e.g. Yorkton, Sk) | | ||
+ | |SN |Sysop name (e.g. Stephen Hurd) | | ||
+ | |HfA |Your hub's FidoNet address (e.g. 1:140/1) | | ||
+ | |HiA |Your hub's internet address | | ||
+ | |PASS |The password for the hub | | ||
+ | |||
+ | Note, IONs are listed as 300bps in the nodeinfo. | ||
+ | |||
+ | ===== binkd.cfg ===== | ||
+ | |||
+ | The BinkD configuration file (a.k.a. '' | ||
+ | |||
+ | <file binkd.cfg> | ||
+ | domain | ||
+ | domain fido alias-for fidonet | ||
+ | domain fidonet.org alias-for fidonet | ||
+ | address fA@fidonet | ||
+ | sysname " | ||
+ | location " | ||
+ | sysop " | ||
+ | nodeinfo 300, | ||
+ | connect-timeout 60 | ||
+ | try 10 | ||
+ | hold 600 | ||
+ | send-if-pwd | ||
+ | log bP/ | ||
+ | loglevel 4 | ||
+ | percents | ||
+ | printq | ||
+ | backresolv | ||
+ | inbound bP/ | ||
+ | inbound-nonsecure bP/ | ||
+ | temp-inbound bP/ | ||
+ | minfree 2048 | ||
+ | minfree-nonsecure 2048 | ||
+ | kill-dup-partial-files | ||
+ | kill-old-partial-files 86400 | ||
+ | kill-old-bsy 43200 | ||
+ | flag / | ||
+ | flag / | ||
+ | prescan | ||
+ | node HfA@fidonet -md HiA PASS | ||
+ | </ | ||
+ | |||
+ | **Tip:** Use forward-slashes (''/'' | ||
+ | |||
+ | **Tip:** Use '' | ||
+ | |||
+ | **NOTE:** If root-domain is used, it applies to //all// FTNs listed. This is not proper if you are in more than one FTN because all f.n.z DNS lookups will go to this domain no matter what FTN they are. In the case of binkp.net, it only knows fidonet. Each FTN that provides DNS lookups for f.n.z format need their own DNS lookup host specified. So you should use the newer format of binkd' | ||
+ | |||
+ | eg:<file binkd.cfg> | ||
+ | #domain FTN outbound dir zone DNS lookup host | ||
+ | domain | ||
+ | domain | ||
+ | domain | ||
+ | domain | ||
+ | </ | ||
+ | ===== SBBSecho ===== | ||
+ | |||
+ | FIXME - This howto show old sbbsecho config settings (must be update to new sbbsecho.ini format) | ||
+ | |||
+ | Here's my '' | ||
+ | |||
+ | <file sbbsecho.cfg> | ||
+ | NOTIFY 1 | ||
+ | SECURE_ECHOMAIL | ||
+ | FUZZY_ZONE | ||
+ | FLO_MAILER | ||
+ | KILL_EMPTY | ||
+ | LOG 0FFFFFFF | ||
+ | INBOUND bP/ | ||
+ | SECURE_INBOUND bP/ | ||
+ | OUTBOUND bP/ | ||
+ | ARCSIZE 0 | ||
+ | PKTSIZE 0 | ||
+ | PKTPWD ALL PASS | ||
+ | PACKER ZIP 0 504B | ||
+ | PACK / | ||
+ | UNPACK / | ||
+ | END | ||
+ | USEPACKER | ||
+ | AREAFIX | ||
+ | ROUTE_TO | ||
+ | </ | ||
+ | |||
+ | ===== Multiple Zones ===== | ||
+ | |||
+ | That's all fine and dandy if Fido is the only FTN network you're on... but what if you're a member of more than one (a.k.a. " | ||
+ | |||
+ | ^Variable | ||
+ | |xA |Your complete othernet address (e.g.: 777:777/52) | | ||
+ | |HxA |Your x-league hub's FTN address (e.g.: 777:777/0) | | ||
+ | |HxiA |Your x-league hub's internet address | | ||
+ | |xPASS | ||
+ | |||
+ | Moreover, we'll have to explicitly route all FidoNet stuff by zone to your fidonet hub. The DEFAULT ZONE does not change per network with sbbsecho... it is what's set up as the zone for your first FTN address. The following lines are added to the previous example '' | ||
+ | |||
+ | <file binkd.cfg> | ||
+ | domain othernet bP/outbound fZ | ||
+ | address xA@othernet | ||
+ | node HxA@othernet -md HxiA xPASS | ||
+ | </ | ||
+ | |||
+ | |||
+ | And the corresponding '' | ||
+ | |||
+ | <file sbbsecho.cfg> | ||
+ | NOTIFY 1 | ||
+ | SECURE_ECHOMAIL | ||
+ | FUZZY_ZONE | ||
+ | FLO_MAILER | ||
+ | KILL_EMPTY | ||
+ | LOG 0FFFFFFF | ||
+ | INBOUND bP/ | ||
+ | SECURE_INBOUND bP/ | ||
+ | OUTBOUND bP/ | ||
+ | ARCSIZE 0 | ||
+ | PKTSIZE 0 | ||
+ | PKTPWD 1:ALL PASS | ||
+ | PKTPWD 2:ALL PASS | ||
+ | PKTPWD 3:ALL PASS | ||
+ | PKTPWD 4:ALL PASS | ||
+ | PKTPWD 5:ALL PASS | ||
+ | PKTPWD 6:ALL PASS | ||
+ | PKTPWD 777:ALL xPASS | ||
+ | PACKER ZIP 0 504B | ||
+ | PACK / | ||
+ | UNPACK / | ||
+ | END | ||
+ | USEPACKER | ||
+ | USEPACKER | ||
+ | USEPACKER | ||
+ | USEPACKER | ||
+ | USEPACKER | ||
+ | USEPACKER | ||
+ | USEPACKER | ||
+ | AREAFIX | ||
+ | AREAFIX | ||
+ | AREAFIX | ||
+ | AREAFIX | ||
+ | AREAFIX | ||
+ | AREAFIX | ||
+ | AREAFIX | ||
+ | ROUTE_TO | ||
+ | ROUTE_TO | ||
+ | ROUTE_TO | ||
+ | ROUTE_TO | ||
+ | ROUTE_TO | ||
+ | ROUTE_TO | ||
+ | ROUTE_TO | ||
+ | </ | ||
+ | |||
===== See Also ===== | ===== See Also ===== | ||
- | * [[:util:SBBSecho]] | + | * [[http:// |
+ | * [[http:// | ||
+ | * [[util:SCFG:]] | ||
* [[: | * [[: | ||
* [[: | * [[: | ||
+ | * [[network: | ||
* [[: | * [[: | ||
+ | {{tag> |