Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Check if dead gateway detection is active:
    ndd -get /dev/ip ip_ire_gw_probe
    → a 1 indicates that the feature is active
  • Reboot and immediately disable dead gateway detection (before the first gateway check occurs):
    ndd -set /dev/ip ip_ire_gw_probe 0
  • Test connectivity.
  • If the command solved the problem, you can make it permanent by editing /etc/rc.config.d/nddconf and adding the following lines:
    TRANSPRTTRANSPORT_NAME[0]=ip
    NDD_NAME[0]=ip_ire_gw_probe

    NDD_VALUE[0]=0

...