[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:36831] Re: bonding



本当ã«ã„ã„ã‹ã©ã†ã‹ã¯åˆ¥ã«ã—ã¦ã€ã“ã‚“ãªæ„Ÿã˜ã§å‹•ä½œã—ã¦ã„ã¾ã™ã€‚
ã©ã“ã‹ã®ã‚µã‚¤ãƒˆã§è§£èª¬ã—ã¦ã‚ã£ãŸã®ã‚’ãã®ã¾ã¾ãªã‚“ã§ã™ãŒ...
プライベートアドレスã¨MACアドレスã¯é©å½“ã«å¤‰æ›´ã—ã¦ãã ã•ã„。
eth1ã®MACアドレスをeth0ã«åˆã›ã‚‹ã®ãŒãƒã‚¤ãƒ³ãƒˆã€‚

----
/etc/network/interfaces
auto bond0
iface bond0 inet static
	address 192.168.1.3
	netmask 255.255.255.0
	network 192.168.1.0
	broadcast 192.168.1.255
	gateway 192.168.1.1
pre-up ifconfig eth1 hw ether 00:90:CC:FA:74:02 up
pre-up ifconfig eth0 up && ifconfig eth1 up
up ifenslave bond0 eth0 eth1
down ifenslave bond0 eth0 eth1
post-down ifconfig eth0 down && ifconfig eth1 down
auto lo