Changes between Initial Version and Version 1 of Ticket #8698, comment 11
- Timestamp:
- Apr 12, 2017 9:41:03 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8698, comment 11
initial v1 4 4 So, this just means that every time when VirtualBox network interface restarts, its driver must remove the wrong line from the route table itself. The manual command would be like 5 5 {{{ 6 route delete 224.0.0.0 mask 240.0.0.0if 306 route delete 224.0.0.0 if 30 7 7 }}} 8 8 where the number "30" must be changed, if the number of the VirtualBox network interface is different.