VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1696 - 1698 of 16363)

Ticket Resolution Summary Owner Reporter
#16913 duplicate Add network options overview section in the manual -> duplicate of #16912 Socratis
Description

There are a lot of users that are getting confused for what option to use when selecting an appropriate network. What I have found useful is to include a small table that summarizes the capabilities of each and every network mode. Something like the following:

VM <-> Host VM1 <-> VM2 VM -> Internet VM <- Internet
HostOnly + + - -
Internal - + - -
Bridged + + + +
NAT - - + Port forward
NATService - + + Port forward

Please consider adding something like that at the beginning of Ch. 6 Networking. I have a feeling it will help tremendously with the user understanding and support.

#16912 fixed Add network options overview section in the manual -> fixed Socratis
Description

There are a lot of users that are getting confused for what option to use when selecting an appropriate network. What I have found useful is to include a small table that summarizes the capabilities of each and every network mode. Something like the following:

VM <-> Host VM1 <-> VM2 VM -> Internet VM <- Internet
HostOnly + + - -
Internal - + - -
Bridged + + + +
NAT - - + Port forward
NATService - + + Port forward

Please consider adding something like that at the beginning of Ch. 6 Networking. I have a feeling it will help tremendously with the user understanding and support.

#16911 fixed hostonly network broken on 5.1.24 mrvanes
Description

After upgrading to 5.1.24 my hostonly network failed:

$ ping 192.168.56.101
PING 192.168.56.101 (192.168.56.101) 56(84) bytes of data.
From 145.145.17.101 icmp_seq=12 Destination Net Unreachable

Probably because virtualbox failed to create a route for vboxnet0:

# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         194.171.172.1   0.0.0.0         UG    600    0        0 wlp59s0
169.254.0.0     0.0.0.0         255.255.0.0     U     1000   0        0 wlp59s0
194.171.172.0   0.0.0.0         255.255.252.0   U     600    0        0 wlp59s0

I tried to create a route by hand but this failed:

# ip route add 192.168.56.0/24 dev vboxnet0 
RTNETLINK answers: Network is down

Reverting back to 5.1.22 solved my problem. This was tested on a vanilla 4.12.1 kernel.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy