Solaris Route configuraion

Hi,

Any one can help me in this below mentioned issue I am facing in my solaris server?

here the scenario goes....

i have multiple segments in my LAN like remote csr, database, production etc. and all the segments are configured in Windows/CISCo network.
from my all system in remote csr segment i can ping the database server which is located in different segment. but i have one solaris server running in remote csr segment from this server i am not able to ping database server. ip details are as follows...

segment 10.38.13.0 255.255.255.0 gateway 10.38.13.201
solaris server IP 10.38.13.2
application server (Windows) 10.38.13.1
database server 10.38.30.5

Routing Table: IPv4
Destination Gateway Flags Ref Use Interface
-------------------- -------------------- ----- ----- ------ ---------
10.38.30.0 10.38.13.2 UGH 1 0 bge3
10.38.13.0 10.38.13.2 U 1 48 bge3
10.0.0.0 10.10.0.1 U 1 828 bge1
10.0.0.0 10.11.0.1 U 1 0 bge2
10.0.0.0 10.38.13.2 UG 1 0 bge3
224.0.0.0 10.38.33.2 U 1 0 bge0
default 10.38.13.201 UG 1 0
127.0.0.1 127.0.0.1 UH 2 5356 lo0

please suggest me what to do next for getting connection with 10.38.30.5 (Database server IP )

PraaN

From what I see, Solaris box should be able to ping Windows. Next I'm guessing that Windows can ping database. That may mean two things:
Either you added a static route on Windows for 10.38.30.0 network (not normal, but sometimes done!)
or
Your gateway simply routes windows to 10.38.30.0 network segment (normal and usual way!)

You either need to configure default gateway on Solaris or need to add a static route. I would first run route command and see what it brings up.

HTH,
Nitin :slight_smile: