Changes between Version 25 and Version 26 of linux/kvm


Ignore:
Timestamp:
2010/10/13 23:03:07 (14 years ago)
Author:
yuna
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • linux/kvm

    v25 v26  
    173173{{{ 
    174174auto sharebr0 
    175 iface sharebr00 inet static 
    176         address 192.168.1.253 
     175iface sharebr0 inet static 
     176        address 192.168.1.5 
    177177        netmask 255.255.255.0 
    178178        network 192.168.1.0 
     
    180180        gateway 192.168.1.1 
    181181        bridge_ports eth0 
     182}}} 
     183eth0を無効にし、ブリッジを有効にする。 
     184{{{ 
     185# ifdown eth0 
     186# ifup sharebr0 
    182187}}} 
    183188libvirt.xmlのinterface定義にブリッジに含めるように定義