LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > Solaris / OpenSolaris
User Name
Password
Solaris / OpenSolaris This forum is for the discussion of Solaris, OpenSolaris, OpenIndiana, and illumos.
General Sun, SunOS and Sparc related questions also go here. Any Solaris fork or distribution is welcome.

Notices


Reply
  Search this Thread
Old 03-15-2008, 12:49 PM   #16
namespace std
LQ Newbie
 
Registered: Mar 2008
Distribution: OpenSolairs 5/08, OpenVMS 7.3-1, Debian Lenny.
Posts: 18

Original Poster
Rep: Reputation: 0

Quote:
That is the expected behaviour.

That means the command was properly accepted and likely worked. What were you expecting ?
Quote:
Was there error messages ? Did the commands fail to set the IP address and the network mask ?
You asked me, so I answered.





Quote:
I suppose you mean receive packets. What makes you believe your interface cannot send packets to the network ?
It was just a guess, ok, I really don't know what packets are, but I'm guessing that they must be some kind of sign meaning that I could send and receive data. In the taskbar, in the network settings I saw only received packets (about 8-9 MB) and O bytes of sent packets, meaning that I cannot communicate with any host.

Quote:
That is unusual. What are you connecting your Solaris box to ?
A Webstar cable modem provided by my ISP which offers only single IPs around here.



Quote:
What other OS(es) are you familiar with and how do you configure it/them to have Internet access ?
Well, Ubuntu, Linspire and Mandriva. I didn't tried many.

Last edited by namespace std; 03-15-2008 at 12:52 PM.
 
Old 03-15-2008, 01:17 PM   #17
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
Quote:
Originally Posted by namespace std View Post
It was just a guess, ok, I really don't know what packets are, but I'm guessing that they must be some kind of sign meaning that I could send and receive data. In the taskbar, in the network settings I saw only received packets (about 8-9 MB) and O bytes of sent packets, meaning that I cannot communicate with any host.
There is not that much spontaneous outgoing traffic to expect so 0 bytes could be okay. Did you try to ping your router ?
Quote:
A Webstar cable modem provided by my ISP which offers only single IPs around here.
What model ?
Quote:
Well, Ubuntu, Linspire and Mandriva. I didn't tried many.
How did you configure the network on these Linux distros ?
 
Old 03-15-2008, 02:11 PM   #18
namespace std
LQ Newbie
 
Registered: Mar 2008
Distribution: OpenSolairs 5/08, OpenVMS 7.3-1, Debian Lenny.
Posts: 18

Original Poster
Rep: Reputation: 0
I did tried to ping it but it said: "Host unreachable" or something like that.

The modem - Webstar EPC2203 by Scientific Atlanta

Quote:
How did you configure the network on these Linux distros ?
Exactly like on Solaris - with the ifconfig command

Quote:
ifconfig eth0 up
etc


edit: look, I have this exact problem

Last edited by namespace std; 03-15-2008 at 02:27 PM.
 
Old 03-15-2008, 03:20 PM   #19
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
According to this cable modem documentation, DHCP is the way to configure the connected PC.

Whether it is Solaris, Linux or whatever, you cannot configure Internet access only with the ifconfig command.
 
Old 03-15-2008, 03:28 PM   #20
namespace std
LQ Newbie
 
Registered: Mar 2008
Distribution: OpenSolairs 5/08, OpenVMS 7.3-1, Debian Lenny.
Posts: 18

Original Poster
Rep: Reputation: 0
Thanks a lot! I'll try to install it now with DCHP mode on and see if I can connect.
 
Old 03-15-2008, 04:03 PM   #21
madivad
Member
 
Registered: Jan 2007
Posts: 70

Rep: Reputation: 15
@jlliagre -- ahh yes, the ifconfig -a plumb
I had forgotten about that one, but just want to confirm (since my brain is mush now) if ifconfig only lists lo0, will doing ifconfig -a plumb actually populate the device id's? I had already determined mine when I ran it, so I can't say.

@namespace std, Regarding host unreachable, did you look at the post I mentioned earlier? That was my solution, may not necessarily be yours, ie populate resolv.conf and add routes. Mine is only a suggestion, jlliagre is the guru here :-)
 
Old 03-15-2008, 07:50 PM   #22
namespace std
LQ Newbie
 
Registered: Mar 2008
Distribution: OpenSolairs 5/08, OpenVMS 7.3-1, Debian Lenny.
Posts: 18

Original Poster
Rep: Reputation: 0
Nevermind, with DCHP enabled I can't get it to install properly.

At cd2 and cd5 installation gaved me the following errors:

Code:
Mar 15 23:07:43 svc.startd[7]: svc/network /smtp:sendmail: Method "lib/svc/methid/smtp.sendmail start" failed due to signal KILL
Code:
-------syslogd: line 24: WARNING: loghost could not be resolved
Code:
Mar 15 23:22:13 unknown /sbin/dchpagent[41]: configure_bound: cannot add default router 89.136.64.1 on rtls0: File exists
And many others

And when the installation is finished and the computer reboots I get this thing:

Code:
Unknown console login data in .ndpd solicit-event: giving up on rtls0
And I can't do anything here. Ok, I'm giving up on Solaris...

Last edited by namespace std; 03-15-2008 at 07:52 PM.
 
Old 03-16-2008, 06:36 AM   #23
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
I'm missing why you did reinstall the whole OS instead of reconfiguring it to use DHCP. Anyway, some of the error messages are harmless, the other ones are unknown. Perhaps a transcription error.

What return the following commands ?
Code:
ifconfig -a
grep -v "^#" /etc/hosts
cat /etc/resolv.conf
grep "^hosts" /etc/nsswitch.conf
netstat -rn
arp -a
 
Old 03-17-2008, 06:49 PM   #24
namespace std
LQ Newbie
 
Registered: Mar 2008
Distribution: OpenSolairs 5/08, OpenVMS 7.3-1, Debian Lenny.
Posts: 18

Original Poster
Rep: Reputation: 0
Fore some reason, I had to enable Wake on LAN from BIOS. And the Internet connection worked perfectly from then on. Thanks everybody for your time and patience.

Last edited by namespace std; 03-17-2008 at 06:50 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Some Noobish Questions junksierra Mandriva 3 01-26-2005 01:00 PM
More Solaris Questions. zaicheke Solaris / OpenSolaris 2 10-24-2004 09:14 PM
Several problems... mostly noobish deathz0r Linux - Newbie 4 06-21-2004 08:10 AM
a few solaris questions evilchild Solaris / OpenSolaris 4 06-14-2004 05:42 AM
Some the same noobish questions :) daborg Linux - General 3 12-23-2002 11:33 AM

LinuxQuestions.org > Forums > Other *NIX Forums > Solaris / OpenSolaris

All times are GMT -5. The time now is 05:58 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration