Page 1 of 1
Ethernet losing Package VBOX 4.3.10 R93012
Posted: 6. May 2014, 17:59
by Vinicius
Hey guys,
I downloaded virtualBox 4.3.10 r93012
After setup a VM and start working on it as Bridge connection ( fixed IP ).
Did all setups and installed EBS ( Preparation environment for Project ), start working hard on environment my ethernet suddenly start losing Ethernet packages and affect my host as well, I tried many kind of configuration even reconfigured VM, but till now when I active Ethernet at my VM my connection became unstable and lose packages.
Please advise if someone already passed thru it or I'm the only luck one.
********************** EDIT ****************************
Installed at VM: Oracle Linux 6 ( 64bits ) 8GB Ram
Host: windows 7 ( 64bits ) 16Gb Ram
Guest Addon not installed.
thanks !
Re: Ethernet losing Package VBOX 4.3.10 R93012
Posted: 6. May 2014, 18:13
by Perryg
Re: Ethernet losing Package VBOX 4.3.10 R93012
Posted: 6. May 2014, 18:42
by Vinicius
done, thanks !
Re: Ethernet losing Package VBOX 4.3.10 R93012
Posted: 6. May 2014, 19:09
by Perryg
00:00:01.851742 NumCPUs <integer> = 0x0000000000000004 (4)
00:00:02.287681 Logical host processors: 8 present, 8 max, 8 online, online mask: 00000000000000ff
00:00:02.287929 Physical host cores: 4
Two things here.
1) You are committing all of the cores to the guest which will lead to problems. VirtualBox does not deal with threads so set no more than 2 for the CPU count.
2) AFAIK this is still a know issue with network issues with SMP on certain Distros. Set it to one and see if the packets stop dropping.
If you want to continue I will need to see the following:
From the hosts terminal/command window type
VBoxManage showvminfo <VM Name> --details and post here. Replace <VM Name> with the actual name of the VM. Use " " if the name has a space in it.
Note: if the host is Windows you need to be in the directory that has VBoxManage.exe for the command to work.
Re: Ethernet losing Package VBOX 4.3.10 R93012
Posted: 6. May 2014, 21:34
by Vinicius
thanks really apreciate your help, find below please.
C:\Program Files\Oracle\VirtualBox>VBoxManage.exe showvminfo "EBSR12" --details
Name: EBSR12
Groups: /
Guest OS: Oracle (64 bit)
UUID: 24453e03-5bd8-487a-b3da-ef812caf3926
Config file: C:\Users\Vinicius\VirtualBox VMs\EBSR12\EBSR12.vbox
Snapshot folder: C:\Users\Vinicius\VirtualBox VMs\EBSR12\Snapshots
Log folder: C:\Users\Vinicius\VirtualBox VMs\EBSR12\Logs
Hardware UUID: 24453e03-5bd8-487a-b3da-ef812caf3926
Memory size: 8192MB
Page Fusion: off
VRAM size: 12MB
CPU exec cap: 100%
HPET: off
Chipset: piix3
Firmware: BIOS
Number of CPUs: 2
PAE: on
Long Mode: on
Synthetic CPU: off
CPUID overrides: None
Boot menu mode: message and menu
Boot Device (1): HardDisk
Boot Device (2): Not Assigned
Boot Device (3): Not Assigned
Boot Device (4): Not Assigned
ACPI: on
IOAPIC: on
Time offset: 0ms
RTC: UTC
Hardw. virt.ext: on
Nested Paging: on
Large Pages: on
VT-x VPID: on
VT-x unr. exec.: on
State: running (since 2014-05-06T19:28:09.145000000)
Monitor count: 1
3D Acceleration: off
2D Video Acceleration: off
Teleporter Enabled: off
Teleporter Port: 0
Teleporter Address:
Teleporter Password:
Tracing Enabled: off
Allow Tracing to Access VM: off
Tracing Configuration:
Autostart Enabled: off
Autostart Delay: 0
Default Frontend:
Storage Controller Name (0): IDE
Storage Controller Type (0): PIIX4
Storage Controller Instance Number (0): 0
Storage Controller Max Port Count (0): 2
Storage Controller Port Count (0): 2
Storage Controller Bootable (0): on
Storage Controller Name (1): SATA
Storage Controller Type (1): IntelAhci
Storage Controller Instance Number (1): 0
Storage Controller Max Port Count (1): 30
Storage Controller Port Count (1): 3
Storage Controller Bootable (1): on
IDE (1, 0): C:\Program Files\Oracle\VirtualBox/VBoxGuestAdditions.iso (UUID: 77a8effb-ce3e-4111-81a4-dd38619b6904)
SATA (0, 0): C:\Users\Vinicius\VirtualBox VMs\EBS\EBS_discoLinux.vdi (UUID: 43156915-aa64-4663-ba9a-e3dec6db04a0)
SATA (1, 0): C:\Users\Vinicius\VirtualBox VMs\EBS\Apps.vdi (UUID: e944685b-5910-411a-880e-fafb66557ef9)
SATA (2, 0): H:\EBS\Oracle_EBS.vdi (UUID: 8f030f3b-a87b-4457-9c99-51211e9c6409)
NIC 1: MAC: 080027DAD4C7, Attachment: Host-only Interface 'VirtualBox Host-Only Ethernet Adapter', Cable connected: on, Trace: off (file: none), Type: 82540EM, Reported speed: 0 Mbps, Boot p
riority: 0, Promisc Policy: allow-all, Bandwidth group: none
NIC 2: disabled
NIC 3: disabled
NIC 4: disabled
NIC 5: disabled
NIC 6: disabled
NIC 7: disabled
NIC 8: disabled
Pointing Device: PS/2 Mouse
Keyboard Device: PS/2 Keyboard
UART 1: disabled
UART 2: disabled
LPT 1: disabled
LPT 2: disabled
Audio: disabled
Clipboard Mode: disabled
Drag'n'drop Mode: disabled
Session type: GUI/Qt
Video mode: 720x400x0 at 0,0
VRDE: disabled
USB: enabled
EHCI: disabled
USB Device Filters:
<none>
Available remote USB devices:
<none>
Currently Attached USB Devices:
<none>
Bandwidth groups: <none>
Shared folders: <none>
VRDE Connection: not active
Clients so far: 0
Video capturing: not active
Capture screens: 0
Capture file: C:\Users\Vinicius\VirtualBox VMs\EBSR12\EBSR12.webm
Capture dimensions: 1024x768
Capture rate: 512 kbps
Capture FPS: 25
Guest:
Configured memory balloon size: 0 MB
OS type: Oracle_64
Additions run level: 0
Guest Facilities:
No active facilities.
C:\Program Files\Oracle\VirtualBox>
what is it?
2) AFAIK this is still a know issue with network issues with SMP on certain Distros. Set it to one and see if the packets stop dropping.
thanks a lot,
Vinicius
Re: Ethernet losing Package VBOX 4.3.10 R93012
Posted: 6. May 2014, 22:12
by Perryg
You might try the VirtIO adapter and see if it performs better, and did you try setting the processor count to one?
As far as I know the network issues with more than one processor is still being worked on.
Re: Ethernet losing Package VBOX 4.3.10 R93012
Posted: 7. May 2014, 17:59
by Vinicius
Yes I just did and keep losing packages.
Resposta de 192.168.156.200: bytes=32 tempo<1ms TTL=64
Resposta de 192.168.156.200: bytes=32 tempo<1ms TTL=64
Resposta de 192.168.156.200: bytes=32 tempo<1ms TTL=64
Resposta de 192.168.156.200: bytes=32 tempo<1ms TTL=64
Resposta de 192.168.156.200: bytes=32 tempo<1ms TTL=64
Resposta de 192.168.156.200: bytes=32 tempo<1ms TTL=64
Resposta de 192.168.156.200: bytes=32 tempo<1ms TTL=64
Resposta de 192.168.156.200: bytes=32 tempo<1ms TTL=64
Resposta de 192.168.156.200: bytes=32 tempo<1ms TTL=64
Resposta de 192.168.156.200: bytes=32 tempo<1ms TTL=64
Resposta de 192.168.156.200: bytes=32 tempo<1ms TTL=64
Resposta de 192.168.156.200: bytes=32 tempo<1ms TTL=64
Resposta de 192.168.156.200: bytes=32 tempo<1ms TTL=64
Resposta de 192.168.156.200: bytes=32 tempo<1ms TTL=64
Resposta de 192.168.156.200: bytes=32 tempo<1ms TTL=64
Resposta de 192.168.156.200: bytes=32 tempo<1ms TTL=64
Resposta de 192.168.156.200: bytes=32 tempo<1ms TTL=64
Resposta de 192.168.156.200: bytes=32 tempo<1ms TTL=64
Resposta de 192.168.156.200: bytes=32 tempo<1ms TTL=64
Resposta de 192.168.156.200: bytes=32 tempo<1ms TTL=64
Esgotado o tempo limite do pedido.
Esgotado o tempo limite do pedido.
Resposta de 192.168.156.1: Host de destino inacessÃvel.
Esgotado o tempo limite do pedido.
Esgotado o tempo limite do pedido.
Esgotado o tempo limite do pedido.
Esgotado o tempo limite do pedido.
Esgotado o tempo limite do pedido.
Esgotado o tempo limite do pedido.
Esgotado o tempo limite do pedido.
Esgotado o tempo limite do pedido.
Esgotado o tempo limite do pedido.
Esgotado o tempo limite do pedido.
Resposta de 192.168.156.200: bytes=32 tempo<1ms TTL=64
Resposta de 192.168.156.200: bytes=32 tempo<1ms TTL=64
Resposta de 192.168.156.200: bytes=32 tempo<1ms TTL=64
Resposta de 192.168.156.200: bytes=32 tempo<1ms TTL=64
Resposta de 192.168.156.200: bytes=32 tempo<1ms TTL=64
Resposta de 192.168.156.200: bytes=32 tempo<1ms TTL=64
Resposta de 192.168.156.200: bytes=32 tempo<1ms TTL=64
Resposta de 192.168.156.200: bytes=32 tempo<1ms TTL=64
Resposta de 192.168.156.200: bytes=32 tempo<1ms TTL=64
Resposta de 192.168.156.200: bytes=32 tempo<1ms TTL=64
Resposta de 192.168.156.200: bytes=32 tempo<1ms TTL=64
Resposta de 192.168.156.200: bytes=32 tempo<1ms TTL=64
Resposta de 192.168.156.200: bytes=32 tempo<1ms TTL=64
Resposta de 192.168.156.200: bytes=32 tempo<1ms TTL=64
Resposta de 192.168.156.200: bytes=32 tempo<1ms TTL=64
Resposta de 192.168.156.200: bytes=32 tempo<1ms TTL=64
Resposta de 192.168.156.200: bytes=32 tempo<1ms TTL=64
Resposta de 192.168.156.200: bytes=32 tempo<1ms TTL=64
Resposta de 192.168.156.200: bytes=32 tempo<1ms TTL=64
Resposta de 192.168.156.200: bytes=32 tempo<1ms TTL=64
Resposta de 192.168.156.200: bytes=32 tempo<1ms TTL=64
Resposta de 192.168.156.200: bytes=32 tempo<1ms TTL=64
Resposta de 192.168.156.200: bytes=32 tempo<1ms TTL=64
Resposta de 192.168.156.200: bytes=32 tempo<1ms TTL=64
Resposta de 192.168.156.200: bytes=32 tempo<1ms TTL=64
Resposta de 192.168.156.200: bytes=32 tempo<1ms TTL=64
Resposta de 192.168.156.200: bytes=32 tempo<1ms TTL=64
Resposta de 192.168.156.200: bytes=32 tempo<1ms TTL=64
Re: Ethernet losing Package VBOX 4.3.10 R93012
Posted: 7. May 2014, 18:15
by Perryg
Then I have no more I can give you. I don't see these losses even with SMP so you might need to post a ticket at
bugtracker
Re: Ethernet losing Package VBOX 4.3.10 R93012
Posted: 7. May 2014, 18:50
by Vinicius
thanks for your help

I'm quite done with all activities that I needed to do, so I'll not bother myself with it anymore.
Re: Ethernet losing Package VBOX 4.3.10 R93012
Posted: 8. May 2014, 02:28
by Vinicius
I found the issue.
Virus..... first time I saw virus in Linux, but was my mistake, default passwords with 22 open to the world...
I'm back with 4 cores and no issue regarding packages.
thanks !
Re: Ethernet losing Package VBOX 4.3.10 R93012
Posted: 8. May 2014, 03:05
by Perryg
Are you sure it was a virus or something planted? If it was a virus which one was it?
Re: Ethernet losing Package VBOX 4.3.10 R93012
Posted: 8. May 2014, 04:08
by loukingjr
I would be interested to know as well.
Re: Ethernet losing Package VBOX 4.3.10 R93012
Posted: 8. May 2014, 06:13
by Vinicius
there was many names.
But the principal was
sfewfesfsh
sfewfesfs
and my crontab was with lotsssss of lines and schedule wget to keep transfering scripts if I deleted, I took around 1h to be able to clean linux.
Basically this virus force stop of services every minute/ 5 minutes and so on...
thanks !
Re: Ethernet losing Package VBOX 4.3.10 R93012
Posted: 8. May 2014, 07:55
by loukingjr
if understand correctly, this is actually a rootkit rather than a virus?
Re: Ethernet losing Package VBOX 4.3.10 R93012
Posted: 8. May 2014, 22:33
by Vinicius
Correct !
VM working normally with 4 cores.