 
	
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-users] domU NAT network cannot connect
 Hi, I followed this guide, and started myÂxend service with nat-network support: Then I started my domU with the following vif configure: 
 my domU is a win7 system, and I configured the network as: 
 I added the iptables NAT rule: iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE But my domU still cannot connect to the network. On my dom0, "ifconfig -a" returns as follow: (note: I started the vif8.0 IF by manual) eth0: flags=4098<BROADCAST,MULTICAST> Âmtu 1500 Â Â Â Â ether 00:1e:37:d2:2b:da Âtxqueuelen 1000 Â(Ethernet) Â Â Â Â RX packets 0 Âbytes 0 (0.0 B) Â Â Â Â RX errors 0 Âdropped 0 Âoverruns 0 Âframe 0 Â Â Â Â TX packets 0 Âbytes 0 (0.0 B) Â Â Â Â TX errors 0 Âdropped 0 overruns 0 Âcarrier 0 Âcollisions 0 Â Â Â Â device interrupt 20 Âmemory 0xfe200000-fe220000 Â lo: flags=73<UP,LOOPBACK,RUNNING> Âmtu 16436 Â Â Â Â inet 127.0.0.1 Ânetmask 255.0.0.0 Â Â Â Â inet6 ::1 Âprefixlen 128 Âscopeid 0x10<host> Â Â Â Â loop Âtxqueuelen 0 Â(Local Loopback) Â Â Â Â RX packets 76637 Âbytes 513836706 (490.0 MiB) Â Â Â Â RX errors 0 Âdropped 0 Âoverruns 0 Âframe 0 Â Â Â Â TX packets 76637 Âbytes 513836706 (490.0 MiB) Â Â Â Â TX errors 0 Âdropped 0 overruns 0 Âcarrier 0 Âcollisions 0 
tap8.0: flags=4098<BROADCAST,MULTICAST> Âmtu 1500 Â Â Â Â ether 3e:9b:52:95:03:d3 Âtxqueuelen 500 Â(Ethernet) Â Â Â Â RX packets 2722 Âbytes 239183 (233.5 KiB) Â Â Â Â RX errors 0 Âdropped 0 Âoverruns 0 Âframe 0 Â Â Â Â TX packets 0 Âbytes 0 (0.0 B) Â Â Â Â TX errors 0 Âdropped 0 overruns 0 Âcarrier 0 Âcollisions 0 vif8.0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> Âmtu 1500 Â Â Â Â inet 10.0.0.128 Ânetmask 255.255.255.255 Âbroadcast 0.0.0.0 Â Â Â Â ether fe:ff:ff:ff:ff:ff Âtxqueuelen 32 Â(Ethernet) Â Â Â Â RX packets 0 Âbytes 0 (0.0 B) Â Â Â Â RX errors 0 Âdropped 0 Âoverruns 0 Âframe 0 Â Â Â Â TX packets 0 Âbytes 0 (0.0 B) Â Â Â Â TX errors 0 Âdropped 0 overruns 0 Âcarrier 0 Âcollisions 0 wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> Âmtu 576 Â Â Â Â inet 192.168.10.100 Ânetmask 255.255.255.0 Âbroadcast 255.255.255.255 Â Â Â Â ether 00:1f:3c:27:e6:0c Âtxqueuelen 1000 Â(Ethernet) Â Â Â Â RX packets 11301 Âbytes 4467424 (4.2 MiB) Â Â Â Â RX errors 0 Âdropped 0 Âoverruns 0 Âframe 0 Â Â Â Â TX packets 9829 Âbytes 1330447 (1.2 MiB) Â Â Â Â TX errors 0 Âdropped 0 overruns 0 Âcarrier 0 Âcollisions 0 I am new to xen, so I might have missed some settings. Please be kind to point out. Thank you. -- Regardsï David Shen http://about.me/davidshen https://twitter.com/#!/davidshen84 _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users 
 
 | 
|  | Lists.xenproject.org is hosted with RackSpace, monitoring our |