On Sun, 8 Aug 1999, Glasscock Family wrote:

> I haven't seen anything on this so here is my question: I have the
> standard ax25 tools, version 2.1.42 or whatever that is, and I am
> trying to set up a link to someone using TCP/IP carried over netrom,
> for the netrom man page: IP traffic may be stacked on top of NET/ROM
> frames using a non-standard extension to the NET/ROM protocol. I am
> wondering how do I set it up.

Ok. This is from memory so some details might be wrong. But I think it
should get you going. After this script your end should be ok. Then you
have to get the #ALW router to do the same so it can route any reply
IP datagrams to you. A route and arp needs to be set up there.

# Set up the netrom interface. (Assuming you haven't already done that)
#
nrattach -i 44.12.0.144 -m 236 netrom_port_name_as_in_nrports
#
# Route the gw through the nr0 interface.
#
route add -host 44.12.3.131 window 392 dev nr0
#
# NET/ROM doesn't support automatic ARP so this has to be done manually.
# You will have to replace "#ALW" with the real callsign, alias won't work.
#
arp -H netrom -s 44.12.3.131 #ALW
#
# The rest of the world is behind the router.
#
route add -net 44.0.0.0 netmask 255.0.0.0 gw 44.12.3.131
#
# All done!

-- 
--- Tomi Manninen / [EMAIL PROTECTED] / OH2BNS @ OH2RBI.FIN.EU ---

Reply via email to