LinuxQuestions.org
Help answer threads with 0 replies.
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 07-04-2009, 05:44 AM   #1
geordiejohn
LQ Newbie
 
Registered: Jun 2009
Posts: 17

Rep: Reputation: 0
newbie just installed opensolaris 2009.6 but cannot get on the internet?


hello i have just installed Opensolaris 2009.6 but i cannot get on the internet,i have installed it on my Dell inspiron 1501 laptop.
i thought it setup auto so any suggestions most welcome as i do not want to go back to windows.
i am new to this system so if i have to type things in a terminal please explain in idiot proof terms.
thank you in advance.

Last edited by geordiejohn; 07-04-2009 at 05:56 AM. Reason: left a line out
 
Old 07-04-2009, 05:55 AM   #2
routers
Member
 
Registered: Aug 2005
Location: Malaysia - KULMY / CNXTH
Distribution: Slackware, Fedora, FreeBSD, Sun O/S 5.10, CentOS
Posts: 787
Blog Entries: 6

Rep: Reputation: 75
try to follow this

http://www.linuxquestions.org/questi...ternet-734909/
 
Old 07-04-2009, 06:05 AM   #3
geordiejohn
LQ Newbie
 
Registered: Jun 2009
Posts: 17

Original Poster
Rep: Reputation: 0
i have tried typing in some of the commands i see but i am getting no where?
sorry
 
Old 07-04-2009, 06:11 AM   #4
routers
Member
 
Registered: Aug 2005
Location: Malaysia - KULMY / CNXTH
Distribution: Slackware, Fedora, FreeBSD, Sun O/S 5.10, CentOS
Posts: 787
Blog Entries: 6

Rep: Reputation: 75
ok use this command and type back here what u get

cat /etc/resolv.conf
cat /etc/defaultrouter
cat /etc/hosts
cat /etc/nsswitch.conf | grep Hosts
 
Old 07-04-2009, 06:22 AM   #5
geordiejohn
LQ Newbie
 
Registered: Jun 2009
Posts: 17

Original Poster
Rep: Reputation: 0
when i type in cat /etc/defaultrouter it comes back with no such file or directory
 
Old 07-04-2009, 07:05 AM   #6
routers
Member
 
Registered: Aug 2005
Location: Malaysia - KULMY / CNXTH
Distribution: Slackware, Fedora, FreeBSD, Sun O/S 5.10, CentOS
Posts: 787
Blog Entries: 6

Rep: Reputation: 75
what about others ,, ok then tell me what is your gateway ip

or u can try this way

echo "192.168.1.1" > /etc/defaultrouter

that is example of ip gw but if cant get other info its dificult

or maybe u can try run /usr/sbin/sys-unconfig

FYI i use solaris 10 sparc system
 
Old 07-04-2009, 07:21 AM   #7
geordiejohn
LQ Newbie
 
Registered: Jun 2009
Posts: 17

Original Poster
Rep: Reputation: 0
i can see my default gateway address on my apple minimac which is showing-80.195.228.1 and i have got wpa managed with a passkey
thank you
 
Old 07-04-2009, 07:25 AM   #8
geordiejohn
LQ Newbie
 
Registered: Jun 2009
Posts: 17

Original Poster
Rep: Reputation: 0
i have just typed in ping 80.195.228.1 and it says unreachable from gateway localhost (127.0.0.1) for icmp from localhost (127.0.0.1) to 80.195.228.1
 
Old 07-04-2009, 07:26 AM   #9
routers
Member
 
Registered: Aug 2005
Location: Malaysia - KULMY / CNXTH
Distribution: Slackware, Fedora, FreeBSD, Sun O/S 5.10, CentOS
Posts: 787
Blog Entries: 6

Rep: Reputation: 75
Quote:
Originally Posted by geordiejohn View Post
i can see my default gateway address on my apple minimac which is showing-80.195.228.1 and i have got wpa managed with a passkey
thank you
ok then try echo "80.195.228.1" /etc/defaultrouter
after reboot then ping that ip

btw are u using wifi or ethernet , i suggest u use ethernet first
 
Old 07-04-2009, 07:30 AM   #10
geordiejohn
LQ Newbie
 
Registered: Jun 2009
Posts: 17

Original Poster
Rep: Reputation: 0
i am running on wireless
 
Old 07-04-2009, 07:39 AM   #11
geordiejohn
LQ Newbie
 
Registered: Jun 2009
Posts: 17

Original Poster
Rep: Reputation: 0
i did a reboot then echo 80.195.228.1 /etc/defaultrouter and then ping the ip got still got unreachable from gateway
thank you very much for all the help you have given me but i think i will go back to windows as i think i will never get onto the internet using opensolaris.
thank you.
 
Old 07-04-2009, 08:00 AM   #12
geordiejohn
LQ Newbie
 
Registered: Jun 2009
Posts: 17

Original Poster
Rep: Reputation: 0
i had the same problem with linux distros and the only distro that worked and found my wireless home network was mandriva.
 
Old 07-04-2009, 08:15 AM   #13
routers
Member
 
Registered: Aug 2005
Location: Malaysia - KULMY / CNXTH
Distribution: Slackware, Fedora, FreeBSD, Sun O/S 5.10, CentOS
Posts: 787
Blog Entries: 6

Rep: Reputation: 75
i think at this point i cant go further
btw u can use any other distro which is "just work" for your hardware


on my laptop use fedora wifi worked
also ubuntu wifi also worked

but others i not sure, as far as i know its a pain for
opensource users to use wifi not as easy as ethernet use
 
Old 07-04-2009, 08:21 AM   #14
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 geordiejohn View Post
hello i have just installed Opensolaris 2009.6 but i cannot get on the internet,i have installed it on my Dell inspiron 1501 laptop.
i thought it setup auto so any suggestions most welcome as i do not want to go back to windows.
i am new to this system so if i have to type things in a terminal please explain in idiot proof terms.
You should start by verifying if your NIC is recognized.

What says
Code:
ifconfig -a
?
 
Old 07-04-2009, 08:31 AM   #15
geordiejohn
LQ Newbie
 
Registered: Jun 2009
Posts: 17

Original Poster
Rep: Reputation: 0
i just did ifconfig -a
i can see flags,loopback,running,multicast,ipv4,virtual>mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
lo0 flags and same as above but mtu says 8252 index
inet6 : : 1/128
 
  


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
OpenSolaris 2009.6 InF3sted Solaris / OpenSolaris 2 06-08-2009 09:18 PM
LXer: OpenSolaris 2009.06 Released LXer Syndicated Linux News 0 06-01-2009 06:20 PM
LXer: Sun OpenSolaris 2009.6 Shows What's Next for Solaris LXer Syndicated Linux News 0 06-01-2009 05:30 PM
LXer: A Weekend Look At OpenSolaris 2009.06 LXer Syndicated Linux News 0 05-02-2009 11:03 PM

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

All times are GMT -5. The time now is 07:20 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