According to Andrew R. Brink: While burning my CPU.
> 
> Hi,
> I've got my network cards (3c509b) setup on 2 machines.  But they cant
> ping each other?
> 
> Here's the setup.
> 
> machine 1 ---- 3com hub ----- machine 2
> 
> machine 1 : ifconfig eth0 192.168.1.1 up
>           route add -net 192.168.1.0 netmask 255.255.255.0 eth0
> 
> machine 2 : ifconfig eth0 192.168.1.2 up
>           route add -net 192.168.1.0 netmask 255.255.255.0 eth0
> 
> What have I missed in my configuration?  Why can't they ping each other?
> 
> I'm pretty sure that the cables are working because when the machines
> try to ping each other, the packet light on my hub flashes. 

I have been following this problem in the middle of some 500 mails, now i
could have missed one or two, but i rather think this one is the origanal
question, i have seen many replys and tips, but, no one as far as i can see
has said, try the following.

machine 1 :
ifconfig eth0 192.168.1.1 broadcast 192.168.1.255 netmask 255.255.255.0
          route add 192.168.1.2 eth0
machine 2 : 
ifconfig eth0 192.168.1.2 broadcast 192.168.1.255 netmask 255.255.255.0
          route add 192.168.1.1 eth0

Use, 'route del default' on both machines if there are further problems.

That should work.

> 
> Please help me.
> 
> TIA,
> Andrew Brink
> KB0YMH, Age 15.
> 


-- 
Regards Richard.
[EMAIL PROTECTED]

Reply via email to