It's possible to switch of power management with post connection script. Create script file sudo touch /etc/network/if-up.d/off-power-manager Open to edit. You can use another editor, i'm using vim sudo vim /etc/network/if-up.d/off-power-manager Type i to enter insert mode and copy pase next two lin...