unable to setup network,urgent help needed!!


 
Thread Tools Search this Thread
Operating Systems Solaris unable to setup network,urgent help needed!!
# 1  
Old 04-06-2008
unable to setup network,urgent help needed!!

Hi all,
I just bought a new system, but am unable to configure network on it..
am using a nge0 ethernet interface to login.
i've tried all i knew but not of the webpages seem to open.
Here is what i've done..

ifconfig nge0 plumb
ifconfig -a
(nge0) was being displayed as up and running.

opened network settings
$ network-admin

the hostname was already set.
I had to set the domain name, didnt exactly know what to give here, but as of now ive give airetelbroadband.in (airtel is my ISP).
(would like to know if it is necessary??)
then set the connection to take DHCP.
thats it.

the set my hostname in /etc/nodename
touch /etc/dhcp.nge0

but when i reboot i still cannot connect to the net!!!
Its a little urgent because this is the only OS i have right now!!
pls assist!!

Thanks
# 2  
Old 04-06-2008
What Solaris release are you using ? (cat /etc/release)
# 3  
Old 04-06-2008
am using 79a
# 4  
Old 04-07-2008
If you are using nwam (the default), you shouln't have to configure anything. Actually, interfering with nwam by running ifconfig and similar commands might confuse it.
# 5  
Old 04-07-2008
can you ping anything ?
do you have a default route (/etc/defaultrouter)
output of netstat -r
# 6  
Old 04-07-2008
I have disabled nwam..
However i would like to know how to use nwam?

coming to the main picture...
i can ping only my host ip..
anyother ip or anyother dns is not working!!!
But i can assure you that my network interface is being detected...

$network-admin
when the window opens up, my interface is shown as active and its nge0.
it also shows up on ifconfig -a

lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
nge0: flags=201000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4,CoS> mtu 1500 index 2
inet 0.0.0.0 netmask ff000000 broadcast 0.255.255.255
ether 96:bd:ea:fc:1b:0
lo0: flags=2002000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv6,VIRTUAL> mtu 8252 index 1
inet6 ::1/128

can you tell me what am doing wrong???

btw am using a on-board ethernet card from nvidia!!!
My winxp gets the ip automatically....
So i thought of setting up DHCP on solaris, when that didnt work i tried a static ip format but that didnt go as planned either

Last edited by wrapster; 04-07-2008 at 01:38 PM.. Reason: missed out
# 7  
Old 04-07-2008
You didn't answer the route question, can you look into that? What's the output of route -n (or the Solaris equivalent, but I assume it's the same as on other platforms)?
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