Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NetworkSettingsNat

Hierarchy

  • NetworkSettingsNat

Index

Constructors

Properties

dhcp_server?: boolean = true

Start DHCP server on local bridge with 20 addresses in address pool which is padded 100 addresses from local_ip.

dns?: string = ''

DNS server address to set.

gateway?: string = ''

Default gateway address.

local_ip?: string = '192.168.170.1/24'

Sets IP address and network for local bridge interface.

station_ip?: string = ''

Sets static IP address and network on uplink Wi-Fi station interface. If not set, enables DHCP client on this interface.

Generated using TypeDoc