netstat -ib Obytes empty for alias on main interface

2013-03-21 Thread Nicolas de Bari Embriz Garcia Rojas
Hi all, I want to know the total of bytes in and out of each IP address assigned as an alias to an bce0 interlace. if I run netstat -ib I get something like this: > netstat -ib NameMtu Network Address Ipkts Ierrs Idrop IbytesOpkts Oerrs Obytes Coll bce0 1500

Re: netstat -ib Obytes empty for alias on main interface

2013-03-21 Thread Nicolas de Bari Embriz Garcia Rojas
Here is the output with a better formatting: http://pastebin.com/arrRsM78 What I would like to understand is why lo1 shows Obytes (incrementing) while bce0 IP's don't lo1 is a using NAT also the sum of lo1 (not including the Hi all, I want to know the total of bytes in and out of each IP addre

Re: VirtualBox, if_bridge and bridged networking

2013-04-16 Thread Nicolas de Bari Embriz Garcia Rojas
Try creating a tap interface and later bridge your VM to that tap. in your host create a bridge containing re0 and tap0. regards. On 04/16/2013 09:31, Stefan Bethke wrote: > Hey, > > I'm a bit stumped getting a (FreeBSD guest) VM to use bridged networking to > work. The same VM works fine on

Re: VirtualBox + FreeBSD 9-STABLE == Frozen Ethernet

2013-05-08 Thread Nicolas de Bari Embriz Garcia Rojas
When using bridge mode, use tap interfaces otherwise you will get problems when using more than one VM. regards On 05/08/2013 03:49, Marc G. Fournier wrote: > On 2013-05-06 2:49 PM, Norbert Beckmann wrote: >> To Marc G. Fournier >> >> I do not think it's an issue with VirtualBox. I am running Vir