Hello! My name is Emmanuel, from Nigeria. I have been using the RACHEL Pi for a while now and I am really loving it. However, I was hoping to find out if there was a way I could locally change the IP address into a static domain name so that it is more rememberable. Reason for this is that, I will be using the device as a tool for a group of people who do not have access to educational materials.
For the latest images of the RACHEL-Pi you can access it at two addresses. http://rachel.pi and http://www.rachel. You can change these in the /etc/dnsmasq.conf file as well with the two following lines.
Changing the IP is not a simple change as the device is configured to use 10.10.10.10 for the wifi hotspot, dhcp, dns, and internet forwarding. It is set in many places across the system. Changing those is the wrong way to assign an IP to the device.
The router or server you connect the RACHEL-Pi to should have DHCP which will automatically assign an IP address to the RACHEL-Pi. You should set the static IP on this router or server and not the PI. Then other devices can reach it at that static IP.
I have put text of how to assign a Static IP address to a Raspberry Pi that has Rachel. You need Putty and to know the current IP address that has been assigned to the Pi. You can install Advanced IP Scanner then run it, your Pi should be on the list of devices connected to your Wi-Fi router. Use that IP to SSH into the Pi using Putty.
Ah, I see you are trying to change the IP of eth0. Generally you connect the RACHEL-Pi to a router that assigns the IP. Otherwise you can use the WIFI hotspot to make any changes without connecting it to a router. The instructions I gave are for the WIFI hotspot.
Setting a static ip on the ethernet port might not work with the configuration of the webserver and other servers.
One your RACHEL-Pi is set up, everything is accessible by the web interface.
Hello James, thanks for the response. The thing is I have been assigning stating IPs of eth0 for a while now and it has been working perfectly. But all of a sudden I am now getting the previously attached screenshot. There must be a command line that I must input so that it takes me to the next step where I can input those commands I just do not know what I should command. Unless if you are saying now its impossible to assign a Static IP on eth0. I hope you understand what I am trying to say.
I think you will have to find a differenttutorial for doing this. The steps you pasted are missing a command also for “Step 2: copy and paste the following command”.