Sunday, 3 January 2016

MHN and Raspberry Pi

Pi Bits

Back up NOOBs

load up
turn on SSH
note the IP address



Ubuntu MHN install

https://github.com/threatstream/mhn

cd /opt/
sudo apt-get install git -y
sudo git clone https://github.com/threatstream/mhn.git
cd mhn/
sudo ./install.sh




https://github.com/threatstream/mhn/wiki/Deploying-Dionaea-on-a-Raspberry-Pi



Browse from a Windows PC

https://www.bitvise.com/ssh-client-download


Test 1


MHN Troubleshooting

PyMongo Connection Refused 

sudo rm -r /opt/hpfeeds

sudo rm -r /opt/mnemosyne

mongod --repair



./install.sh


Check if firewall port redirects are causing this trouble.



edit the /etc/mongod.conf file and set your bind_ip = 0.0.0.0 in order to make connections externally.





Thanks----


http://stackoverflow.com/questions/24899849/connection-refused-to-mongodb-errno-111