Disabling route redirects
From: McCracken, Denise (Denise.McCracken_at_misyshealthcare.com)
Date: 08/22/03
- Previous message: cody wang: "How to change internet express password"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 22 Aug 2003 11:31:10 -0700 To: "Tru64 managers' list (E-mail)" <TRU64-UNIX-MANAGERS@ornl.gov>
I have a site that has to disable routing redirects with the
following commands:
# cd /sys/BINARY
# dbx -k /vmunix
assign icmp_rejectcodemask=0x20
patch icmp_rejectcodemask=0x20
quit
route flush
route add -net default 10.101.1.1
I need this to happen on bootup. I can set up the routing, but
where could I set up icmp_rejectcodemask=0x20 so that it takes effect during
reboot? Is it a parameter that can be changed in the sysconfig?
thanks
-denise
- Previous message: cody wang: "How to change internet express password"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]