UPDATE: setting mtu per route

From: Rich Glazier <rglazier2002_at_yahoo.com>
Date: Thu, 02 Sep 2004 11:53:34 -0700 (PDT)

I set the route to be locked at 1500.

mars# netstat -rn | grep 129.250.150.121
129.250.150.121 10.1.101.251 UGHD 2
763 ee0
       
mars# route delete 129.250.150.121 10.1.101.251
delete host 129.250.150.121: gateway 10.1.101.251

mars# route add -host 129.250.150.121 10.1.101.251
-lock -mtu 1500
add host 129.250.150.121: gateway 10.1.101.251

mars# netstat -rnv | grep 129.250.150.121
129.250.150.121 10.1.101.251 UGHS 1
512 ee0 1500* 0 0 0 0
0 0 0 0


Should a route add take effect immediately, or would I
need to restart networking?


        
                
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail
Received on Thu Sep 02 2004 - 18:55:37 NZST

This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:44 NZDT