--- # /sbin/init.d/inet start Configuring network hostname: dionysos.mpch-mainz.mpg.de dbx version 5.1 Type 'help' for help. stopped at [thread_block:3208 ,0xfffffc00002e5f1c] Source not available 0 32 32 ---- However it seems to run Thanks again Martin ------------------------------------------------------------------------------- Hi Martin thsi may do the job (it stops ICMP redirects - type M in netstat): /usr/bin/dbx -k /vmunix p icmp_rejectcodemask a icmp_rejectcodemask=0x20 p icmp_rejectcodemask you can run this from root for a running system. you can also put ### This bit disables icmp redirects (that's the plan) ### Added under advice from Compaq /usr/bin/dbx -k /vmunix << THE_END 2>/dev/null p icmp_rejectcodemask a icmp_rejectcodemask=0x20 p icmp_rejectcodemask THE_END into the start script for inet (/sbin/init.d/inet) you can also try setting pmtu_enabled = 0 in the inet stanza in the sysconfigtab ( this should take care of P entries in netstat) - this will need a reboot.... hope this helps regards Phil. -- Dr. Martin Körfer MPI f. Chemie EDV J.J.Becherweg 27 D-55128 Mainz Tel. 49-6131-305488 Fax: 49-6131-305318 ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/Received on Fri Aug 08 2003 - 08:27:57 NZST
This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:44 NZDT