Hi!
I've got a problem with ax25ipd.
If I want to connect Linux from Win98/Flexnet the Linux-Server
seems to receive the packets and also wants to answer, but
Linux doesn't send any packet back.
linux/listen:
axip1: fm OE8RSQ-14 to OE8RSQ-13 ctl SABM+
axip1: fm OE8RSQ-13 to OE8RSQ-14 ctl UA-
axip1: fm OE8RSQ-14 to OE8RSQ-13 ctl SABM+
axip1: fm OE8RSQ-13 to OE8RSQ-14 ctl UA-
win98/flexnet/bct:
T00:01 01:06 OE8RSQ-14>OE8RSQ-13>SABM,P
T00:01 01:06 OE8RSQ-14>OE8RSQ-13>SABM,P
linux/ax25ipd:
Current configuration:
socket udp on port 93
mode tnc
device /dev/ttyq0
speed 38400
beacon every 3600
btext ax25ip -- AXIP gateway
loglevel 2
1 active routes.
OE8RSQ-14 192.168.1.1 ip 0 3
0 parameters
Input stats:
KISS input packets: 2
too big: 0
bad type: 0
too short: 0
not for me: 0
I am destination: 0
no route found: 0
UDP input packets: 2
IP input packets: 0
failed CRC test: 0
too short: 0
not for me: 0
I am destination: 0
Output stats:
KISS output packets: 2
beacons: 0
UDP output packets: 0
IP output packets: 0
linux/axports:
radio1 OE8RSQ-10 9600 255 7 radio1
radio2 OE8RSQ-11 1200 255 2 radio2
axip1 OE8RSQ-13 38400 255 7 AXIP Gateway
linux/ax25ipd.conf:
# udp and tnc necessary for flexnet
socket udp 93
mode tnc
mycall oe8rsq-13
myalias robert
beacon every 3600
btext ax25ip -- AXIP gateway
device /dev/ttyq0
speed 38400
loglevel 2
win98/flexnet/flexload.bat:
C:\>type flexload.bat
lh flexnet 30
ether32 /c=1 /n0=AXIP_UDP,192.168.1.100:93
lh flex
fset mode 0 38400
fset txdelay 0 1
linux/ifconfig:
ax0 Link encap:AMPR AX.25 HWaddr OE8RSQ-13
inet addr:44.1.1.1 Mask:255.0.0.0
UP RUNNING MTU:255 Metric:1
RX packets:72 errors:0 dropped:0 overruns:0 frame:0
TX packets:122 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:10
scc0 Link encap:AMPR AX.25 HWaddr OE8RSQ-10
inet addr:44.143.216.14 Mask:255.0.0.0
UP RUNNING MTU:256 Metric:1
RX packets:245 errors:243 dropped:0 overruns:0 frame:0
TX packets:17 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:16
scc1 Link encap:AMPR AX.25 HWaddr OE8RSQ-11
inet addr:44.143.216.15 Mask:255.0.0.0
UP RUNNING MTU:256 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:16
eth0 Link encap:Ethernet HWaddr 00:A0:C9:12:38:C3
inet addr:192.168.1.100 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1942 errors:0 dropped:0 overruns:0 frame:0
TX packets:1395 errors:0 dropped:0 overruns:0 carrier:1
collisions:0 txqueuelen:100
Interrupt:10 Base address:0x300
linux/parts from the startscript:
ifconfig scc0 44.143.216.14 netmask 255.0.0.0 hw ax25 OE8RSQ-10 &&
ifconfig scc1 44.143.216.15 netmask 255.0.0.0 hw ax25 OE8RSQ-11 &&
kissattach /dev/ptyq0 axip1 44.1.1.1 >/dev/null &&
startproc /usr/sbin/ax25ipd >/dev/null &&
It seems that there is really no UDP answer from Linux on the ethernet
although
it want's to answer. (checked with a packet sniffer)
Thanks in advance
Robert