User Tools

Site Tools


packet:ip

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
packet:ip [2024/09/27 18:18] – [On the Remote Server] gm5augpacket:ip [2024/09/27 18:21] (current) – [Linux kernel AX.25 support + kissattach] gm5aug
Line 54: Line 54:
  
 Specify a unique IP in the same subnet at each end, e.g. 10.0.0.1 and 10.0.0.2. You can use private (RFC1918) addresses, or any others you have allocated, eg from 44net. Specify a unique IP in the same subnet at each end, e.g. 10.0.0.1 and 10.0.0.2. You can use private (RFC1918) addresses, or any others you have allocated, eg from 44net.
 +
 +Note that if you already have a 44net IP address on an interface (for example a Wireguard tunnel), you will need to follow a slightly different method to configure the IP and subnet on ax0 (swapping the IP and subnet for your own):
 +
 +<code>
 +sudo kissattach /dev/ttyACM0 myport
 +sudo ip addr add 44.10.0.1/28 dev ax0
 +</code>
 +
  
 ''/dev/ttyACM0'' is the device path for a single NinoTNC, adjust as required. ''/dev/ttyACM0'' is the device path for a single NinoTNC, adjust as required.
packet/ip.1727461082.txt.gz · Last modified: 2024/09/27 18:18 by gm5aug