On Sun, 7 May 2000, Paul Delaney wrote:

> 
> Hello All,
> 
> I have two PC's networked, both machines can ping each other, but I cannot
> get a working default route set on PC2.
> 
> PC1: TNOS 44.16.2.46
>      LINUX 44.16.2.48
>      ETH0 192.168.0.1
> 
> PC2: ETH0 44.16.2.58
> 
> I am running RH 6.2 on PC2. The TNOS address above is my link to the
> Internet. So I need PC2 to have TNOS as the default gateway. I have set
> the default route in PC2 (network config) but it does not work. I have
> also tried using the 44.16.2.48 address as the default but no joy.
> However, using 44.16.2.48 as the DNS works fine.
> 
> I'm stumped and don't know where to go from here! Help! 
> 
> Paul Delaney
> [EMAIL PROTECTED]
> kb2shu@kb2shu.#sca.ca.usa.noam
> [EMAIL PROTECTED]
> www.moonlink.net/~paul
> 
> 
Hi Paul,
   your PC2 probably expects to find it's subnet routing partner on the eth0
interface.   Your TNOS (default router in this case) is hidden from the eth0
interface.  I use proxy arp here for just that situation.  I forget the
actual arp command at the moment, but do an arp for both your pc1 linux and
your tnos, using the eth0 hardware address for both linux and tnos.  Be sure
you have proper routing in place, and it should find your tnos.
    ... ok, found my arp commands (using 2.0.36/libc so your command might
be a little different with the RH 6.1).  Here's mine from rc.local:

  /sbin/arp -s 44.46.97.3 00:40:95:E1:14:78 pub  #linux
  /sbin/arp -s 44.46.97.1 00:40:95:E1:14:78 pub  #jnos

--
73, Ronnie.
[EMAIL PROTECTED]


Reply via email to