Changes between Version 59 and Version 60 of VmServer


Ignore:
Timestamp:
Nov 23, 2009, 8:53:30 AM (14 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VmServer

    v59 v60  
    9090shutdown -rF now
    9191}}}
     92
     93If you're running the VM on Windows and networking stops working,
     94try the following.
     95In a Windows command window:
     96{{{
     97net stop vmnetbridge
     98net start vmnetbridge
     99}}}
     100Then restart the VM's network as well, with:
     101{{{
     102sudo ifconfig eth0 down
     103sudo ifconfig eth0 up
     104}}}
     105If that still doesn't work, reboot your machine and try the same process again.
     106
    92107=== NAT ===
    93108