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
Received on Fri Aug 22 2003 - 18:28:49 NZST