packet:xrouter:howtos:xrbpq
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| packet:xrouter:howtos:xrbpq [2025/09/29 13:37] – g8pzt | packet:xrouter:howtos:xrbpq [2025/09/29 14:16] (current) – g8pzt | ||
|---|---|---|---|
| Line 13: | Line 13: | ||
| If we assume that GB7XRP is the XRPi node and GB7BPQ is the BPQ node: | If we assume that GB7XRP is the XRPi node and GB7BPQ is the BPQ node: | ||
| - | You need the following two lines in BPQ.CFG... | + | You need a " |
| < | < | ||
| - | UDP 10093 | + | PORT |
| - | MAP GB7XRP localhost 9393 B | + | PORTNUM=1 |
| + | ID=AXIP | ||
| + | DRIVER=BPQAXIP | ||
| + | CONFIG | ||
| + | | ||
| + | MAP GB7XRP localhost 9393 B | ||
| + | ENDPORT | ||
| </ | </ | ||
| Line 40: | Line 46: | ||
| </ | </ | ||
| - | (if you already have an AXUDP interface, you will only need the **PORT** because the interface will support unlimited ports.) | + | //(if you already have an AXUDP interface, you will only need to add the **PORT** because the interface will support unlimited ports.)// |
| IPLINK is the ip address or hostname of the other end of the link, in the case BPQ. Since they are both on the same computer, IPLINK should be " | IPLINK is the ip address or hostname of the other end of the link, in the case BPQ. Since they are both on the same computer, IPLINK should be " | ||
| Line 48: | Line 54: | ||
| UDPREMOTE is the UDP port that XRouter **TRANSMITS** on. It must match one of the " | UDPREMOTE is the UDP port that XRouter **TRANSMITS** on. It must match one of the " | ||
| + | ==== XRouter and BPQ on Different Computers: ==== | ||
| + | |||
| + | The only difference is that " | ||
| + | |||
| + | For example, lets assume that GB7BPQ' | ||
| + | |||
| + | In BPQ.CFG the MAP line would be as follows: | ||
| + | |||
| + | < | ||
| + | MAP GB7XRP 192.168.0.20 9393 B | ||
| + | </ | ||
| + | |||
| + | And in XROUTER.CFG the IPLINK line would be as follows: | ||
| + | |||
| + | < | ||
| + | PORT=3 | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | ENDPORT | ||
| + | </ | ||
| + | |||
| + | ==== Linking Via The Internet: ==== | ||
| + | |||
| + | If the two nodes are not at the same location, you must enable (aka " | ||
| + | |||
| + | Thus at GB7BPQ you would open UDP port 10093, and forward the traffic to the LAN IP address of the BPQ node. | ||
| + | |||
| + | And at GB7XRP you would open UDP port 9393, and forward the traffic to the LAN IP address of XRouter. | ||
| + | |||
packet/xrouter/howtos/xrbpq.1759153041.txt.gz · Last modified: by g8pzt
