search for: qemu2

Displaying 1 result from an estimated 1 matches for "qemu2".

Did you mean: qemu
2007 Apr 18
0
[Bridge] Virtual network and bridges
...2 and host, and here are the results I have: I can ping all the computers from all the hosts. Then I wanted to give internet access to everybody, so I added the rule: iptables -A POSTROUTING -o eth0 -j SNAT --to-source <public_internet_address>. The results: QEMU1 can access the net but not QEMU2, apparently netfilter doesn't want to SNAT packets coming from QEMU2.(the packets are sent (from what I saw in tcpdump), with the source address 192.168.1.5 to the internet). So I investigated the problem and after adding some printks in the netfilter code I saw that in syslog(after ping ing...