Results 1 to 2 of 2

Thread: Ubuntu will not send Router solicitation

  1. #1
    Join Date
    Nov 2007
    Beans
    24

    Ubuntu will not send Router solicitation

    Hello,

    Anyone knows how to force ubuntu to send router solicitation message after ifconfig down/up command. For some reason it is not working. I set sysctl autoconf parameter to 1, but still after interface goes up ubuntu does not send RS message

    / thanks

  2. #2
    Join Date
    Nov 2006
    Location
    Wisconsin, USA
    Beans
    920
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Ubuntu will not send Router solicitation

    What happens with rdisc6 from userspace? E.g.
    Code:
    sudo -i
    apt-get install ndisc6
    rdisc6 eth0
    Also could we see the output of
    Code:
    ip address show
    ip maddress show
    ip -4 route show
    ip -6 route show
    We'll need more information to distinguish between possibilities like ipv6 isn't installed in the kernel, ipv6 was turned off at boot, ipv6 is on, but there are no ipv6 routers responding on ff02::2, and so on. Is the problem unique to ubuntu? What version of ubuntu? What's the host hardware, particularly the NIC? What's the network topology?

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •