Muhammad Satria Posted Tuesday at 10:48 AM Posted Tuesday at 10:48 AM (edited) So first I want to change my Armbian STB IP settings to Static with the command source /etc/network/interfaces.d/* #Network is managed by Network manager #auto lo #iface lo inet loopback auto eth0 iface eth0 inet static address 10.10.10.10 subnetmask 255.255.255.0 gateway 10.10.10.1 broadcast 10.10.10.255 hwaddess ether MAC Address and i save the setting when i reboot the config i cant access the IP address in SSH nor CasaOS Web UI. i need help Edited Tuesday at 10:49 AM by Muhammad Satria 0 Quote
eloirotava Posted Tuesday at 01:07 PM Posted Tuesday at 01:07 PM Hi! You should use netmask 255.255.255.0 instead of subnetmask. If NetworkManager is managing your interfaces, it might override manual settings. Try disabling it or configuring the static IP within nmcli. Let me know if you need more help! Thanks, Eloi. 0 Quote
Igor Posted Tuesday at 06:03 PM Posted Tuesday at 06:03 PM This is how network is set for some time now: https://docs.armbian.com/User-Guide_Networking/ 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.