Jump to content

Recommended Posts

Posted (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 by Muhammad Satria
<
Posted

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.

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines