unable to setup network,urgent help needed!!


 
Thread Tools Search this Thread
Operating Systems Solaris unable to setup network,urgent help needed!!
# 15  
Old 04-09-2008
Quote:
Originally Posted by sparcguy
I'm thinking all your config are correct, maybe the problem is somewhere else...
The OP didn't provide all of the config, especially nothing about the DNS settings.
# 16  
Old 04-09-2008
Hi,
In response to sparcguy, i didnt get your question, can you be a bit descriptive....

Also out of frustration i bought a new lan card
its a realtek 8139d...
its listed on sun HCL...
but am unable to use it...can you pls tell me how to plumb it and get that up and running atleast!!!

Thanks
# 17  
Old 04-09-2008
I believe I gave you the instructions. Read post #12.
# 18  
Old 04-10-2008
This is just a hunch, on your PC desktop open up your web browser(like firefox) go to

tools --> options --> network --> settings

And see if you are accessing internet thru any proxy that your organization may have?

If you are then go configure the proxy settings at web browser on your Sun server.

Btw maybe to isolate this problem you can try assigning a static IP to the interface first.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

To configure network settings.

1) plumb your network interface,
ifconfg <interface> plumb
ifconfig <interface> xxx.xxx.xxx.xxx netmask xxx.xxx.xxx.xxx up
to test just ping localhost, resp means ok, no resp means not ok - check cables

2) cat /etc/defaultrouter (must contain IP address of your defaultrouter)
Test: ping to your defaultrouter

3) cat /etc/resolv.conf (must contain entries of your nameservers, if one on each line)

4) cat /etc/nsswitch.conf (manually add dns to end of host like so "hosts: files dns")

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 19  
Old 04-10-2008
what does netstat -r say?
please give output.

also what is the output for `grep network /etc/path_to_inst`?
# 20  
Old 04-10-2008
Quote:
Originally Posted by sparcguy

1) plumb your network interface,
ifconfg <interface> plumb
ifconfig <interface> xxx.xxx.xxx.xxx netmask xxx.xxx.xxx.xxx up
to test just ping localhost, resp means ok, no resp means not ok - check cables
ping localhost will work regardless of a faulty cable or not. I guess you really meant "ping <router ip>"
# 21  
Old 04-10-2008
Hi all ,
I finally managed to set up network on solaris....
Thanks for all your help..

this is all i did,
ifconfig nge0 plumb
ifconfig nge0 192.168.1.57 netmask 255.255.255.0 up
and thats it...

Then i had downloaded the inetmenu packages, ran that module , however it did not work...
I thought i will give a shot at the browser, and then it worked!!!Smilie SmilieSmilie

Thanks again for all your help!!!
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Linux

Unable to access CentOS setup Network Configuration after attempting Python update

I attempted to update Python on my CentOS 5.6 VM and have encountered some issues after then. Initially yum wouldn't work, but I have resolved that. However, now I am unable to access the Network Configuration section under setup. When I do select this option I see this at the command line: ... (2 Replies)
Discussion started by: crmpicco
2 Replies

2. IP Networking

RHEL 5.0 IP Network setup

Can someone here please help and walk me through what I need to do to setup my network so that I can start an oracle listener ? I am connected through a router (netgear) and everytime I start my machine the ip address changes because of DHCP (I think). There are so many parameters that I do... (5 Replies)
Discussion started by: jxh461
5 Replies

3. Shell Programming and Scripting

Help needed to setup SFTP

Hi Gurus, We need to make SFTP in non_interactive mode. I have done steps like key generation, copying public key into destination server, changing file/folder permission. Still we are not able to achieve it. Please check the log below.... $ sftp -v b2cint@10.76.120.120 Connecting to... (1 Reply)
Discussion started by: Sabari Nath S
1 Replies

4. Solaris

setup network interface

hi, i have sunfire 280r sparc. i would like to know how to setup interface with command ndd line and put it in the file permanently. my card is eri0 and speed can be 100mb or 1000mb full duplex. thanks in advance. (3 Replies)
Discussion started by: lamoul
3 Replies

5. Shell Programming and Scripting

unable to log into gdm, urgent help needed!!!pls

Hi all, I was playing around with some scripts and spoilt solaris completely .. So i reinstalled and thought of giving the password once i log in... However i forgot all about it and went ahead installing all my drivers and particularly KDE 3.5.8 on my system.. But for kde to show up at the... (0 Replies)
Discussion started by: wrapster
0 Replies

6. Solaris

[urgent need help] SSH setup...

hi experts, very need help, i had setup the SSH on solaris 8 and have generate the key but i have problem to start the sshd below is the error messages : /etc/rc2.d/S97sshd start Could not load host key: /usr/local/etc/ssh_host_key Could not load host key: /usr/local/etc/ssh_host_rsa_key... (6 Replies)
Discussion started by: bucci
6 Replies

7. Solaris

URGENT - setup port and dump all output to /dev/null or a file

Please help urgently. I need to setup up some sort of service on a solaris server on a port. I dont need it do anything special, anything that is sent to this port from an external server should be dump to /dev/null or a flat file.. Can you help urgently? (1 Reply)
Discussion started by: frustrated1
1 Replies

8. IP Networking

network setup???

Hello everybody, I am a new unix user (Solaris 10). I was wondering if anybody can help me figure out how to connect to the network in my work place. I know my IP address, subnet mask, gateway, primary and secondary DNS addresses but I don't know how to enter these settings into my Solaris. ... (3 Replies)
Discussion started by: arash05
3 Replies

9. Solaris

network setup

on sparc solairs 2.8 which files i need to configure for network setup: /etc/hosts /etc/defaultrouter /etc/netmasks /et/resolv.conf what els?. by the way, how do i configure for rsh?. like for doing "rsh remotehostname date"?. (2 Replies)
Discussion started by: S26+
2 Replies

10. IP Networking

Network Setup

I am moving a SUN 250 server from one location to another. The IP address has to change in order to make the server visible in the new building. The system administrator has given me the new IP address for the server, the DNS server IP and the default gateway IP. First question, is this all the... (2 Replies)
Discussion started by: pkappaz
2 Replies
Login or Register to Ask a Question