GithubHelp home page GithubHelp logo

Rpanion Login about rpanion-server HOT 5 CLOSED

stephendade avatar stephendade commented on June 12, 2024
Rpanion Login

from rpanion-server.

Comments (5)

stephendade avatar stephendade commented on June 12, 2024 1

The login credentials are unchanged from the system defaults. For Raspian, this is usually "pi" and "raspberry"

from rpanion-server.

ProcessorGuy avatar ProcessorGuy commented on June 12, 2024

Hi again. I couldn't reach the raspberry pi through ssh. I checked the .sh files, and I saw this line sudo apt purge -y openresolv dhcpcd5 modemmanager . I believe this causes a problem. When we purge dhcpcd5, it doesn't assign any IP to my raspberry pi, and I cannot reach raspberry pi through ssh.

Does it (dhcpcd5) has to be removed or purged in order to run this rpanion server?

Also, I reinstalled the emild-navio2 image from their website without building rpanion server. It automatically assigned my IP address so that I could easily reach the raspberry pi through ssh.

https://ibb.co/BrRCQCG

from rpanion-server.

stephendade avatar stephendade commented on June 12, 2024

The networking management features in Rpanion-server use nmcli, which conflicts with dhcpcd5, thus the need to remove dhcpcd5.

If you don't want to use the networking features in Rpanion-server, you can install dhcpcd5.

I've not worked with the emild-navio2 image, so I can't offer specific support for that setup.

from rpanion-server.

ProcessorGuy avatar ProcessorGuy commented on June 12, 2024

Before the reboot which is the last statement of the RasPi2-3-4-deploy.sh, I am planning to add the following commands;

sudo nmcli con mod enps03 ipv4.addresses 192.168.0.101/24
sudo nmcli con mod enps03 ipv4.gateway 192.168.0.1
sudo nmcli con mod enps03 ipv4.dns “8.8.8.8”
sudo nmcli con mod enps03 ipv4.method manual
sudo nmcli con up enps03

note: enps03 (for ethernet connection, not wifi) is the network name of the ethernet, 192.168.0.101 is my desired static IP, “8.8.8.8” is the desired DNS server, the manual indicates that our IP is static, and up means apply our changes now.

I will apply and let you know if it works. Thanks for your help.

from rpanion-server.

ProcessorGuy avatar ProcessorGuy commented on June 12, 2024

It worked but I had to change /etc/NetworkManager/NetworkManager.conf file as follows,

[main]
plugins=ifupdown,keyfile

[ifupdown]
managed=true

If I didn't change the file like above, wlan0 would always be unavailable. Also, I did one minor change as follows,

sudo mv /usr/lib/NetworkManager/conf.d/10-globally-managed-devices.conf /usr/lib/NetworkManager/conf.d/10-globally-managed-devices.conf_orig

sudo touch /usr/lib/NetworkManager/conf.d/10-globally-managed-devices.conf

Then, I typed as follows,

sudo systemctl restart NetworkManager

I was able to access rpanion server. Thank you for your help. Have a nice day !

from rpanion-server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.