Type alias NetworkInterfaces

NetworkInterfaces: {
    lan: NetworkInterface;
    wan: NetworkInterface;
    wwan: NetworkInterface;
}

IPv4 configuration for network interfaces.

Type declaration

  • lan: NetworkInterface

    LAN interface configuration. By default LAN interface has DHCP-server configured from address X.X.X.100.

  • wan: NetworkInterface

    WAN interface configuration.

  • wwan: NetworkInterface

    Wireless WAN interface configuration.

Generated using TypeDoc