dnsmasq error on raspberry pi b+
I have flashed the latest image to the raspberry pi and I keep getting these errors when booting. I am then brought to a browser screen saying 127.0.0.1 refused to connect. I am connected through ethernet and I am using the HDMI port. I am able to ping the pi successfully on my network.
Pictures of error messages
The slideshow section is hiding the error message in the 3rd picture. IF you click on the imgur logo in the top left it will bring you to the full pictures.
Comments
Basicly what is happening is that the repetier server is choosing the wrong network interface to connect with.
Instead of using eth0 its using the loopback interface.
Conencted to my rpi 2 repetier server with PuTTY.
Connect to its ip using port 22 and SSH.
Open /etc/network/interfaces by entering,
1. cd /etc/network
2. sudo nano interfaces
remove the loopback line and instead of auto loopback interface set auto eth0
save and reboot the pi
Thats how i solved it, might work for you if you happen to have the same fault as me.
The fault appeared when i started my server without any ethernet connection.