From: minima
-Last modified: Sun Sep 2 21:12:19 BST 2001
+Last modified: Sun Sep 2 21:33:58 BST 2001
At the moment, anybody can connect inwards at any time from outside, either by ax25 or by
telnet (assuming you have followed the instructions in installation
@@ -71,7 +71,6 @@ Last modified: Sun Sep 2 21:12:19 BST 2001
abort (Busy|Sorry|Fail)
# don't forget to chmod 4775 netrom_call!
connect ax25 /usr/sbin/netrom_call bbs gb7djk-0 g1tlh-0
- 'Connected' ''
'Connected' 'c np7'
'*** Connect' 'c gb7dxm'
'Connect' ''
@@ -79,7 +78,13 @@ Last modified: Sun Sep 2 21:12:19 BST 2001
The -0 ssid is important if you want it to work reliably. Obviously if you are
using a different ssid then you would use that. You can use the Netrom alias instead if it
- it is in the machines node table
The line: "'Connected' ''" means: wait for + the string Connected and when that is seen, then move onto the next line + without sending anything. The reason you do this (in this case) is to wait + for the final "connect" string from the BPQ node that directly connects you to the + cluster node itself.
A AGW Engine example would be very similar and look like this:-
@@ -87,7 +92,6 @@ Last modified: Sun Sep 2 21:12:19 BST 2001 timeout 60 abort (Busy|Sorry|Fail) connect agw 2 g1tlh - '*** Connected' '' '*** Connect' 'c np7' 'Connected' 'c gb7dxm' 'Connect' '' @@ -187,18 +191,18 @@ Last modified: Sun Sep 2 21:12:19 BST 2001 ignored, as are wholly blank lines.In the case of a
@@ -218,22 +222,26 @@ Last modified: Sun Sep 2 21:12:19 BST 2001
from 1) and the callsign of the first "hop" along the way.
-
When the left hand string has found what it is expecting (if + it is) then the right hand string is sent to the connection. -
When the left hand string has found what it is looking (if - it is) then the right hand string is sent to the connection. +
If the right hand string is empty ('') then nothing is sent, the + script simply moves onto the next line.
This process is repeated for every line of chat script.
-