Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Nov 2000 11:30:32 +0700 (JAVT)
From:      "Adit [001] ^_^" <aditya@tl.itb.ac.id>
To:        questions@freebsd.org
Subject:   PCI ethernet conflicting?
Message-ID:  <Pine.BSF.4.21.0011201101350.392-100000@tl.itb.ac.id>

next in thread | raw e-mail | index | archive | help
I'm working on a computer that is working as a router.
A week ago the computer was strike by lightning, and causing both of the
ethernet cards not working.
The ethernet cards was ed0 device (ISA) and ed3 (PCI, PnP).
Because of that, I was replacing the cards with 2 PCI card (PnP).
The irq setting for both of the cards is done by bios, one got IRQ 10 and
the other got IRQ 12.
On the visual configuration screen, the there's only one ethernet card
detected (that was the one with IRQ 10). I was assuming it caused by IRQ
confict (the IRQ 12 was used by keyboard). So I changed the bios setting,
until the second card got IRQ 5.
Then I changed the rc.conf file :
network_interfaces="ed0 ed1 lo0"
ifconfig_ed0="inet 167.205.15.230 netmask 255.255.255.240"
ifconfig_ed1="inet 192.168.1.1 netmask 255.255.0.0"
When I have reboot the computer, the ifconfig is done succesfully.
But when I try to ping 167.205.15.226 (this is the computer's gateway),
this messages come up:
167.205.15.226 is on device ed0 but got reply from device ed1
..... (something like that)
So I release one of the card (the one with IRQ 5)
after that, the card work properly, but the computer cannot work as a
router. Can anyone help me with this?

Thx.



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0011201101350.392-100000>