Changes between Version 59 and Version 60 of VmServer
- Timestamp:
- Nov 23, 2009, 8:53:30 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VmServer
v59 v60 90 90 shutdown -rF now 91 91 }}} 92 93 If you're running the VM on Windows and networking stops working, 94 try the following. 95 In a Windows command window: 96 {{{ 97 net stop vmnetbridge 98 net start vmnetbridge 99 }}} 100 Then restart the VM's network as well, with: 101 {{{ 102 sudo ifconfig eth0 down 103 sudo ifconfig eth0 up 104 }}} 105 If that still doesn't work, reboot your machine and try the same process again. 106 92 107 === NAT === 93 108