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

 output from Windows and Sol 10
from Windows
---------------------------
Windows IP Configuration
Ethernet adapter Local Area Connection 2:
Connection-specific DNS Suffix . :
IP Address. . . . . . . . . . . . : 216.58.53.222
Subnet Mask . . . . . . . . . . . : 255.255.255.224
Default Gateway . . . . . . . . . : 216.58.53.193
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x2 ...00 19 21 db 3c 05 ...... NVIDIA nForce Networking Controller - Packet 
Scheduler Miniport
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 216.58.53.193 216.58.53.222 20
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
216.58.53.192 255.255.255.224 216.58.53.222 216.58.53.222 20
216.58.53.222 255.255.255.255 127.0.0.1 127.0.0.1 20
216.58.53.255 255.255.255.255 216.58.53.222 216.58.53.222 20
224.0.0.0 240.0.0.0 216.58.53.222 216.58.53.222 20
255.255.255.255 255.255.255.255 216.58.53.222 216.58.53.222 1
Default Gateway: 216.58.53.193
===========================================================================
Persistent Routes:
None

---------------------------------------end of Windows

from Solaris
----------------------------------

# 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

# netstat -rn
Routing Table: IPv4
Destination Gateway Flags Ref Use Interface
-------------------- -------------------- ----- ----- ---------- ---------
127.0.0.1 127.0.0.1 UH 1 326 lo0

Routing Table: IPv6
Destination/Mask Gateway Flags Ref Use If
--------------------------- --------------------------- ----- --- ------- -----
::1 ::1 UH 1 21 lo0

# /sbin/dhcpinfo -i nge0 3 >> nge0.dat
/sbin/dhcpinfo: interface not in appropriate state for command

# dmesg | grep nge
Nov 6 18:56:04 Immanuel nge: [ID 801725 kern.info] NOTICE: nge0: Using FIXED 
interrupt type
Nov 6 18:56:04 Immanuel pcplusmp: [ID 803547 kern.info] pcplusmp: pci10de,3ef 
(nge) instance 0 vector 0x17 ioapic 0x2 intin 0x17 is bound to cpu 0
Nov 6 18:56:04 Immanuel mac: [ID 469746 kern.info] NOTICE: nge0 registered
Nov 6 18:56:06 Immanuel mac: [ID 435574 kern.info] NOTICE: nge0 link up, 100 
Mbps, full duplex

# cat /etc/resolv.conf
domain www.cia.com
nameserver 216.58.53.193


# cat /etc/nsswitch.conf | grep dns
#ident "@(#)nsswitch.dns 1.16 07/08/13 SMI"
# /etc/nsswitch.dns:
# DNS service expects that an instance of svc:/network/dns/client be
# server lookup. See resolv.conf(4). For lookup via mdns
# svc:/network/dns/multicast:default must also be enabled. See mdnsd(1M)
hosts: files dns mdns
ipnodes: files dns mdns

# cat /etc/defaultrouter
216.58.53.193

# cat /etc/hosts
127.0.0.1 localhost
216.58.53.222 Immanuel loghost

# cat /etc/hostname.nge0
216.58.53.222
-- 
This message posted from opensolaris.org

Reply via email to