stephen bond writes:
> solaris cannot see the dns even with wait 400, pls help
> I have a cable ISP and windows is fine.

The problem isn't with DNS.  DHCP is failing.

> # ifconfig nge0
> nge0: flags=201004843<UP,BROADCAST,RUNNING,MULTICAST,DHCP,IPv4,CoS> mtu 1500 
> index 2
> inet 0.0.0.0 netmask ff000000
> ether 5:3c:db:21:19:0

Note the lack of an IP address above.

Doing this may reveal enough information to find the problem:

        pfexec snoop -o /tmp/nge.snoop -d nge0

Otherwise, you can enable the highest possible level of debugging in
dhcpagent like this:

pfexec sh
echo .DEBUG_LEVEL=3 >> /etc/default/dhcpagent
echo .VERBOSE=yes >> /etc/default/dhcpagent
echo 'daemon.debug\t/var/adm/debug' >> /etc/syslog.conf
touch /var/adm/debug
pkill -1 syslogd
pkill dhcpagent

Then restart DHCP like this:

ifconfig nge0 dhcp start

... and view the logs in /var/adm/debug.

-- 
James Carlson, Solaris Networking              <[EMAIL PROTECTED]>
Sun Microsystems / 35 Network Drive        71.232W   Vox +1 781 442 2084
MS UBUR02-212 / Burlington MA 01803-2757   42.496N   Fax +1 781 442 1677
_______________________________________________
networking-discuss mailing list
[email protected]

Reply via email to