hi?
I have been implementing a NAT device using Ce 5.0.
I have 4 lan ports and 1 wan port.
And I configured a dhcp server for lan port by following registry setting.
But I couldn't any document about setting dns server address for dhcp server
setting.
[HKEY_LOCAL_MACHINE\Comm\RTL81392\Parms\TcpIp]
"EnableDHCP"=dword:0
"UseZeroBroadcast"=dword:0
"DefaultGateway"="192.168.0.1"
"IpAddress"="192.168.0.1"
"Subnetmask"="255.255.255.0"
"DNS"="192.168.1.254.1"
[HKEY_LOCAL_MACHINE\Comm\Tcpip\Parms]
"IpEnableRouter"=dword:1
"EnableDHCP"=dword:1
[HKEY_LOCAL_MACHINE\Comm\ConnectionSharing]
"DHCPLeaseTime"=dword:300
"EnablePacketFiltering"=dword:1
"DhcpAllocationStartRange"="2"
"DhcpAllocationEndRange"="100"
"EnableDhcpAllocator"=dword:1
"PrivateInterface"="RTL81392"
"EnableAddressTranslation"=dword:1
"PublicInterface"="RTL81391"
A pc connected with lan port got IP address from the dhcp server.
But the dhcp client pc didn't get a dns server address because there was no
setting for dns server.
Doesn't the dhcp server from ce support dns server allocation?