Changes between Version 4 and Version 5 of TipAndDoc/network/macvlan


Ignore:
Timestamp:
Oct 23, 2012 3:10:36 AM (12 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/network/macvlan

    v4 v5  
    1414 * [http://d.hatena.ne.jp/syuu1228/20111128/1322502673 libvirtで色々な仮想NICの設定を使い分ける - 驟雨のカーネル探検隊(只今遭難中w] 
    1515 * [http://www.nic.ad.jp/ja/materials/iw/2011/proceedings/s09/s09-02.pdf 仮想化環境における  パケットフォワーディング] 
     16 
     17 * [http://www.bertera.it/index.php/2011/10/04/howto-configure-multiple-mac-address-over-a-single-ethernet-interface/ Howto configure multiple mac address over a single ethernet interface ‹ Bertera] 
     18 * [http://ubuntuforums.org/showthread.php?t=1923806 (ubuntu) save ip link macvlan interfaces after reboot? - Ubuntu Forums] 
     19  * /etc/network/interfaces 例 
     20{{{ 
     21auto macvlan0 
     22iface macvlan0 inet static 
     23        address 192.168.abc.def 
     24        netmask 255.255.255.0 
     25        pre-up /sbin/ip link add dev macvlan0 link eth0 \ 
     26                address 00:16:3e:XX:YY:ZZ type macvlan mode bridge 
     27        post-down /sbin/ip link del dev macvlan0 
     28}}} 
    1629 
    1730 * twitter:mittyorz/256673272354181121 前後から始まったやりとり