Displaying 3 results from an estimated 3 matches for "routed_networking_with_nat_2".
2012 Apr 12
2
domU NAT network cannot connect
Hi,
I followed this
guide<http://wiki.kartbuilding.net/index.php/Xen_Networking#Routed_Networking_with_NAT_2>,
and started my xend service with nat-network support:
(network-script network-nat)
(vif-script vif-nat)
Then I started my domU with the following vif configure:
vif = [''ip=10.0.0.1'' ]
my domU is a win7 system, and I configured the network as:
ip: 10.0.0.1
netmask: 2...
2007 Aug 16
0
Can''t get NAT access to internet from Dom U in my small network
I have followed the nat advice from this guide:
http://wiki.kartbuilding.net/index.php/Xen_Networking#Routed_Networking_with_NAT_2
I have googled internet for weeks and read almost every thread in this forum
without getting a working NAT on my system.
My main question is how exactly will the iptable rules with MASQUERADE or
POSTROUTING look like if you want access to the internet from Dom U , Dom 0
and computer 2.
My setu...