Below we will go over how to set a static IP for your RoninDojo for accessing it on your local network. This will prevent your modem from rotating you RoninDojo's IP in the event of a modem power reset.
sudo systemctl disable --now NetworkManager.service
ip route get 1.1.1.1 | awk '{print$7}'
ip route get 1.1.1.1 | awk '{print$5}'
ip route get 1.1.1.1 | awk '{print$3}'
sudo mkdir /etc/systemd/network
sudo nano /etc/systemd/network/eth0.network
Replace eth0 with output from step 3
[Match]
Name=eth0
[Network]
Address=192.168.1.21
Gateway=192.168.1.1
DNS=8.8.8.8
DNS=8.8.4.4
Replace values in Name, Address & Gateway variables above with output from steps 2, 3 & 4.
sudo systemctl enable --now systemd-networkd.service
Check out the Troubleshooting page for more info.
Need help? Try out our Support Service.
Join the RoninDojo Chatroom and engage the community.