![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Firmware on blade | sprellari | AIX | 1 | 08-17-2008 10:41 AM |
| Sun Blade 100 cdrom problems... | shaun138 | SUN Solaris | 2 | 05-16-2008 06:16 AM |
| Configuring networking interfaces on Solaris 10 | annointed3 | UNIX for Dummies Questions & Answers | 7 | 03-02-2006 09:55 PM |
| SunBlade 1500 SCSI Floppy Jumpstart | rambo15 | UNIX for Advanced & Expert Users | 0 | 06-20-2005 06:56 PM |
| Moving to Solaris 10 on a SunBlade 1500 | miket | SUN Solaris | 9 | 04-05-2005 12:01 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Configuring networking interface on Sun Blade 1500
Hi,
I am attempting to configure my ethernet interface on a Sun Blade 1500. I am testing out my network interface my connecting a crossover cable from my blade to a windows box. I would like to assign an ip address of 10.0.0.2 to "bge0" and netmask of "255.0.0.0". I have typed the following: # ifconfig bge0 plumb #ifconfig bge0 10.0.0.2 netmask 255.0.0.0 #ifconfig bge0 up # ping 10.0.0.3 (ip address of windows machine) No answer from 10.0.0.3 Why is my network interface not configured properly? I know on my windows box that I have 10.0.0.1 defined as the default gateway. Is this necessary also on my Sun Blade? If so, what is the syntax for creating a default gateway with that ip address? I tried the following: #route add default gateway 10.0.0.1 but when trying to ping windows box, I still did not get any answer |