![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| common network problem under Solaris 10 ? | Siffleu | SUN Solaris | 5 | 05-09-2008 08:53 AM |
| Solaris 10 network configuration problem with zone | duke0001 | SUN Solaris | 6 | 10-12-2007 07:02 AM |
| Linux network configuration problem | robple11 | Linux | 2 | 04-17-2005 04:53 PM |
| Network configuration in Solaris 8 | Ask Me | UNIX for Dummies Questions & Answers | 8 | 02-22-2002 06:23 PM |
| solaris network problem | hessam | IP Networking | 4 | 01-30-2002 12:36 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
WEe have installed Intel version of Solaris 8 in a machine .we skipped the network configuration at the begning.we selected unnetworked.Now we need to connect the same machine to a network.
We configured the Card using ifconfig but its taking the ip address itself as the Default G/W. I need help in configuring the Default g/w so that it can be connected to the network. Premkumar Last edited by premkumar; 10-08-2001 at 10:52 PM. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Hi..Prem
To put the machine in network u first put the network card then boot the machine......during booting it ask tht it is booting frm the first known bootable device that is the system hard disk and if u want to interrupt press any key to boot frm any other media...... Press any key to interupt the booting frm system harddisk it will once again scan for hardware config..and detect the new network card....and ask for the bootpath....now boot it frm the default system disk as before.............and during booting look for the network interface it is configuring like elxl0 or hme0 etc etc... note that interface.....and after booting make one file /etc/hostname.<interface name> and put the ip address u want to give in tht file..and save it.. now u configure the network address. ifconfig -a <interfacename> <ip> <mask><broadcast> put the default GW in file /etc/defaultrouter Try n learn regards praful |
|
#3
|
|||
|
|||
|
Praful
i think Prem can do sys-unconfig and do the config once again .Prem if u give this command then the machine will reboot after it comes up it will reconfigure the things again on that time u can give the ip add and G/W.U can try this also if u wish to do. Francis |
|
#4
|
|||
|
|||
|
sys-unconfig will set up your IP connectivity, but does not prompt for the default gateway. You will have to create a /etc/defaultrouter file containing the IP of the gateway.
__________________
[url=http://chuckb.1le.net/]My website[/url] |
|
#5
|
|||
|
|||
|
thks praful,francis,98_1LE for u r suggestions and help.
Premkumar |
|||
| Google The UNIX and Linux Forums |