View Single Post
  #1 (permalink)  
Old 09-16-2009, 04:00 PM
Unregistered
Guest
 
Posts: n/a
Cool Cannot Browse Internet

I have siccessfully installed Solris 10 on 1 of my PCs, and after 2 weeks finally got my internet to work.

During the process I discovered OpenSolaris and decided now that I have Solaris 10 connected to the Internet I would now try OpenSolaris, it must be easier right!!!

I have done everything so that my OpenSolaris is just like my Solaris 10 network configuration. However DNS just does not seem to work
The following are the contents of my OpenSolaris Config files. (these have been manually entered, so forgive anny typos)

ifconfig -a

lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv 4,VIRTUAL> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
nge0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 8232 index 2
inet 192.168.0.1 netmask ffffff00
ether 0:1f:c6:c8:2a:e9
lo0: flags=2002000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv 6,VIRTUAL> mtu 8252 index 1
inet6 ::1/128

# cat /etc/hosts
#internet host table
#
::1 localhost
127.0.0.1 localhost
192.168.0.5 JetComputerSolutions
192.168.0.6 DasSolaris
192.168.0.7 Network Printer
192.168.0.3 Davids Laptop
192.168.0.4 Davids Desktop
210.55.69.216 Xtra

# cat /etc/resolv.conf
search xtra.co.nz dnsc1.xtra.co.nz Google
nameserver 192.168.0.1
nameserver 202.27.158.40

# cat /etc/defaultrouter
192.168.0.1

# cat /etc/defaultgateway
192.168.0.1

# cat /etc/nsswitch.conf (I have omitted the comments fron the top of the file)
passwd: files
group: files
hosts: files dns
ipnodes: files
networks: files
protocols: files
rpc: files
ethers: files
netmasks: files
bootparams: files
publickey: files
# At present there isn't a 'files' backend for netgroup; the system will
# figure it out pretty quickly, and won't use netgroups at all.
netgroup: files
automount: files
aliases: files
services: files
printers: user files

auth_attr: files
prof_attr: files
project: files

tnrhtp: files
tnrhdb: files

# cat /etc/hostname
DasSolaris

# prtconf -D (I have only included the section relating to the network)
pci1043,8234, instance #0 (driver name: nge0)
pci-ide, instance #1 (driver name: pci-ide)
ide, instance #2 (driver name: ata)
cmdk, instance #0 (driver name: cmdk)
ide, instance #3 (driver name: ata)
cmdk, instance #1 (driver name: cmdk)

In the Network Settings both the location and Default gateway fields are blank.
- interface properties
Interface Name: nge0
Enable this connection (ticked)
Activate on Boot (ticked)
- Connection Settings
Configuration: Static IP address
IP address: 192.168.0.6
Subnet mask 255.255.255.0
Gateway Address: 192.168.0.1
- General Tab
- Hostname DadsSolaris
- Domain Name Jefferies
- DNS
- DNS Servers
192.168.0.1
210.55.69.216
- Search Domains
www.dnsc1.xtra.co.nz
Yahoo!Xtra
Google
- Hosts
- 192.168.0.5 JetComputerSolutions
- 127.0.0.1 DadsSolaris.local
localhost
loghost
- 192.168.0.6 DadsSolaris
DadsXP
::1 DadsSolaris
DadsSolaris.local
localhost
loghost
192.168.0.7 Network
Printer
210.55.69.216 xtra.co.nz

When attempting to connect to the internet (firefox 3.1) I get the result Address Not Found
However if I type in a IP Address 202.27.184.102 the browser automatically returns Yahoo!Xtra and then I get the message Address Not Found.

If you need anymore info please let me know
Reply With Quote
Sponsored Links