TCP-group 1995
[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
Re: help with LAN<->Pkt radio
- To: tcp-group@ucsd.edu
- Subject: Re: help with LAN<->Pkt radio
- From: csmall@acs.itd.uts.edu.au (c.small-student-ele-acacia-90064116)
- Date: Tue, 21 Mar 1995 17:52:31 +1000 (EST)
> Has anyone got any advise on how I should procede.
>
> I have a machine set up on my LAN running KA9q. This machine also runs a
> TNC of the baycom variety. My problem is that I cannot get off the LAN and
> onto the PKT radio network. When running trace en0 211 on the KA9q box it
> appears to be unable to send a reply to the ARP request of my LAN machine
> (which is trying to reach a PKT radio IP address) What am I doing wrong? I
> will post replies if there is any interest
I'm assuming that your network looks something like this;
1.1.1.1<----LAN--->2.2.2.2<----radio--->3.3.3.3 (and everyone else!)
LAN mach ka9q destination
Now, what is the LAN machine ARPing for? The ka9q system or the destination.
If your getting ARPs for (in the example) 3.3.3.3 then you have a routing
table problem in the LAN machine. The routing table for the LAN machine
should be something like;
2.2.2.2 eth0
default eth0 2.2.2.2
So everyting goes to the ka9q system, and we get that via the ethernet
port.
You may have problems with return traffic (3.3.3.3 may arp for 1.1.1.1 to
reply). Most people kludge it by making the ka9q system proxy arp for the
LAN machine. Ugly but it works.
- Craig vk2xlz