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

Can't configure static IP config #111

Closed
micheljung opened this issue Jun 5, 2023 · 5 comments
Closed

Can't configure static IP config #111

micheljung opened this issue Jun 5, 2023 · 5 comments
Labels
bug Something isn't working

Comments

@micheljung
Copy link
Contributor

micheljung commented Jun 5, 2023

If you try this:
image

It silently fails like this:
image
'invalid uint 32: string' (for search purposes)

Because of this:

/**
 * @generated from message meshtastic.Config.NetworkConfig.IpV4Config
 */
export declare class Config_NetworkConfig_IpV4Config extends Message<Config_NetworkConfig_IpV4Config> {
  /**
   *
   * Static IP address
   *
   * @generated from field: fixed32 ip = 1;
   */
  ip: number;

  /**
   *
   * Static gateway address
   *
   * @generated from field: fixed32 gateway = 2;
   */
  gateway: number;

  /**
   *
   * Static subnet mask
   *
   * @generated from field: fixed32 subnet = 3;
   */
  subnet: number;

  /**
   *
   * Static DNS server address
   *
   * @generated from field: fixed32 dns = 4;
   */
  dns: number;
@aptonline
Copy link

Seeing the same issue, unable to configure static ip settings under network. Hitting save does nothing.

@aptonline
Copy link

aptonline commented Feb 13, 2024

I've seen other posts saying you have to enter static details in reverse for this to work (1.1.168.192 for example) . Not tested but will be trying it.

@aptonline
Copy link

That doesn't work for me, still not able to say settings for network (static IP etc) from WebUI. updated to latest beta firmware and same issue.

@aptonline
Copy link

Managed to set static IP via Android app but noticed that the IP details are encoded, is this correct? See below.

Screenshot from 2024-02-18 19-16-14

@Hunter275 Hunter275 added the bug Something isn't working label Jun 15, 2024
@KomelT
Copy link
Contributor

KomelT commented Sep 17, 2024

@Hunter275 this was fixed in #269.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants