Network interface down after adding static route


 
Thread Tools Search this Thread
Operating Systems Solaris Network interface down after adding static route
# 1  
Old 07-17-2010
Data Network interface down after adding static route

Please , I have a problem

I have add a statis route on Solaris 10, but after this, the network interface of Server was Offline.
The system is in cluster mode (3.2)

Code:
route add -net 10.10.1.128 -netmask 255.255.255.128 10.10.1.51

-------------------
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
	inet 127.0.0.1 netmask ff000000 
bge0: flags=69140843<UP,BROADCAST,RUNNING,MULTICAST,DEPRECATED,ROUTER,IPv4,NOFAILOVER,STANDBY,INACTIVE> mtu 1500 index 2
	inet 10.11.1.190 netmask ffffff00 broadcast 10.11.1.255
	groupname gruppo1
	ether 0:14:4f:aa:8:b6 
bge1: flags=1108843<UP,BROADCAST,RUNNING,MULTICAST,PRIVATE,ROUTER,IPv4> mtu 1500 index 7
	inet 172.16.0.129 netmask ffffff80 broadcast 172.16.0.255
	ether 0:14:4f:aa:8:b7 
bge2: flags=39140843<UP,BROADCAST,RUNNING,MULTICAST,DEPRECATED,ROUTER,IPv4,NOFAILOVER,FAILED,STANDBY> mtu 1500 index 3
	inet 10.10.1.16 netmask ffffff80 broadcast 10.10.1.127
	groupname gruppo2
	ether 0:14:4f:aa:8:b8 
nxge0: flags=9140843<UP,BROADCAST,RUNNING,MULTICAST,DEPRECATED,ROUTER,IPv4,NOFAILOVER> mtu 1500 index 4
	inet 10.11.1.188 netmask ffffff00 broadcast 10.11.1.255
	groupname gruppo1
	ether 0:21:28:b:b6:ae 
nxge0:1: flags=1100843<UP,BROADCAST,RUNNING,MULTICAST,ROUTER,IPv4> mtu 1500 index 4
	inet 10.11.1.186 netmask ffffff00 broadcast 10.11.1.255
nxge1: flags=1108843<UP,BROADCAST,RUNNING,MULTICAST,PRIVATE,ROUTER,IPv4> mtu 1500 index 6
	inet 172.16.1.1 netmask ffffff80 broadcast 172.16.1.127
	ether 0:21:28:b:b6:af 
nxge2: flags=19140843<UP,BROADCAST,RUNNING,MULTICAST,DEPRECATED,ROUTER,IPv4,NOFAILOVER,FAILED> mtu 1500 index 5
	inet 10.10.1.14 netmask ffffff80 broadcast 10.10.1.127
	groupname gruppo2
	ether 0:21:28:b:b6:b0 
nxge2:1: flags=11100843<UP,BROADCAST,RUNNING,MULTICAST,ROUTER,IPv4,FAILED> mtu 1500 index 5
	inet 10.10.1.12 netmask ffffff80 broadcast 10.10.1.127
clprivnet0: flags=1109843<UP,BROADCAST,RUNNING,MULTICAST,MULTI_BCAST,PRIVATE,ROUTER,IPv4> mtu 1500 index 8
	inet 172.16.4.1 netmask fffffe00 broadcast 172.16.5.255
	ether 0:0:0:0:0:1 

-----------------------------
#
# The netmasks file associates Internet Protocol (IP) address
# masks with IP network numbers.
# 
# 	network-number	netmask
#
# The term network-number refers to a number obtained from the Internet Network
# Information Center.
#
# Both the network-number and the netmasks are specified in
# "decimal dot" notation, e.g:
#
# 		128.32.0.0 255.255.255.0
#
10.10.1.0	255.255.255.128
10.10.1.128	255.255.255.128
10.11.1.0	255.255.255.0
10.12.0.0	255.252.0.0

----------------------


Routing Table: IPv4
  Destination           Gateway           Flags  Ref     Use     Interface 
-------------------- -------------------- ----- ----- ---------- --------- 
default              10.11.1.1            UG        1      37228           
10.10.1.0            10.10.1.12           U         1        479 nxge2:1   
10.10.1.0            10.10.1.12           U         1          0 nxge2     
10.10.1.0            10.10.1.12           U         1        426 bge2      
10.10.1.128          10.10.1.51           UG        1          0           
10.11.1.0            10.11.1.186          U         1        129 nxge0:1   
10.11.1.0            10.11.1.186          U         1          0 nxge0     
10.11.1.0            10.11.1.186          U         1         57 bge0      
10.12.0.0            10.11.1.1            UG        1          5           
172.16.0.128         172.16.0.129         U         1          4 bge1      
172.16.1.0           172.16.1.1           U         1          6 nxge1     
172.16.4.0           172.16.4.1           U         1          4 clprivnet0 
224.0.0.0            10.11.1.186          U         1          0 nxge0:1   
127.0.0.1            127.0.0.1            UH        2        137 lo0

thanks

Last edited by Scott; 07-17-2010 at 07:56 AM.. Reason: Code tags. Moved to new thread
# 2  
Old 07-20-2010
Can you give BEFORE configuration route add, may be from explorer..???


Best regards
Jiman
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Adding a network interface to a bonded interface

I have a RHEL 5 system with a bonded interface configure using only one network port (eth0). So I have config file for ifcfg-bond0 and ifcfg-eth. I'd like to configure eth5 to be the second SLAVE in the bond. My question is, after I modify ifcfg-eth5, can I add eth5 to the bond0 interface without... (1 Reply)
Discussion started by: westmoreland
1 Replies

2. Red Hat

Static route not added

Hello Guys.. I am facing this weird problem of static route not added after reboot!! Following is my route-<interface> file.. # cat /etc/sysconfig/network-scripts/route-eth0 ADDRESS0=172.31.0.1 NETMASK0=255.255.255.255 GATEWAY0=192.168.208.1 ADDRESS1=172.31.15.2... (3 Replies)
Discussion started by: parth_buch
3 Replies

3. AIX

Edit Static Route

Anyone know how to edit a static route in AIX? I find myself deleting and then recreating the route with the new information. Would be nice to know how to edit the route. (3 Replies)
Discussion started by: bbbngowc
3 Replies

4. Solaris

Error adding static route

Hi all i have a simple question here I'm kind of newbie on solaris development currently i'm trying to add static route to solaris environment and i got error, each time i add this static route to it btw this is my command : root@xxxxxx # ping 1.2.3.1 1.2.3.1 is alive echo ... (15 Replies)
Discussion started by: l33tbot_if
15 Replies

5. Solaris

Route new network interface Solaris 8

Hi there, I'm trying to configure an additional network interface on Solaris 8 (eri0). The interface has been activated, but all the frames are still routed to the current default interface (ce0) I've tried following command (with various syntaxes...) unsuccessfully so far: # route add... (2 Replies)
Discussion started by: sreiniche
2 Replies

6. IP Networking

When to use static route on server?

Hi guys, sorry for asking noob question. When do we really need to add a static route on the server? I encounter this situation whereby a client trigger a network packet to the destination but the destination does not know how to return the traffic back to the client (source). The issue was... (4 Replies)
Discussion started by: DrivesMeCrazy
4 Replies

7. Solaris

Had to bounce interface to add network route

Hi All, yesterday I was trying to add a network route to my solaris 8 host using 'route add'. Everytime I tried, I kept getting the response 'network is unreachable'. I was trying all kinds of different methods, however I eventually got it to work after bouncing the interface that I was... (2 Replies)
Discussion started by: badoshi
2 Replies

8. AIX

removing static route

#netstat -nr (shows the following with more static routes) 192.168.18.202 10.129.155.1 UGH 0 29 en0 - - and i just want to remove the above one i tried #smitty rmroute destination type= net dest add = 192.168.18.202 default gateway= 10.129.155.1 net... (1 Reply)
Discussion started by: pchangba1
1 Replies

9. UNIX for Dummies Questions & Answers

Static Route

Hi, Request you to please tell me the command or the process to add the static route in redhat linux. Thanks in Advance. Regards Arun (2 Replies)
Discussion started by: Arun.Kakarla
2 Replies

10. IP Networking

static route ?

Hi, I have a machine that sits on 10.2 network. I need to ssh from this to another box that is on both 10.125 & 10.140 VLANs what should I need to do? Thanks! (3 Replies)
Discussion started by: chaandana
3 Replies
Login or Register to Ask a Question