![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Is the cable you are using a null modem cable or a modem cable | waterbear | SUN Solaris | 2 | 08-06-2005 05:00 PM |
| cable modem problem | fnoyan | BSD | 1 | 09-27-2004 05:26 AM |
| Is anyone using unix with cable modem | gparsons70 | UNIX for Dummies Questions & Answers | 5 | 01-16-2002 08:30 PM |
| can't get my cable modem up | zorro | UNIX for Dummies Questions & Answers | 1 | 11-30-2001 07:24 PM |
| cofiguring cable modem in red hat 7.1 | walrus | IP Networking | 5 | 10-14-2001 01:30 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Need help configuring Cable Modem on Solaris x86
I have a dual boot system with XP being the primary for now and Solaris 10 being the Secondary. I have a cable modem and wish to configure the same to be used with Solaris so that I can browse the Internet and such.
I have connected my x86 machine with a Netgear Router and that in turn is connected to the Cable Modem. I can browse the Web/Internet by means of Windows but probably I need to configure my Ethernet Card plus the Cable Modem to be used with Solaris 10. I am not much of a UNIX person. Could someone please help? Thanks |
| Forum Sponsor | ||
|
|
|
|||
|
what happens when you "ping" the router?
do you get any replies? if you get "destination unrechable" or something negative results, can you post the the output of "ifconfig -a" or "dladm show-dev"? that'll tell us whether your NIC is recognized by Solaris 10. |
|
|||
|
once those outputs are posted... take a look at this thread. that will help you get the box up and running. just know when you plumb the interface, it might not be hme0. it could be something else. but you will see that with the commands other have suggested you post to the forum.
|
|
|||
|
Hi folks this is what happens when I specify the following
# ifconfig -a gives the following output lo0 : flags = 2001000849 <UP, LOOPBACK, RUNNING, MULTICAST, IPv4, VIRTUAL> mtu 8232 index 1 inet 127.0.0.1 netmask ff000000 # Jun 30 21:36:55 ktsun sendmail [325]:[ID 702911 mail.alert] unable to qualify my own domain name (localhost) -- using short name -------------- The command dladm show-dev show nothing. In other words, I get the # prompt at the next line without any display. ------------- |
|
|||
|
your ifconfig -a only shows the loopback interface. NO ip is configured or interface plumbed..
If you want to plumb and IP, do the following: (example) ifconfig hme0 plumb ifconfig hme0 172.18.6.23 netmask 255.255.255.0 broadcast + up ifconfig -a (to verify) |
|
|||
|
Try running this device detection tool:
BigAdmin HCL: Sun Device Detection Tool As reborg said, it's most likely your NIC isn't supported by Solaris. You can either find a driver and install it or get a supported NIC and install it. The latter is easier, but if you can find a driver, you'll be ok. |
|||
| Google UNIX.COM |