VirtualBox

Changes between Initial Version and Version 1 of Ticket #17475


Ignore:
Timestamp:
Jan 18, 2018 9:52:13 AM (6 years ago)
Author:
Valery Ushakov
Comment:

I assume the examples are copied from different machines and that br0 and bridge0 are the same bridge.

When you say this started with version 5, what is the actual version you tried? Have you upgraded from version 4 straight to 5.2.6 (or have you just left the bug tracker's default unchanged)?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17475 – Description

    initial v1  
    33there are a lot of open issues about bridge but non of them seams to match to my problems.
    44I use private bridges like the automatic created dockerbridge on linux or on macos a small script like this:
    5 
     5{{{
    66ifconfig bridge0 create
    77ifconfig bridge0 10.24.1.1/24 up
    88ifconfig bridge0 inet6 fd00::10:24:1:1/64 up
    99sysctl net.inet.ip.forwarding=1
    10 
     10}}}
    1111than i use the bridge device from virtualbox like:
    12 
    13     <Network>
    14         <Adapter slot="0" enabled="true" MACAddress="0800273B3B52" type="82540EM">
    15           <DisabledModes>
    16             <InternalNetwork name="intnet"/>
    17             <NATNetwork name="NatNetwork"/>
    18           </DisabledModes>
    19           <BridgedInterface name="br0"/>
    20         </Adapter>
    21       </Network>
    22 
     12{{{
     13<Network>
     14  <Adapter slot="0" enabled="true" MACAddress="0800273B3B52" type="82540EM">
     15    <DisabledModes>
     16      <InternalNetwork name="intnet"/>
     17      <NATNetwork name="NatNetwork"/>
     18    </DisabledModes>
     19    <BridgedInterface name="br0"/>
     20  </Adapter>
     21</Network>
     22}}}
    2323now on both platforms linux as macos the host system is send to kernel stalls(panics). This behavior was occures since Version 5. My setups works perfect on VirutualBox 4.
    2424I would like to provide some crashlogs but on both platforms there is nothing written in to the log files and i not started to invest more time into it. On macos the OS Crashscreen is shown an reboot is triggered. On linux the system stop's and sysrq seams not work either.

© 2023 Oracle
ContactPrivacy policyTerms of Use