Troubleshooting¶
jFed connectivity issues¶
- If no internet uplink is available on the portable testbed, make sure you have an active wireless connection on your laptop.
- Check if you can succesfully execute ‘ping boss’
- Start jFed with the pem file you downloaded from the web interface (My Emulab - Generate SSL Cert or Download SSL cert).
- If your jFed PROXY is enabled, click ‘Advanced Login’ , click ‘Reset to Default Settings’ and provide your certificate and password again before clicking ‘Login’. Once jFed is booted, go to ‘Preferences’ , ‘Proxy’ and click ‘Run Proxy Test’ and select ‘Never’ on both options.
SSH into your nodes from terminal¶
If you are not using jFed to login to your nodes, then you have to specify your private key as your identity to your SSH client:
ssh -i <pem> user@<hostname>