Solaris 10 routing table issues


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Solaris 10 routing table issues
# 1  
Old 02-16-2011
Network Solaris 10 routing table issues

Hello

Hope someone can help with this problem. We are running Solaris 10 with a current kernel patch of 142900-09.

We appear to be getting a serious issue with the routing table as shown below:

Output from netstat -rnv
Code:
Destination ....Mask ............Gateway ........Device
--------------- ---------------- --------------- -------
default ....... 0.0.0.0 ........ ???.???.133.254
???.???.128.151 255.255.255.255 .???.???.136.254
???.???.132.0 . 255.255.255.0 .. ???.???.132.13 .vnet0:1
???.???.132.0 . 255.255.255.0 .. ???.???.132.13 .vnet0
???.???.132.0 . 255.255.255.0 .. ???.???.132.13 .vnet1
???.???.136.0 . 255.255.255.0 .. ???.???.136.13 .vnet4:1
???.???.136.0 . 255.255.255.0 .. ???.???.136.13 .vnet4
???.???.136.0 . 255.255.255.0 .. ???.???.136.13 .vnet5
???.???.136.0 . 255.255.255.0 .. ???.???.136.254

At random intervals access to the 136 subnet fails. when examined the output of netstat -rnv has changed as follows:
Code:
Destination ... Mask ........... Gateway ....... Device
--------------- ---------------- --------------- -------
default ....... 0.0.0.0 ........ ???.???.133.254
???.???.128.151 255.255.255.255 .???.???.136.254
???.???.132.0 . 255.255.255.0 .. ???.???.132.13 .vnet0:1
???.???.132.0 . 255.255.255.0 .. ???.???.132.13 .vnet0
???.???.132.0 . 255.255.255.0 .. ???.???.132.13 .vnet1
???.???.136.0 . 255.255.255.0 .. ???.???.136.254
???.???.136.0 . 255.255.255.0 .. ???.???.136.13 .vnet4:1
???.???.136.0 . 255.255.255.0 .. ???.???.136.13 .vnet4
???.???.136.0 . 255.255.255.0 .. ???.???.136.13 .vnet5

The 136.254 route appears to have 'moved' up the table and is now the 'default' route for all 136 subnet traffic.

Removing and re-adding this route restores the order of the routing table as shown in the first example.

Has anyone else encountered a similar problem and if so how was it fixed or is it still an issue.

Currently we intend to write a checking script to log the details (output of netstat -rnv, ifconfig -a and route get) and then fix the issue.

We have checked the messages file for hardware failures and found nothing.

Please let me know if further information would help. (sorry about the extra .'s in the table).

Last edited by fpmurphy; 02-18-2011 at 01:09 AM.. Reason: code tags please!
# 2  
Old 02-16-2011
Instead of inserting ...'s in the table you can just put the whole thing in [ code ] code tags [ /code ] which will preserve spacing properly.
# 3  
Old 02-17-2011
Thanks for the information. I will remember for next time.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

how do i make a route entry permanent in the routing table on solaris 8?

how do I make sure that the entry in the routing table on Solaris 8 stay permanent after rebooting the server. For example route add 172.20.1.60 -netmask 255.255.255.0 172.20.255.253 Each time the server reboots the entry disappears when using the command netstat -nr (2 Replies)
Discussion started by: tv.praveenkumar
2 Replies

2. Red Hat

routing table question

I have below routing table in linux kernel 2.6.9 # netstat -rn Kernel IP routing table Destination Gateway Genmask Flags MSS Window irtt Iface 10.155.24.0 0.0.0.0 255.255.252.0 U 0 0 0 eth0 169.254.0.0 0.0.0.0 255.255.0.0 U ... (5 Replies)
Discussion started by: chuikingman
5 Replies

3. Solaris

Solaris zone routing table

Does anyone know how to delete a an ip off the routing table ? i tried route delete 10.0.0.0 and gateway but it still comes back. i have 2 zones sharing one interface. help... (4 Replies)
Discussion started by: 23patrick
4 Replies

4. Linux

Routing Table

Hello, how to make entries in routing table perminent (1 Reply)
Discussion started by: teenasuresh
1 Replies

5. IP Networking

Routing table

Hi all, I am confusing with routing table, i use linux and iptables. i have 1 internet gateway, and 1 router for VPN. here is my network. eth0=192.168.0.1 eth1=192.168.100.1 192.168.0.0/24 --- eth0(Linux Box)eth1 ---(DSL)---Internet | ... (4 Replies)
Discussion started by: blesets
4 Replies

6. IP Networking

routing table

hi all... i need to know, where is locate the routing table on sun solaris, how i can saved the configuration.... because when i restart the server, lost the configuration.... thank you... Regards... (3 Replies)
Discussion started by: chanfle
3 Replies

7. IP Networking

Ip routing table

hi all, how to access ip routing table throgh program, how should i integrate my rip routing table with the ip routing table :) (0 Replies)
Discussion started by: vinodkumar
0 Replies

8. IP Networking

routing table (netstat -rn)

Is ther a way to retain say, a default gateway entered in a routing table after a reboot? I end up always having to re-enter my default gateway after I reboot my system. Thanks! (4 Replies)
Discussion started by: thundrrod
4 Replies

9. UNIX for Dummies Questions & Answers

not following routing table

Hi, I'm trying to connect to a network device, with the connection follwoing the UNIX routing table we set up. Its to go via a specific network Gateway and out throught a specific Lan card (Lan4). However when trying to conenct it keeps going through Lan3 and will not get to its destination.... (3 Replies)
Discussion started by: nhatch
3 Replies
Login or Register to Ask a Question