This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Feature wanted

For a couple of months I have been using Astaro as HomeUser.

My provider requires me to send a hostname for validation my dynamic IP address.
To be able to have this working I changed  the file "dhcp_eth" in the directory "/var/mdw/scripts".
line 36 normally looks like this:
chroot $CHROOT /usr/sbin/dhcpcd -d -c "/usr/sbin/$ITF" -R $ITF & ....

now I simply add the -h hostname option to this line like this:
chroot $CHROOT /usr/sbin/dhcpcd -d -c "/usr/sbin/$ITF" -R -h hostname $ITF & ....

This is working fine, but everytime I install an update which requires a reboot this change is gone. Which requires me to logon as root, change the file and reboot again.

It would be great whenever it will be possible to configure this using webadmin.


This thread was automatically locked due to age.