Not having much luck with Parallels support, so trying here. When my Macbook Air (2012) wakes up from sleep, my Ubuntu Linux 12.04 Server VM (No GUI) will lose its network connectivity, forcing me to restart it. As you can see in the following ifconfig -a extracts, the VM seems to lose its IP. Renewing the address does not help. I am still able to access the VM through the console, but not through SSH. I installed parallelsTools although I'm not sure it is required for the Server version of Ubuntu. One thing to note is that if I force my MBA to sleep and waeke it up, the VM seems fine. It really only manifests itself when leaving it overnight, making me think it might have something to do with Powernap or something like that. Has anybody noticed this problem? Before problem: eth0 Link encap:Ethernet HWaddr 00:1c:42:3a:e9:bd inet addr:10.211.55.3 Bcast:10.211.55.255 Mask:255.255.255.0 inet6 addr: fdb2:2c26:f4e4:0:6c7b:c730:577a:9b97/64 Scope:Global inet6 addr: fdb2:2c26:f4e4:0:21c:42ff:fe3a:e9bd/64 Scope:Global inet6 addr: fe80::21c:42ff:fe3a:e9bd/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:104 errors:0 dropped:0 overruns:0 frame:0 TX packets:151 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:12144 (12.1 KB) TX bytes:23850 (23.8 KB) After problem starts: eth0 Link encap:Ethernet HWaddr 00:1c:42:3a:e9:bd inet6 addr: fdb2:2c26:f4e4:0:6c7b:c730:577a:9b97/64 Scope:Global inet6 addr: fdb2:2c26:f4e4:0:21c:42ff:fe3a:e9bd/64 Scope:Global inet6 addr: fe80::21c:42ff:fe3a:e9bd/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:104 errors:0 dropped:0 overruns:0 frame:0 TX packets:151 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:12144 (12.1 KB) TX bytes:23850 (23.8 KB)