digitalidiot@gmail.com
2007-Jul-26 09:47 UTC
[Xen-users] Performing cross-bridge DNAT requires IP forwarding to be enabled
Okay, that is the error I get. I googled around, but no one seems to have my exact problem (and their solutions do not work for me.) I have a stock Debian 4.0 setup, apt-get Xen 3.0, etc ... Now, I setup a Dom1, and I run a webserver on Dom1 on port 80. In Xen, my networking is (network-script network-nat) (vlf-script vlf-nat) I setup iptables to -p tcp --dport 80 -d Dom0''s_ip_address -j REDIRECT --to 10.0.0.1 where 10.0.0.1 iss the ip address of Dom1 (from the view of Dom0; i.e. on Dom0, if I do "wget 10.0.0.1", I get the webpage from Dom1) Then, dmesg gives me the error mentioned above. So I look around, and I see that according to /sbin;ifconfig the vif correpsonding to my Dom1 is actually 10.0.0.128 ... so I try that, but no tluck either. Suggestions? Thanks! _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Possibly Parallel Threads
- Issue migrating from 1.4.6c to 2.4.0 with all zone in DNAT rule
- [Bug 452] New: DNAT to internal network don't work with source routing and 2 uplinks
- [Bug 1225] New: Nft syntax error (snat, dnat using multiple maps)
- [Bug 804] New: localhost port forwarding to a different host with DNAT
- [Bug 804] localhost port forwarding to a different host with DNAT