ip


 
Thread Tools Search this Thread
Operating Systems Solaris ip
# 1  
Old 06-10-2006
ip

Hi,
I have a SUN SPARC server with 2 NICs running Solaris 10.
The first NIC (ip address 10.0.0.6, default-router 10.0.0.2) is connected to ISP (203.162.0.181). The second NIC (ip address 192.168.1.113) is connected to private LAN.

From the server i can ping to 10.0.0.2 and 203.162.0.181.
From private LAN (ip 192.168.1.100) i can ping to 192.168.1.113 and 10.0.0.6, but can not ping to 10.0.0.2 and 203.162.0.181.

Anyone help me to resolve this problem.

Thanks in advanced.

Tinh
# 2  
Old 06-10-2006
...probably your routing. Post the output of
Code:
netstat -rn

# 3  
Old 06-10-2006
IP forwarding...

Look at the IP forwarding section of this page: http://docs.sun.com/app/docs/doc/817...gbi4fgu?a=view
# 4  
Old 06-14-2006
Here is the out put of "netstat -nr" command:

# netstat -nr

Routing Table: IPv4
Destination Gateway Flags Ref Use Interface
-------------------- -------------------- ----- ----- ------ ---------
192.168.1.0 192.168.1.113 U 1 1 bge1
10.0.0.0 10.0.0.6 U 1 1 bge0
192.168.100.0 192.168.100.113 U 1 0 bge2
default 10.0.0.2 UG 1 2
127.0.0.1 127.0.0.1 UH 3 8 lo0
#


Thank you
# 5  
Old 06-15-2006
IP forwarding

IPv4 forwarding is already enable

Thanhs
Tinh
# 6  
Old 06-15-2006
IPv4 forwarding is already enable

Thanhs
Tinh
# 7  
Old 06-15-2006
I also think that's a question of routing. As I can see in yor route table, you have 3 network interfaces...
Show as a traceroute and an ifconfig -a
Regards.
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question