There were some problems getting the forward from linbpq through a uronode to a linfbb bbs. I spent a while testing to see if we could get things going. It actually works pretty well.
I have add the following connection script to linbpq
1 2 | ATT 3 C 44.137.31.73 3694 NEEDLF PI8LAP pi8lap BBS |
ATT 3 stands for attach port 3, and port 3 is in my system the telnet port.
Furthermore, in uronode.conf I have created an Alias with the name BBS. So if the command BBS is given in uronode, you will be connected with linfbb.
1 | Alias BBS "c pi8lap" |
We can test whether the forward script does what it is supposed to do. Let’s start the forward in Linbpq.
Log file of Linbpq
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | 171209 05:36:28 >PI8LAP ATT 3 171209 05:36:28 <PI8LAP LAPBPQ:PI1LAP-9} Ok 171209 05:36:28 >PI8LAP C 44.137.31.73 3694 NEEDLF PI8LAP pi8lap BBS 171209 05:36:28 <PI8LAP *** Connected to Server 171209 05:36:28 <PI8LAP ��"(uro.pd2lt.ampr.org:uronode) login: *** Password required! 171209 05:36:28 <PI8LAP If you don't have a password please mail 171209 05:36:28 <PI8LAP pd2lt (@) packet-radio.net for a password you wish to use. 171209 05:36:28 <PI8LAP Password: ��^A��^A 171209 05:36:28 <PI8LAP [URONode v2.8.1] 171209 05:36:28 <PI8LAP Welcome pi8lap to the uro.pd2lt.ampr.org packet shell. 171209 05:36:28 <PI8LAP Network node PI1LAP is located in Kortgene, Zeeland, JO11VN Regio 33 171209 05:36:28 <PI8LAP 171209 05:36:28 <PI8LAP 171209 05:36:28 <PI8LAP {BBS} Linfbb V7.0.8-beta4 (pi8lap) 171209 05:36:28 <PI8LAP {DX} DXSpider V1.55 build 0.196 (pi1lap-4) 171209 05:36:28 <PI8LAP {FPac} Fpac node 4.0.0 (pi1lap-7) 171209 05:36:28 <PI8LAP {JNos} Jnos2.0k1 (pd2lt) 171209 05:36:28 <PI8LAP {Xnet} Xnet v1.39 (pi1lap) 171209 05:36:28 <PI8LAP {RMS} Winlink Gateway 2.4.0-182 (pi1lap-10) 171209 05:36:28 <PI8LAP {BPQ} Linbpq 6.0.13.1 (pi1lap-9) 171209 05:36:28 <PI8LAP {CHat} Linbpq chat (pi1lap-6) 171209 05:36:28 <PI8LAP {COnv} WWconvers saup-1.62a 171209 05:36:28 <PI8LAP 171209 05:36:28 <PI8LAP pi8lap@uro.pd2lt.ampr.org-IPv6: Trying pi8lap ... <Enter> aborts. 171209 05:36:28 <PI8LAP *** connected to pi8lap 171209 05:36:29 <PI8LAP [FBB-7.0.8-AB1FHMRX$] 171209 05:36:29 <PI8LAP Hallo Niels, welkom. 171209 05:36:29 <PI8LAP 1:PI8LAP-BBS> 171209 05:36:29 >PI8LAP [BPQ-6.0.13.1-B1FIHJM$] 171209 05:36:29 >PI8LAP FF |
Okay looks good.