Network not working on Solaris 10


 
Thread Tools Search this Thread
Operating Systems Solaris Network not working on Solaris 10
# 1  
Old 02-09-2009
Network not working on Solaris 10

Hi,

Need help for the network configuration on Solaris 10 5/8.

My NIC's dirver was loaded after Solaris installation and is configured using static ip address for a local network:
172.16.1.12
I have configured set of files as:
/etc/hosts :
172.16.1.12 ls12
/etc/hostname.iprb0:
ls12
/etc/nodename:
ls12
Physical network cable connections checked and all good.

The problem is that I can ping the machine itself but can not ping others on the subnet 172.16.1.0

While another computer with address of 172.16.1.15 has no problem at all. The only difference for those two computers is that the nic on second one was recognized by Solaris during installation time and the network configuration was done during the installation time.

What is the problem for the first one?

thanks

dunson
# 2  
Old 02-09-2009
What is the output from an ifconfig -a? have you checked the netmask?
# 3  
Old 02-09-2009
# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1 inet 127.0.0.1 netmask ff000000
iprb0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2 inet 172.16.1.12 netmask ffffff00 broadcast 172.16.1.255 ether 0:1e:90:cd:9a:a4


# 4  
Old 02-09-2009
Do you have the default GW set correctly in /etc/defaultrouter? Might not be the cause, but make sure it is set properly before further troubleshooting. The output from netstat -rn would give an indication as well.
# 5  
Old 02-10-2009
your /etc/netmask and /etc/defaultrouter should be set
# 6  
Old 02-10-2009
whether the interface is recognized during installation or not doesn't mean the interface doesn't work. could be that this interface is not native to sol10 os. as long as the correct drivers are loaded into the kernel, the interface will work as advertised. i'm going with incredible on this one.
what is the output of the following commands:
dladm show-dev
netstat -rn
cat /etc/netmask
cat /etc/defaultrouter
# 7  
Old 02-10-2009
And also, on some new T5xxx system, you can't even plumb thenxge interface. They have some bugs with the Solaris 05/08 release and it will only work after apply the latest kernel patches
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Solaris 11 LDOM guest network not working

I'm really stuck here. I've created an LDOM on a SPARC T4-1 with Solaris 11.4 to run a copy of Linux for SPARC. I got the Linux ISO installed and Linux itself installed and booted OK. The only thing is is that there's no networking available in the Linux guest. This question is basically the... (7 Replies)
Discussion started by: Michele31416
7 Replies

2. Red Hat

Network Teaming not working in RHEL/CentOS 7

I was testing Networking Teaming (activebackup) with a VM hosted on VmWare Workstation and VirtualBox, and the result is, if the active interface is down, the system is not using the backup interface. Tested on both CentOS / RHEL 7 Please find below the command I have used to configure teaming.... (0 Replies)
Discussion started by: atanubanerji
0 Replies

3. Solaris

Network of Virtual machine not working

Hello, I have a problem. I have a server SPARC T3-1 with solaris 11 on the base. The server is working well. And then i did a virtual machine using again Solaris 11 to do this, but now my notwork on my virtual machine is not working anymore. There says that the network that i have created is... (11 Replies)
Discussion started by: keziacp
11 Replies

4. SCO

Printing to a working network printer using PCL

I am trying to get a network printer to work that currently works from my Unix (5.0.7) server when printing text files only. When I try to print post script files like a PDF file I get all of the controls so I am not sure if I have my printer configuration setup properly in Unix The printer... (1 Reply)
Discussion started by: ziggy6
1 Replies

5. Ubuntu

Wireless network not working

Hi, I am a new to Ubuntu linux and trying to learn it. I am using ubuntu 10.04. I am getting problem in setting my wireless network. I set it up properly and was working fine. But suddenly it stopped working, though the wireless icon saying that it is connected, but can't load any page. I... (2 Replies)
Discussion started by: linux_learner
2 Replies

6. Solaris

Executable compiled on solaris 10 not working on solaris 9

Hi I compiled an executable on Solaris 10 which creates semaphore ( semget) but it didn't work on solaris 9 , while it is executing sucessfully on solaris 10. It is throwing the system error that Invalid arguments ( system error 22) on solaris 9. the ldd for the executable on two servers is as... (4 Replies)
Discussion started by: ash_bit2k2
4 Replies

7. Solaris

solaris 8 network

hi all, how do i change the routing info and make sure i will be able to connect remotely? any ideas please? thanks in advance. (5 Replies)
Discussion started by: itik
5 Replies

8. Solaris

rare network problem even-- reinstall is not working

i am not able to install solaris 10 i have installed solaris many times succesfully with wotking network after that abrupt power failure i was never able to start solaris and neither install during install it hangs IS IT PROBABLE THAT BIOS OR SOME OTHER SETTINGS RELATED TO HARDWARE IS... (3 Replies)
Discussion started by: simaich8
3 Replies

9. Solaris

Getting solaris on my network

I have a solaris x86 box that ive been having trouble getting on my network, anyone know a good guide that can take me through it step by step? (1 Reply)
Discussion started by: xtremepancakez
1 Replies

10. IP Networking

home network not working!

i just linked 2 100MHz Linux kernel 2.4.2 boxes togeather using a direct cable connection, on two 3Com PCI network cards, using the EtherLink III chipset. Unfortuanately, when I boot both PCs, i get a loading interface: eth0 for five minutes, then a failed flag. No networking suppt. in windows,... (2 Replies)
Discussion started by: boris888
2 Replies
Login or Register to Ask a Question