IPAddress/WirelessIPAddress

Specifies static (manual) IPv4 address in Ethernet network

Parameter syntax: IPAddress, WirelessIPAddress

Possible values: IP address (four numbers, dot-separated)

Default value (RST condition): 192.168.0.99

Description

IP address for Ethernet interface when static IP address mode is enabled in IPMode parameter. When DHCP mode is enabled, the IP is assigned by a DHCP server in network and can be read back with SYST:CONF? query)

IP address for Wireless interface (with DHCP, configured address can be read back)

Example

SYST:CONF "IPAddress = 192.168.0.99"

SYST:CONF "WirelessIPAddress = 192.168.0.99"

IPDNS/WirelessIPDNS

DNS servers

Parameter syntax: IPDNS1, WirelessIPDNS1 and IPDNS2, WirelessIPDNS2

Possible values: IP address (four numbers, dot-separated)

Default value (RST condition): 8.8.8.8

Description

DNS server(s) IP addresses for Ethernet interface when static IP address mode is enabled in IPMode parameter. When DHCP mode is enabled, these settings are assigned by a DHCP server in network and can be read back with SYST:CONF? query)

1st nameserver IP address for Wireless interface (with DHCP, configured address can be read back)

Example

SYST:CONF "IPDNS1 = 8.8.8.8; IPDNS2 = 1.1.1.1"

SYST:CONF "WirelessIPDNS1 = 8.8.8.8; WirelessIPDNS2 = 1.1.1.1"

IPGateway/WirelessIPGateway

Default gateway.

Parameter syntax: IPGateway, WirelessIPGateway

Possible values: IP address (four numbers, dot-separated)

Default value (RST condition): 192.168.0.1

Description

Gateway IP for Ethernet interface when static IP address mode is enabled in IPMode parameter. When DHCP mode is enabled, this setting is assigned by a DHCP server in network and can be read back with SYST:CONF? query)

Gateway IP address for Wireless interface (with DHCP, configured address can be read back)

Example

SYST:CONF "IPGateway = 192.168.0.1"

SYST:CONF "WirelessIPGateway = 192.168.0.1"

IPMode/WirelessIPNetmask

Select whether to configure IP address automatically from DHCP server or manually

Parameter syntax: IPMode, WirelessIPMode

Possible values: DHCP, Static

Default value (RST condition): DHCP

Description

IP configuration mode for Ethernet interface

IP netmask for Wireless interface (with DHCP, configured netmask can be read back)

DHCP - IP settings are aquired via DHCP

Static - Static IP configuration. When this mode is selected you should also configure IPAddress and IPNetmask, IPGateway, IPDNS1 (and optionally IPDNS2) parameters.

Example

SYST:CONF "IPMode = DHCP"

SYST:CONF "WirelessIPMode = DHCP"

IPNetmask/WirelessIPNetmask

Parameter syntax: IPNetmask, WirelessIPNetmask

Possible values: IP mask (four numbers, dot-separated)

Default value (RST condition): 255.255.255.0

Description

IP netmask for Ethernet interface when static IP address mode is enabled in IPMode parameter. When DHCP mode is enabled, this setting is assigned by a DHCP server in network and can be read back with SYST:CONF? query)

IP netmask for Wireless interface (with DHCP, configured netmask can be read back)

Example

SYST:CONF "IPNetmask = 255.255.255.0"

SYST:CONF "WirelessIPNetmask = 255.255.255.0"