hi, I have a little problem with solaris 8 platform. After instalation, there are no interfaces up. So I cannot configure the network. What can I do? How can I make interfaces???
oh.. and another thing...
i've just rebooted my system, and while standing up there was a massage :
ifconfig: elxl0 : no such interface
(...)
no interfaces up
(...)
please help i really have to configure it!!!
and it's slowly starting to kill me.
the -r telling the system to find any new devices on it's way back up.
If that doesn't work (and sometimes it doesn't:
2. As root, in the root (/) directory, type
touch reconfigure
to create an empty file called reconfigure.
Than shutdown -i6 -g0 -y
to 'bounce' the box, ie shut it down and bring it back up automatically. On the way up it 'sees' the reconfigure file and knows it has to look for new hardware.
so...
the first option:
i typed shutdown -i0 -g0 -y
but then the system didn't give me a chance to type boot -r
the second option:
i typed
touch reconfigure
then
shutdown -i6 -g0 -y
and the result was as follows:
While standing up:
...configuring IPv4 interfaces: ifconfig: plumb: elxl0: bad file number
ifconfig: solaris: bad address
elxl0
hostname: solar
(checking some system files)
in.rdisc: no interfaces up
(...)
Have you a working cable plugged into the NIC, are you sure whatever else it's plugged into is working? Is it second-hand? I've read somewhere that using theese elsewhere can muck up the settings.
this is a buil-in card.
and the network cable is working.
i don't have problem any more with ifconfig -a, now it's working, so after rebboting the systems all settings are ok. But when i try ping command
e.g
ping -c 4 wp.pl
it gives back the unknown host
in my /etc/hosts there are:
127.0.0.1 localhost loghost
126.101.26.145 solar
in /etc/netmasks
128.32.0.0 255.255.255.0
(this line has already been there and i added the following
126.101.26.0 255.255.255.0
and now i cannot ping another host in the network because there is a massage that the host is unreachable. And the last thing, while the system is standing up there is a massage :
WARNING! elxl0: link failure
I assume by 'standing up' you mean 'starting up'. If that's the case, once the system is up, does ifconfig -a show you the interface as you have described above?
yes i ment starting up (sorry english is my second language...).
when it's already up, ifconfig -a shows
ifconfig -a
lo0: FLAGS = 1000849 (up, loopback,running, multicast, ipv4) mtu 8232 index 1 inet 127.0.0.1 netmask ff000000
1) yes, i created it and there is my gateway address:
126.101.26.254
2) but i noticed one thing now
when i reboot my system and then type ifconfig everything is the same as before booting except for the netmask it should be ffffff00 and it becomes ff000000. i don't know why is it so. in the netmasks file i have 255.255.255.0 so it should be ffffff00.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.