hi,

i want to make a point to point connection via soundmodem.
i can ping the points/computers but no one is answering.
in smdiag i can see the signal.

my configuration:

-- computer a kernel 2.2.10
insmod ax25
insmod hdlcdrv
setcrystal -s 0x220 -i 5 -d 1
insmod soundmodem
sethdlc -p -i sm0 mode sbc:afsk1200 io 0x220 irq 5 dma 1 pario 0x378
ifconfig sm0 hw ax25 OH2BNS-1 up
ifconfig sm0 192.42.172.11
smmixer -i sm0 i=0 o=0 s=line
route add -net 192.42.172.0 sm0
sethdlc -i sm0 -a txd 500 slot 50 ppersist 128
axparms -route add 1 OH2BNS-2
arp -H ax25 -i sm0 -s 192.42.172.12 OH2BNS-2

/etc/ax25/axports:
1       OH2BNS-1        1200    255     2       144.675 MHz (1200  bps)
-- 

-- computer b kernel 2.0.36
insmod ax25
insmod hdlcdrv
setcrystal -s 0x220 -i 5 -d 1
insmod soundmodem
sethdlc -p -i sm0 mode sbc:afsk1200 io 0x220 irq 5 dma 1 pario 0x378
ifconfig sm0 hw ax25 OH2BNS-2 up
ifconfig sm0 192.42.172.12
smmixer -i sm0 i=0 o=0 s=line
route add -net 192.42.172.0 sm0
sethdlc -i sm0 -a txd 500 slot 50 ppersist 128
axparms -route add 1 OH2BNS-1
arp -H ax25 -i sm0 -s 192.42.172.11 OH2BNS-1

/etc/ax25/axports:
1       OH2BNS-2        1200    255     2       144.675 MHz (1200  bps)
-- 

what could be the problem?
did i forget something?

btw: on computer a (kernel 2.2.10) i can see the route entry ("axparms -route
list") from "axparms -route add 1 OH2BNS-2".
on computer b (kernel 2.0.36) i am not able to insert any route entry.

cu;
  bernd

Reply via email to