search for: 1fqstvph

Displaying 2 results from an estimated 2 matches for "1fqstvph".

2012 Mar 07
1
routing problem with domU bridged to two networks
...en virtual machine routing. This is my network setup: http://pastebin.com/kyWpTQYU Lets assume my dom0's eth2 public ip is 1.2.3.33 and my dmz network 11.22.33.96/255.255.255.224 . I have created NAT from my LAN with iptables. You can see my /etc/sysconfig/iptables here: http://pastebin.com/1FqSTvPH And this is my dom0 routing table: http://pastebin.com/gNjTFHp5 My goal: To access NFS shares on a (non-virtualized) file server in the LAN network from the domU web server in the DMZ network. What I tried: I attached the domU to both bridges using this Xen config: vif = [ "mac=00:0c:...
2012 Mar 05
0
routing and virtual machines: how to access dmz if bridged to two networks
...| DMZ network with public IPs --- CentOS6 domU web server Lets assume my dom0's eth2 public ip is 1.2.3.33 and my dmz network 11.22.33.96/255.255.255.224 . I have created NAT from my LAN with iptables. You can see my /etc/sysconfig/iptables here: http://pastebin.com/1FqSTvPH And this is my routing table: # route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 1.2.3.32 0.0.0.0 255.255.255.252 U 0 0 0 eth2 11.22.33.96 0.0.0.0 255.255.255.224 U 0 0 0 xenbr...