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
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
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
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