VK2DOT Packet & Web  SITE    

Generated by Rod McCosker - Central Coast, NSW, Australia

XRouter 32 bit UDP to BPQ32 Connection:

 

Last updated 18-Apr-2012 

 

Web Address - http://vk2dot.dyndns.org/XR32/XR32_to_BPQ32.htm

 

INTRODUCTION:

 

The VK2DOT System comprises of the following Laptops –

 

VK2DOT-1           XR32      Node      192,168.1.6           

VK2DOT-2           WinFbb  BBS        192,168.1.3

VK2DOT-3           XServer  BBS        192,168.1.77

VK2DOT-0           BPQ32   BBS        192,168.1.3

VK2DOT-8           BPQ32   Node      192,168.1.3

VK2DOT-11         BPQ32   Chat        192,168.1.3

 

All UDP connections from the BBS’s are connected via the VK2DOT-1 XR32 Node to the outside world.

 

The VK2DOT-2 WinFbb BBS is connect to VK2DOT-1 via BPQ32 BBS then via a UDP connection port 10096

The VK2DOT-3 XServer BBS is connect to VK2DOT-1 via UDP port 8888

The VK2DOT-0 BPQMail BBS is connect to VK2DOT-1 via UDP port 10096

 

One of the main problems with BPQ32 using UDP -> Has problems connecting to XRouter 16 & 32bit Nodes. We have found the XRouter 32 bit connects to every other packet system using UDP or IP without problems. To enable the flow from XRouter 32 bit to BPQ32 and back – use the following parameters [as used at VK2DOT.

NOTE: your port and interface numbers may be different] –

 

XR32:    Xrouter,cfg

 

;

;=======================================================================

;              PROXY'S

;=======================================================================

;

  PROXY=VK2DOT-0 DOTBBS 220 VK2DOT-2  13

  PROXY=VK2DOT-2 DOTBBS 220 VK2DOT-2  13

  PROXY=VK2DOT-3 DOTXS 250 192.168.1.77 8888 vk2dot

;

;--------------------------------------

; Ethernet Interface  [if using NDISXPKT]

;--------------------------------------

;

INTERFACE=12

        TYPE=EXTERNAL

        ID=Ethernet LAN

        PROTOCOL=ETHER

        MTU=1064

        ETHADDR=00:08:02:1e:79:c7  ; The VK2DOT PC MAC Address

ENDINTERFACE

;

;--------------------------------------

PORT=12;

        ID=Ethernet LAN

        INTERFACENUM=12

        IPADDRESS=192.168.1.6       ; XR32 IP address

        MAXFRAME=4

        MHEARD=2

        DYNDNS=1

ENDPORT

;

;--------------------------------------

;       VK2DOT-8:DOTBPQ ------

PORT=17

        ID=AXUDP link [BPQ] VK2DOT         BPQ32 & BPQBBS on this Machine

        INTERFACENUM=14

        IPLINK=192.168.1.3                      ; BPQ32 Machine IP address

        UDPLOCAL=10096

        UDPREMOTE=10096

        QUALITY=220

        PACLEN=236

        MHEARD=2

;        NODESINTERVAL=15

ENDPORT

;

;--------------------------------------

;

ROUTES

;

 vk2dot-8 13 255 !

 vk2dot-0 13 255 !

***

;

;===================================================================

COMMAND=BBS         C 13 VK2DOT-0  S

COMMAND=FBB         C 13 VK2DOT-2  S

COMMAND=BPQ         C 13 VK2DOT-8  S

COMMAND=BPQBBS  C 13 VK2DOT-0  S 

COMMAND=CHT         C 13 VK2DOT-11

;COMMAND=EMAIL    C 13 VK2DOT-10 S

;

;===================================================================

 

 

BPQ32:   BPQ32.cfg

 

;-----------------------AXUDP PORT---------------------------------------------

PORT

 PORTNUM=10                                 ; Optional but sets port number if stated

 ID=AX/IP/UDP                                 ; Displayed by PORTS command

 TYPE=EXTERNAL                        ; Calls an external module

 DLLNAME=BPQAXIP.DLL         ; Uses BPQAXIP.DLL

 QUALITY=192                                 ; Quality factor applied to node broadcasts heard on

 MINQUAL=168                                ; Entries in the nodes table with qualities greater or

 MAXFRAME=7                               ; Max outstanding frames (1 thru 7)

 FRACK=3000                                   ; Level 2 timout in milliseconds

 RESPTIME=1000                             ; Level 2 delayed ack timer in milliseconds

 RETRIES=5                                      ; Level 2 maximum retry value

 PACLEN=236                                   ; Max = 236

 

CONFIG

  MHEARD                                         ;Opens AXIP MHEARD window

  UDP 10096

 

  AUTOADDMAP                             ;This option automatically adds the node call and

  BROADCAST NODES

 

  MAP DUMMY chatmap.g8bpq.net                             UDP  10090    ; For the CHAT Map

 

  MAP VK2DOT-1             192.168.1.6                           UDP  10096    ; XR32 Node

 

ENDPORT

 

;======================ROUTES SECTION==========================================

 

ROUTES:                                           ; Locked routes (31 maximum)

 

 VK2DOT-1,255,10,0,0,0,1

***                                                       ; Denotes end of locked routes

 

;=====================APPLICATIONS SECTION=====================================

 

APPLICATION  1,BBS,,VK2DOT-0,DOTBBS,255

APPLICATION  2,CHAT,,VK2DOT-11,DOTCHT,255

APPLICATION  3,XR,C 10 VK2DOT-1,,,

 

;==============================================================================

 

<eof>