Subject: Re: 2 network cards
To: None <netbsd-help@NetBSD.org>
From: James K. Lowden <jklowden@schemamania.org>
List: netbsd-help
Date: 11/24/2003 22:36:54
On Tue, 25 Nov 2003 02:55:33 +0000, Daniel Bolgheroni
<dbolgheroni@uol.com.br> wrote:
> 
> ifconfig_sip0="inet 10.0.0.11 netmask 255.0.0.0" # ADSL connection
> ifconfig_vr0="inet 10.0.0.1 netmask 255.0.0.0"   # local network
> 
> With this configuration, I can ping only sip0 card at startup. 

I believe the problem is that both cards are on the same subnet.  Put
yourself in the kernel's shoes: given a packet destined for 10.0.0.2,
which interface should it be routed through?  

--jkl