|
[x]
Posted via EE Mobile
|
||
Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
||
| Question |
|
[x]
Attachment Details
|
||
|
[x]
The Solution Rating System
|
||
With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.
Your Input Matters If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support. Thank you! |
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: 39: 40: 41: 42: 43: 44: 45: 46: 47: 48: 49: 50: 51: 52: 53: 54: 55: 56: 57: 58: 59: 60: 61: 62: 63: 64: 65: |
the cnofiguration flow and the files: service network stop ifcfg-bond0 file: ------------------------------ # Broadcom Corporation NetXtreme II BCM5708 Gigabit Ethernet DEVICE=bond0 BOOTPROTO=none ONBOOT=yes NETWORK=10.0.2.0 NETMASK=255.255.255.0 IPADDR=10.0.2.15 BROADCAST=10.0.2.255 GATEWAY=10.0.2.1 USERCTL=no ----------------------------------- ifcfg-eth0 file: ----------------------------------- DEVICE=eth0 HWADDR=00:24:E8:50:FA:E0 ONBOOT=yes BOOTPROTO=none MASTER=bond0 SLAVE=yes USERCTL=no #ONBOOT=no #IPADDR=10.0.2.15 #NETMASK=255.255.255.0 #NETWORK=10.0.2.0 #BROADCAST=10.0.2.255 #GATEWAY=10.0.2.1 ----------------------------------- ifcfg-eth2 file: ----------------------------------- DEVICE=eth2 HWADDR=00:15:17:B0:61:5C BOOTPROTO=none ONBOOT=yes MASTER=bond0 SLAVE=yes USERCTL=no #ONBOOT=no #IPADDR=10.0.2.15 #NETMASK=255.255.255.0 #NETWORK=10.0.2.0 #BROADCAST=10.0.2.255 #GATEWAY=10.0.2.1 ----------------------------------- in /etc/modprobe.conf we added the lines: alias bond0 bonding mode=1 options bond0 miimon=100 ------------------------------------ we run: modprobe bonding modprobe mii service network start ---------------------------- ifconfig shows that the bond0 is teh interface and eth0 and eth1 are its slaves. also ethtool eth0 and eth1 show they are connected in the appropriate speed. |
Advertisement
| Hall of Fame |