unable to setup network,urgent help needed!!


 
Thread Tools Search this Thread
Operating Systems Solaris unable to setup network,urgent help needed!!
# 8  
Old 04-07-2008
route -n didnt work...
but i have the o/p of netstat -r and netstat -i respectively, pls have a look

Routing Table: IPv4
Destination Gateway Flags Ref Use Interface
-------------------- -------------------- ----- ----- ---------- ---------
default 192.168.1.1 UG 1 6
192.168.1.0 192.168.1.2 U 1 6 nge0
localhost localhost UH 1 301 lo0

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



i have attached the o/p of netstat -i
pls have a look
# 9  
Old 04-07-2008
i've made a mess out of that netstat -r..
so here is the attachment
Smilie
# 10  
Old 04-07-2008
Looking back, it seems that nge0 doesn't have a useful IP address. Can you try setting it manually to something in the 192.168.1.x space? x should be as random as you can make it, if you know what I mean ... If you pick an address which is already taken, things will get a bit interesting (but probably not more than you can handle -- just pick another address and try again).

Check that the default route to 192.169.1.2 is still there after you do this. At least on Linux, I've seen a useful default route disappear after you coincidentally set a new IP address in that network /-:
# 11  
Old 04-08-2008
Hi ,
I tried changing the ip to a random address, but that still didnt work...
I also checked /etc/defaultrouter, changed that value as well...
but nothing seems to be working....

My ISP is airtel.
I have a manual to tell me how to setup the connection for the prescribed modem (that they have given)...
I followed that and have setup the dns server ips and the other stuff...

yet there is no luck...
# 12  
Old 04-08-2008
Again, instead of trying (and failing for some reason) to configure the network manually, you should re-enable nwam which is automatically doing all the settings for you without any other requirements provided your network provides a correct DHCP service.

Code:
svcadm disable physical:default
svcadm enable physical:nwam

wait for the configuration to be done

Code:
ifconfig -a
netstat -rn
grep "^host" /etc/nsswitch.conf
cat /etc/resolv.conf

# 13  
Old 04-08-2008
sys-unconfig maybe...
# 14  
Old 04-09-2008
I'm thinking all your config are correct, maybe the problem is somewhere else...

From your own PC wintel desktop can you open your web browser and check if you are accessing internet thru a proxy or anything like that?

If you are accessing internet thru a proxy then maybe on the sun server web browser configure it to go thru the same proxy also.
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