Subject: 2 network cards
To: None <netbsd-help@netbsd.org>
From: Daniel Bolgheroni <dbolgheroni@uol.com.br>
List: netbsd-help
Date: 11/25/2003 02:55:33
Hi,

I'm have 2 network cards in my workstation, one for the local network and one 
for ADSL connection, and I'm trying to assign an IP for each one.

But I'm having problems. My rc.conf looks like this:

---------------------
(...)

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. When I try to 
ping vr0, I get no answer.

---------------------
$ ping 10.0.0.1
^C
$
---------------------

What's wrong?

Thank you.