solaris 8 network


 
Thread Tools Search this Thread
Operating Systems Solaris solaris 8 network
# 1  
Old 07-15-2008
solaris 8 network

hi all,

how do i change the routing info and make sure i will be able to connect remotely?

any ideas please?

thanks in advance.
# 2  
Old 07-15-2008
solaris 8 network 2

hi all,

how do i make sure that the new routing should take effect on the os memory? what should i run after i add all the new "route add ....".

I have an example below:


bash-2.03# netstat -rn

Routing Table: IPv4
Destination Gateway Flags Ref Use Interface
-------------------- -------------------- ----- ----- ------ ---------
192.168.2.0 192.168.2.50 U 1 7 hme0
224.0.0.0 192.168.2.50 U 1 0 hme0
127.0.0.1 127.0.0.1 UH 1 12 lo0


I need to add a default route with 192.168.2.167 and it should take effect on the os right away w/o reboot. How do I do that?

Thanks in advance.
# 3  
Old 07-16-2008
use route add command for the default gateway.
Login as root and fire:
#route add default 192.168.2.167
The ouput will be:
#add net default: gateway 192.168.2.167

Then do netstat -rn as usual and also try to ping thru the gateway out to some host.

Make the changes permanent so that they are available after booting too.
#vi /etc/defaultrouter
AND append IP address: 192.168.2.167
# 4  
Old 07-16-2008
sorry the server can't be rebooted.

how do you change the default route on solaris 8 effective immediately? what command should you issue.

thanks in advance.
# 5  
Old 07-16-2008
There is a rc2 script (something like S69route) that will help to keep it consistent across reboots
The only way is to use the routeadd command, edit defaultrouter and add an entry in the rc startup script. Stop/start the network daemon.. (it should not take long) You can do it off peak hours as there will be a lag in the network similarly when you change the speed/duplex settings only.
# 6  
Old 07-16-2008
As mentioned in the earlier post `route add` command will have an immediate effect i.e without rebooting.
Then I mentioned to edit the file to make it permanent so that it is available even after reboot.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Network Interface -- Solaris

Dear All, I have a solaris Server in which I have 4 network interfaces , out of which only one is used . So all the applications are using this interface . The interface speed is 1000Mbps . I find no hardware issue or packets g being dropped. But i find that no of Input and Output... (4 Replies)
Discussion started by: jegaraman
4 Replies

2. Solaris

Install Solaris 10 through network

Hi all, I got a Fujitsu P650 server running on Solaris 9 and we are going to re-install Solaris 10 . W have a build server in a different IP segment. So we setup a boot server and /etc/ethers and /etc/bootparams are all updated. When I issue boot net -install, I'm getting the following... (3 Replies)
Discussion started by: mohzub
3 Replies

3. Solaris

Solaris 10.8 installation over network

Hi, I'm very new to Solaris world and istarted my learnign with a Blade T6320 Server. I was trying to install Solaris 10.8 from a DVD image over the network. But from the client(the machine which i want to install Solaris) when i tried boot net , i am getting a message like " cannto find... (5 Replies)
Discussion started by: jerinvjose
5 Replies

4. Solaris

Network on solaris

Hi, i have installed solaris on virtual box in my desktop, i wanted to know how to make it network enabled(nated network). Nated network means it will use same IP as of my windows right? so is it possible that using the same IP i can enable the network on this virtual box. Thanks in advance. (3 Replies)
Discussion started by: amult
3 Replies

5. Solaris

Getting Solaris machine into Network

I have installed solaris x86 on a standalone PC. Now I have connected a LAN cable to it. What do I do next for further configuration or to access internet from that solaris machine? (16 Replies)
Discussion started by: panchpan
16 Replies

6. Solaris

Network Solaris

Hi gurus, I need book to learn about network in Solaris 9 Thanks (2 Replies)
Discussion started by: mass1123
2 Replies

7. Solaris

Getting solaris on my network

I have a solaris x86 box that ive been having trouble getting on my network, anyone know a good guide that can take me through it step by step? (1 Reply)
Discussion started by: xtremepancakez
1 Replies

8. Solaris

Solaris Network question

I have a machine that has developed a strange network problem. Anytime it sends an FTP file somewherwe, no problem. When it is the target machine, extremely slow. I checked the /var/adm/messages file and found a few of these: SUNW,hme0 : No response from Ethernet network : Link down -- cable... (2 Replies)
Discussion started by: hshapiro
2 Replies

9. Solaris

network on solaris

Withouth being physically at the server, is there a way to tell if the network cable is unplugged? (6 Replies)
Discussion started by: csaunders
6 Replies

10. UNIX for Advanced & Expert Users

About Sun Solaris Network

The infomation: Sun Ultra10 (SPARC),OS Solaris 8 I finished installed Solaris8 on my workstation, i want configure the net. When i run ,'ifconfig -a ' ,i did't find my familiar 'hme0,hme1' network interface,my interface is good and the reticle is connected correctly. Pls help me, tell me how... (2 Replies)
Discussion started by: q30
2 Replies
Login or Register to Ask a Question