Actions
Bug #1837
opennetwork card group problems
Status:
Feedback
Priority:
Normal
Assignee:
-
Category:
-
Start date:
2011-12-01
Due date:
% Done:
0%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
My os is openindiana 15a , when I group my e1000g0 and e1000g1 network card together , my e1000g1 network card became down , I can ping to the address of e1000g1 , but the ifconfig -a indicates me that the e1000g1 is down , the attachment is the output by the ifconfig -a command .
Files
Updated by Rich Lowe about 12 years ago
- Status changed from New to Feedback
As I mentioned on IRC:
e1000g0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2 inet 0.0.0.0 netmask ff000000 groupname mygroup ether 8:0:27:d2:8d:18 e1000g1: flags=1000842<BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 7 inet 0.0.0.0 netmask ffffff00 broadcast 0.0.0.255 ether 8:0:27:18:e6:59 e1000g2: flags=1004843<UP,BROADCAST,RUNNING,MULTICAST,DHCP,IPv4> mtu 1500 index 4 inet 10.4.30.247 netmask ffffff00 broadcast 10.4.30.255 ether 8:0:27:fe:67:ed e1000g3: flags=1004843<UP,BROADCAST,RUNNING,MULTICAST,DHCP,IPv4> mtu 1500 index 5 inet 10.4.30.241 netmask ffffff00 broadcast 10.4.30.255 ether 8:0:27:a1:9d:24 ipmp0: flags=8001000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4,IPMP> mtu 1500 index 6 inet 10.4.30.29 netmask ffffff00 broadcast 10.4.30.255 groupname mygroup
That's normal, the component interfaces are down, you're intended to use the address on the ipmp interface, not the components.
Also, it's much easier to view plain text information if you paste it directly into the bug, rather than having to download a text file and then view that.
Actions