artfulbodger
Technical User
I have a DHCP server config that is driving me nuts. In short, I have DHCP working and it is handing out IP addresses, except it doesn't pass the DNS ip address so hosts cannot be found.
My network is setup thusly:
[tt]Internet <-----> Netgear <-----> Home LAN
|
|
V
Solaris 10 <---> Test LAN
|
|
V
Test Client
[/tt]
Basically I am using my Solaris 10 box as a router, dhcp server, etc. DNS is currently set to the netgear router. I have tested this configuration by manually entering the DNS IP on the client and everything works. I just can't get DHCP to do it.
I don't know what else to post to assist but here is my dhtadm -P output:
Thanks for any help you can provide!
-----
Allan D. Reed
My network is setup thusly:
[tt]Internet <-----> Netgear <-----> Home LAN
|
|
V
Solaris 10 <---> Test LAN
|
|
V
Test Client
[/tt]
Basically I am using my Solaris 10 box as a router, dhcp server, etc. DNS is currently set to the netgear router. I have tested this configuration by manually entering the DNS IP on the client and everything works. I just can't get DHCP to do it.
I don't know what else to post to assist but here is my dhtadm -P output:
Code:
# dhtadm -P
Name Type Value
==================================================
10.1.1.0 Macro :Subnet=255.255.255.0:Router=10.1.1.1:Broadcst=10.1.1.255:DNSserv=192.168.1.1:
fred Macro :Include=Locale:Timeserv=192.168.1.31:LeaseTim=86400:LeaseNeg:DNSdmain="home.net":DNSserv=192.168.1.1:
Locale Macro :UTCoffst=-18000:
Thanks for any help you can provide!
-----
Allan D. Reed