[gentoo-user] Two netcard in one computer

2003-03-19 Thread Jesper Berth
Hi 

I have a gentoo install on my old Pentium 133. I am using one 3c905
netcard in it and now i want to add one more netcard also a 3c905 but it
fails during boot

saying:

bringing up eth0
SIOCADDRT: Device or resource busy
setting default gateway ... ok
SIOCSIFFLAGS: network is unreachable
Failed to bring eth0 up

Bringing Eth0 down ok
Bringing Eth1 up  ok

my /etc/conf.d/net 

iface_eth0=10.0.0.100 broadcast 10.0.0.255 netmask 255.255.255.0
iface_eth1=10.0.1.1 broadcast 10.0.1.255 netmask 255.255.255.0

is there any thing i have forgotten 

the driver is included in the kernel

Jesper Berth
Denmark


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Two netcard in one computer

2003-03-19 Thread Susie
On Wed, 19 Mar 2003 21:45:37 +0100
Jesper Berth [EMAIL PROTECTED] wrote:


 saying:
 
 bringing up eth0
 SIOCADDRT: Device or resource busy
 setting default gateway ... ok
 SIOCSIFFLAGS: network is unreachable
 Failed to bring eth0 up
 
 Bringing Eth0 down ok
 Bringing Eth1 up  ok
 
 my /etc/conf.d/net 
 
 iface_eth0=10.0.0.100 broadcast 10.0.0.255 netmask 255.255.255.0
 iface_eth1=10.0.1.1 broadcast 10.0.1.255 netmask 255.255.255.0
 
 is there any thing i have forgotten 
 
 the driver is included in the kernel

I have two nearly identical smc nic's working on my router/firewall.  I
think one of those iface_eth*= needs changed.  I'd have to mess with
my other system to get the exact specifices.  Ok walked across the room
and here is mine:

from: /etc/conf.d/net

iface_eth0=dhcp
iface_eth0=192.168.128.1 broadcast 192.168.128.255 netmask
255.255.255.0

the above is all that is in there... no iface_eth1 shrug


-- 

Susie
VE7 HFA
[EMAIL PROTECTED]
http://arienadean.tripod.com/

---

We are not human beings having a spiritual experience. We are
spiritual beings having a human experience. - Unknown

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Two netcard in one computer

2003-03-19 Thread Kurt Bechstein
Could you post the output of %cat /proc/interrupts?  It sounds like a
possible resource conflict.  


On Wed, 2003-03-19 at 15:45, Jesper Berth wrote:
 Hi 
 
 I have a gentoo install on my old Pentium 133. I am using one 3c905
 netcard in it and now i want to add one more netcard also a 3c905 but it
 fails during boot
 
 saying:
 
 bringing up eth0
 SIOCADDRT: Device or resource busy
 setting default gateway ... ok
 SIOCSIFFLAGS: network is unreachable
 Failed to bring eth0 up
 
 Bringing Eth0 down ok
 Bringing Eth1 up  ok
 
 my /etc/conf.d/net 
 
 iface_eth0=10.0.0.100 broadcast 10.0.0.255 netmask 255.255.255.0
 iface_eth1=10.0.1.1 broadcast 10.0.1.255 netmask 255.255.255.0
 
 is there any thing i have forgotten 
 
 the driver is included in the kernel
 
 Jesper Berth
 Denmark
 
 
 --
 [EMAIL PROTECTED] mailing list
-- 

Kurt Bechstein |  Unique Systems, Inc.
System Administrator   |  6920 Spring Valley Drive, #106
Phone:  (419) 861-3331 |  Holland, OH 43528
Email:  [EMAIL PROTECTED]   |  http://www.uniqsys.com
Prepared with Ximian Evolution


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Two netcard in one computer

2003-03-19 Thread Susie
Doi me I took a second look at that wondering and I had typed it wrong
there was too an iface_eth0 on mine.  However the other computer is on
the other side of the room so I was walking back and forth between the
two.  It should of read:

iface_eth0=dhcp
iface_eth1=192.168.128.1 broadcast 192.168.128.255 netmask
255.255.255.0

eth0 goes to my cable modem and eth1 goes out to my switch.

-- 

Susie
VE7 HFA
[EMAIL PROTECTED]
http://arienadean.tripod.com/

---

There are in the end three things that last: Faith, Hope, and Love,
and the greatest of these is love. - St. Paul 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Two netcard in one computer

2003-03-19 Thread Norberto BENSA
On Wednesday 19 March 2003 06:04 pm, Susie wrote:
 from: /etc/conf.d/net

 iface_eth0=dhcp
 iface_eth0=192.168.128.1 broadcast 192.168.128.255 netmask
 255.255.255.0

 the above is all that is in there... no iface_eth1 shrug

Why do you use DHCP and then a static IP in the _same_ interface? Seems 
pointless to me, but I can be wrong...

Thanks,
Norberto



pgp0.pgp
Description: signature


Re: [gentoo-user] Two netcard in one computer

2003-03-19 Thread Norberto BENSA
On Wednesday 19 March 2003 06:38 pm, Susie wrote:
 However the other computer is on
 the other side of the room so I was walking back and forth between the
 two. 

Ever heard of ssh?


 iface_eth0=dhcp
 iface_eth1=192.168.128.1 broadcast 192.168.128.255 netmask
 255.255.255.0

That makes more sense :-)

Best regards,
Norberto


pgp0.pgp
Description: signature


Re: [gentoo-user] Two netcard in one computer

2003-03-19 Thread Susie
On Wed, 19 Mar 2003 18:28:34 -0300
Norberto BENSA [EMAIL PROTECTED] wrote:


 Why do you use DHCP and then a static IP in the _same_ interface?
 Seems pointless to me, but I can be wrong...

I have cable internet and they change the ip's on me.  The other ip is
for my internal network of which currently 3 machines are hooked to(the
router/firewall, my main system and my sons computer)

-- 

Susie
VE7 HFA
[EMAIL PROTECTED]
http://arienadean.tripod.com/

---

The human heart feels things the eyes cannot see, and know what the
mind cannot understand. - Robert Valett

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Two netcard in one computer

2003-03-19 Thread Susie
On Wed, 19 Mar 2003 18:48:02 -0300
Norberto BENSA [EMAIL PROTECTED] wrote:

 Ever heard of ssh?

Yes and I do have it but actually have never used it before.  My
boyfriend does use it when he's going between them.  I suppose I should
read the man page seeing as I took Xfree out of that box and tightvnc.

-- 

Susie
VE7 HFA
[EMAIL PROTECTED]
http://arienadean.tripod.com/

---

There are in the end three things that last: Faith, Hope, and Love,
and the greatest of these is love. - St. Paul 

--
[EMAIL PROTECTED] mailing list