Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

network.cfg settings doubled on backup restore #23

@silnocus

Description

@silnocus

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions