Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In order to do this, add a DHCP Option 160 to your DHCP Server with the content "https://noctel.com".  This URL should not have a trailing slash.


Upon initial boot up of the device, it will configure the phone's bootloader with the following settings:

...

      address-range low 10.0.0.100 high 10.0.0.254;
      name-server {
        10.0.0.1;
        10.0.0.2;
      }
      router {
        10.0.0.1;
      }
      option 160 string https://noctel.com/;
    }
  }

 }


Juniper using JDHCP:

...

          }
          option 160 string https://noctel.com/;
        }
      }
    }
  }
}