Netscape and Patching question


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Netscape and Patching question
# 1  
Old 08-17-2006
Netscape and Patching question

Hey guys,

I was able to get my NIC running and set it to DHCP... I can ping it....SSH....and Telnet to my Solaris 9 machine. But when im on the machine I can't get Netscape or the automatic patching software to connect. Is there some DNS things i need to set or something im a little stumped.

it tells me

Warning: the following hosts are unknown

home.netscape.com
home6.netscape.com
internic.net

this means some or all hosts will be unreachable.

Thanks...

Last edited by kingdbag; 08-17-2006 at 07:14 PM..
# 2  
Old 08-17-2006
What are the contents of your /etc/resolv.conf ? That's where DNS servers are listed, one IP address per line. DHCP software often automatically overwrites it.
# 3  
Old 08-18-2006
hmmmm i don't have that file at all in /etc ..... what should be in it? Can I use anyone who allows DNS? or does it have to be a DNS server on my network?
# 4  
Old 08-18-2006
domain xxxx.com
nameserver xx.xxx.0.5
nameserver xx.xxx.0.7
search xxxx.com

This is what I have in there now with real DNS info of course...I even rebooted the machine and im still getting the same errors in Netscape.
# 5  
Old 08-19-2006
What DHCP software are you using?
# 6  
Old 08-22-2006
Umm, I just ran ifconfig em0 dhcp so i guess im using whatever software comes with Solaris 9
# 7  
Old 08-22-2006
I think what Corona meant was what DHCP software is running in the DHCP server from which your Solaris box is getting its IP address.

Start from the beginning:
Remove everything from resolv.conf but the line nameserver xxx.xxx.xxx.xxx
Check that /etc/nsswitch.conf has a line like: **
hosts: files dns
Can you actually ping the DNS servers from the Solaris box?
What happens when you do an nslookup on any outside website by name, like www.internic.net?
Is there a proxy in your environment?

** I rarely work with DHCP in unix, so I'm not sure if you need nsswitch.conf whne using DHCP.

Last edited by System Shock; 08-22-2006 at 05:30 PM..
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Netscape question

What command would you use to terminate all running instances of netscape-communicator owned by you on your system? (2 Replies)
Discussion started by: jdubya
2 Replies

2. Solaris

globalzone solaris 10 patching question

I was applying patch on global zone and got the error message saying. What may be the problem? Do I need to mount the nonglobal zone file system? IF is use mountall -l would mount all the file system? Thanks in advance. (4 Replies)
Discussion started by: mokkan
4 Replies

3. UNIX for Dummies Questions & Answers

solaris 8 / netscape 4.76

I have an Ultra 5 machine with Solaris 8 installed as an operating system. To work with other PC's on my home network, I selected DHCP as the network protocol. I want to have Internet access on my Sun machine but have been unsuccessful. I had an old Netscape for Unix disk and installed it. The... (1 Reply)
Discussion started by: pb11545
1 Replies

4. UNIX for Dummies Questions & Answers

Cant get Netscape to work...

when i try to open Netscape I get this: Xlib: connection to "hpbox:0.0" refused by server Xlib: Client is not Authorized to connect to server Error: Can't open display: hpbox:0.0 Error Couldn't find per display information *Note: I'm sharing a internet connection with my xp machine. Not... (2 Replies)
Discussion started by: Eric_Bakken
2 Replies

5. UNIX for Dummies Questions & Answers

Using Netscape from unix

Hi All.. I have netscape installed communicator 4.75 installed in my unix box. But dont know exactly how to use that as a browser. I tried running it from installed dir. as shown below and got the following error. testu:/opt/netscape >netscape Error: Can't open display:... (1 Reply)
Discussion started by: ultimate
1 Replies

6. UNIX Desktop Questions & Answers

Netscape for unix?

How can I find netscape for unix? I could only find for windows. I need netscape for solaris (3 Replies)
Discussion started by: kymberm
3 Replies

7. Post Here to Contact Site Administrators and Moderators

netscape 4.5.1

Were you aware that the forum entries don't show up in netscape 4.5.1. This is true on an NT box and a solaris box. I changed my colors around on my winders box and checked to always use my colors. Unfortunately my company doesn't seem in any hurry to upgrade. It just means I have to ftp code... (7 Replies)
Discussion started by: gillbates
7 Replies

8. UNIX for Dummies Questions & Answers

Installation Netscape

Hi, I need help to install Netscape on AIX Thank's:) Operation System AIX 4.3 I has problem with configure MOZILLA_HOME (1 Reply)
Discussion started by: Niko
1 Replies

9. UNIX for Advanced & Expert Users

Netscape question

I need to load Netscape on my UNIX workstation. It is an old Pyramid workstation. I have an Netscape exe zipped file on my NT laptop but I don't have gzip on my workstation to unzip it with. I can ftp the file to the workstation, but I have no way to open it. My question is what utility is... (3 Replies)
Discussion started by: Kelam_Magnus
3 Replies

10. UNIX for Dummies Questions & Answers

netscape and linux

i'm trying to install netscape 6.01 on my linux system. I already have netscape 4.76 installed already. When i try to install netscape 6.01 it installs into a different place. So my origanal still works. when i run the script it seems to work. It goes to a part where its deferring registration... (2 Replies)
Discussion started by: kam1su2
2 Replies
Login or Register to Ask a Question