Hi all,<br><br>I created one guest on Ubuntu 10.10:<br>=============================<br>sudo virt-install --connect qemu:///system -n ubuntu-10.10-guest -r 1024 --vcpus=1 -c /tmp/ubuntu-10.10-desktop-i386.iso --os-type=linux --disk=/var/lib/libvirt/images/ubuntu-10.10-guest.img,size=10 --vnc --accelerate <br>
<br>After the installation done, I can see the virtual network adapters on host:<br>=============================<br>virbr0 Link encap:Ethernet HWaddr fe:54:00:43:f2:f2 <br> inet addr:192.168.122.1 Bcast:192.168.122.255 Mask:255.255.255.0<br>
inet6 addr: fe80::9cfc:d9ff:fe82:f273/64 Scope:Link<br> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1<br> RX packets:0 errors:0 dropped:0 overruns:0 frame:0<br> TX packets:61 errors:0 dropped:0 overruns:0 carrier:0<br>
collisions:0 txqueuelen:0 <br> RX bytes:0 (0.0 B) TX bytes:10802 (10.8 KB)<br>...<br>vnet0 Link encap:Ethernet HWaddr fe:54:00:43:f2:f2 <br> inet6 addr: fe80::fc54:ff:fe43:f2f2/64 Scope:Link<br>
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1<br> RX packets:0 errors:0 dropped:0 overruns:0 frame:0<br> TX packets:100 errors:0 dropped:0 overruns:0 carrier:0<br> collisions:0 txqueuelen:500 <br>
RX bytes:0 (0.0 B) TX bytes:9325 (9.3 KB)<br><br><br><pre>sudo iptables -t nat -L <br>=================================<br>Chain POSTROUTING (policy ACCEPT)<br>target prot opt source destination <br>
MASQUERADE tcp -- <a href="http://192.168.122.0/24">192.168.122.0/24</a> !<a href="http://192.168.122.0/24">192.168.122.0/24</a> masq ports: 1024-65535 <br>MASQUERADE udp -- <a href="http://192.168.122.0/24">192.168.122.0/24</a> !<a href="http://192.168.122.0/24">192.168.122.0/24</a> masq ports: 1024-65535 <br>
MASQUERADE all -- <a href="http://192.168.122.0/24">192.168.122.0/24</a> !<a href="http://192.168.122.0/24">192.168.122.0/24</a> <br></pre><br><br>But on guest, I can only see the lo network.<br><br>Does anyone know how to configure KVM with NAT?<br>
<br>thanks,<br><br>