Ok so I have OpenVMS VAX running under simh. I am attempting to setup the dhcp server, but I'm unclear on some of the config. I tried following along with the online docs, but no go. My clients aren't getting dhcp leases. Any help is appreciated, I'm still learning OpenVMS. My config looks like this:
DHCPAP:
subnet1:\
:tc=.global:\
:nw=192.168.1.0:\
:gw=192.168.1.1:\
:sm=255.255.255.0:\
:dn=LOCALDOMAIN:\
:ds=192.168.1.1:\
:lt=10080:
NETS:
192.168.1.10-192.168.1.50
NETMASK:
192.168.1.0 255.255.255.0