Muhammad Satria Posted February 18 Posted February 18 (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 February 18 by Muhammad Satria 0 Quote
eloirotava Posted February 18 Posted February 18 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 February 18 Posted February 18 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.