Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-72264

Networks settings are lost after reboot

    XMLWordPrintable

Details

    • Linux/Other display system

    Description

      1. Take a boot2Qt image and start the device
      2. Set a static ip address
      3. reboot the device

      Expected result: the set ip address would be used by the device
      Actual result: the settings before are used

      Problem: the systemd overwrites the connman setting
      Workaround: create a /etc/systemd/network/80-container-host0.network with the content:

      [Match]
      Name=eth0
      [Network]
      Address=10.9.21.245
      Gateway=10.9.20.1
      DNS=10.150.153.13
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            sapiippo Samuli Piippo
            karimpinter Karim Pinter (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes