Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

network.cfg settings doubled on backup restore #23

Open
silnocus opened this issue Oct 20, 2024 · 0 comments
Open

network.cfg settings doubled on backup restore #23

silnocus opened this issue Oct 20, 2024 · 0 comments

Comments

@silnocus
Copy link

silnocus commented Oct 20, 2024

After taking a backup of the running flash drive with an existing static IP assignment and flashing that backup to a new drive with USB Creator for windows, the creator prompts for network settings and appears to append those to the existing settings in network.cfg:

Generated network settings

USE_DHCP="no"
IPADDR="10.255.255.10""10.255.255.10"
NETMASK="255.255.255.0""255.255.255.0"
GATEWAY="10.255.255.1""10.255.255.1"
BONDING="yes"
BRIDGING="yes"
DNS_SERVER1="10.255.255.25"
DNS_SERVER1="10.255.255.25"

which causes unRAID to fail assigning any network ports on boot. Easily fixed from any text editor, but figured it'd be worth letting you know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant