Networking Forums

Networking Forums > Computer Networking > Linux Networking > AdvOnLink and AdvAutonomous (radvd in IPv6) ?????

Reply
Thread Tools Display Modes

AdvOnLink and AdvAutonomous (radvd in IPv6) ?????

 
 
Eric Gamess
Guest
Posts: n/a

 
      05-13-2006, 11:32 PM
Hello,

I installed a Linux box as a router.
In the /etc/radvd.conf, there are two variables (AdvOnLink and
AdvAutonomous) associated with each prefix that the router must
advertise. The value of these variables can be on or off.

When both variables are on (AdvOnLink=on and AdvAutonomous=on),
it is clear. The following example tell to the hosts that go to
autoconfiguration process that they must generate an IPv6 address
from the prefix (AdvAutonomous=on) and that they must put the prefix
in the prefix list (AdvOnLink=on). So two hosts that got configured
in a network where this prefix is advertise can send packet to each
other without passing through a router.
prefix 2001:8b0:67:4::/64
{
AdvOnLink on;
AdvAutonomous on;
};


What is the meaning of the other possibilities ????? In witch case it
is necessary to use the other possibilities ?????
- AdvOnLink=on and AdvAutonomous=off ????????????
- AdvOnLink=off and AdvAutonomous=on ????????????


Help will be very appreciate,
Thank you very much.

Eric.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Implementing a IPv6 network with dynamically assigned static IPv6 addresses. Ashish Shukla Linux Networking 2 02-13-2007 02:59 PM
[IPv6] How do I configure multiple interfaces in radvd? Patrick Lam Linux Networking 0 03-22-2005 03:36 AM
IPv6 radvd, default route and forwarding problem Tobias Linux Networking 0 03-18-2005 07:47 AM
Radvd sender configures itself (but shouldn't)... Tobias Linux Networking 0 11-30-2004 06:48 PM
radvd, BIND and DHCP Mark Hackett Linux Networking 4 05-21-2004 07:47 AM



1 2 3 4 5 6 7 8 9 10 11