Re: Can't see second ethernet interface
From: James Carlson (james.d.carlson_at_sun.com)
Date: 12/27/03
- Previous message: Steve Pfister: "Can't see second ethernet interface"
- In reply to: Steve Pfister: "Can't see second ethernet interface"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 27 Dec 2003 13:31:08 -0500
srp336@getcoactive.com (Steve Pfister) writes:
> I'm trying to reconstruct a crashed server (Solaris 2.6). Everything
> is mostly back and working after copying everything to a new drive and
> restoring two partitions from backup. The only thing wrong is that it
> only shows the built-in ethernet interface and not the second ethernet
> interface which is on a pci card. If I boot the machine from a cd,
> both interfaces (hme0 and hme1) show up and I can assign addresses to
> them and they function as expected, so I'm thinking it's a config
> issue and not a hardware problem. But nothing I do seems to get it to
> work.
"Nothing I do?" So, what have you done? And what happened when you
did it?
> How can I get my second ethernet back?
What happens if you try to plumb the interface?
# ifconfig hme1 plumb {IP-address} netmask + broadcast + up
(Where "{IP-address}" is the IP address to be assigned to the
interface.)
If that works, then it's just configuration to be set up for the next
boot:
# echo {IP-address} > /etc/hostname.hme1
Or, if you're using DHCP on hme1's network:
# touch /etc/hostname.hme1 /etc/dhcp.hme1
If plumbing the interface doesn't work, then I'd guess that the system
isn't seeing the card at all.
-- James Carlson, IP Systems Group <james.d.carlson@sun.com> Sun Microsystems / 1 Network Drive 71.234W Vox +1 781 442 2084 MS UBUR02-212 / Burlington MA 01803-2757 42.497N Fax +1 781 442 1677
- Previous message: Steve Pfister: "Can't see second ethernet interface"
- In reply to: Steve Pfister: "Can't see second ethernet interface"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|