[PVE-User] Network Tap?
rupi
rupi at rantanplan.org
Tue Jun 22 19:15:34 CEST 2010
hi,
traffic on a bridge passes the FORWARD chain of the host, so you would
need something like
iptables -A FORWARD -i vminterface
iptables -A FORWARD -o vminterface
to get the traffic counters in both directions. you need to save and
restore the counters (which is done by iptables-safe and -restore).
the interfaces of the vm have names like vm${vmid}i${ifid}.
/r
--
http://rantanplan.org/~rupi/ || encrypt email || use free software
fingerprint = 9639 0ABC AD2F 155F C96C FC78 3CFE 82C0 0AF9 AE3A
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
URL: <http://lists.proxmox.com/pipermail/pve-user/attachments/20100622/3bec104f/attachment.sig>
More information about the pve-user
mailing list