
DHCPClient operations	RISC OS action		Windows		DHCPInfo	DHCPstatus	Example

DHCP Server address	Inet$BootServer		DHCP Server	Server		Server Address	192.168.1.1
DHCP TFTP Boot file	Inet$BootFile	-
			Inet$EtherIPAddr	IP address	IP		IP Address	note 1
OPTION_NETMASK		Inet$EtherIPMask	Subnet mask					255.255.255.0
OPTION_ROUTER		Inet$Router		Default Gateway	Relay Address	Relay Address	note 2
OPTION_NAMESERVER	Sets Inet$Resolvers	DNS Server					158.152.1.43
OPTION_HOSTNAME		Sets Inet$HostName	Host name					standalone
OPTION_DOMAINNAME	Sets Inet$LocalDomain	Host name					internal.riscos.com
OPTION_NTPSERVERS	Sets Inet$NTPServer	-
OPTION_TIMESERVER	Sets Inet$TimeServer	-
OPTION_NBNSSERVERS	Sets LanMan$NameServer	?
OPTION_NBSCOPE		Sets LanMan$ScopeID	NetBIOS Scope ID
OPTION_IPFORWARDING	*InetGateway		IP Routing enabled/disabled

Note 1. Inet$EtherIPAddr is resolved from "dhcp" to the
Local IP address e.g 192.168.1.66
  
Note 2. The RISC OS "Gateway" is resolved from the DHCP info.
It is NOT the value shown as the Relay Address which will
usually be shown as "unset".
The RISC OS Gateway setting is resolved internally by
the Internet module. e.g 192.168.1.177

Note 3. Use the command *inetstat -r to display the routing tables.