[radvd-devel-l] Advertising interface is not "autoconfigured"

Venkata Jagana radvd-devel-l@litech.org
Mon, 21 Jan 2002 18:18:12 -0800



Hello Vincent,

Before you run radvd on your 'R' box, turn off or disable the forwarding
temporarily through

   echo 0 > /proc/sys/net/ipv6/conf/<all or ethX>/forwarding

Run radvd and then enable forwarding through

   echo 1 > /proc/sys/net/ipv6/conf/<all or ethX>/forwarding

This is one way of enabling autoconfiguration for router interfaces.

Hope this helps.

Thanks,
Venkat

----------------------------------------------------------------
Venkata R Jagana
IBM Linux Technology Center, Beaverton
jagana@us.ibm.com


Vincent Jardin <vjardin@wanadoo.fr>@litech.org on 01/21/2002 05:16:56 PM

Please respond to radvd-devel-l@litech.org

Sent by:    radvd-devel-l-admin@litech.org


To:    radvd-devel-l@litech.org
cc:
Subject:    [radvd-devel-l] Advertising interface is not "autoconfigured"


Hi,

I've bee using radvd in order to configure a small 6to4 network:

ADSL
 ^
 |
+--+
|R |
+--+
 |eth0
 +   ______
  \+-|Host|

R and the Host are 2 linux hosts.
R sends the RA to the host that gets its dynamic 6to4.
However the eth0 interface of R cannot be auto-configured.

How could it be fixed (automaticly) ?

Thanks,
  Vincent
PS: R's configuration file:
interface eth0
       {
               AdvSendAdvert on;

               # Advertise at least every 30 seconds
               MaxRtrAdvInterval 30;

               prefix 0:0:0:beef::/64
               {
                       AdvOnLink on;
                       AdvAutonomous on;
                       Base6to4Interface ppp0;

                       # Very short lifetimes for dynamic addresses
                       # AdvDefaultLifetime 300;
                       AdvPreferredLifetime 120;
               };
       };

net.ipv6.conf.eth0.autoconf = 1

--
radvd-devel-l mailing list  :  radvd-devel-l@litech.org
http://lists.litech.org/listinfo/radvd-devel-l