Project

General

Profile

Actions

Feature #159

closed

gw_mode and router advertisement daemon for IPv6

Added by Luca Postregna almost 12 years ago. Updated about 6 years ago.

Status:
Rejected
Priority:
Normal
Target version:
-
Start date:
05/24/2012
Due date:
% Done:

0%

Estimated time:

Description

gw_mode server/client works properly with ipv4, expecially if there are dhcp/dns server deamon on gw_server nodes.

My goal is obtain the same behaviour with ipv6 via router advertisement and rdnss. In particular, it would be nice if the clients accepted ipv6 default route and ipv6 nameservers only from the best gw_server.

What do you think about?


Related issues 1 (0 open1 closed)

Has duplicate batman-adv - Feature #175: The IPv6 issue, any solutions?Rejected08/13/2013

Actions
Actions #1

Updated by Anonymous almost 12 years ago

Sounds interesting. You will have to add filters to different positions in the rx/tx path and parsing functions. You will not have the unicast optimisation... but I think that is not a big problem right now.

Actions #2

Updated by Antonio Quartulli almost 12 years ago

I agree with Sven. It doesn't sound too complex.
You would need to add a parsing function in the rx path of the announcement: if it comes from the best GW then you should instruct batman to accept it, otherwise the packet should be rebroadcasted only without being delivered to the interface.

Actions #3

Updated by Marek Lindner almost 12 years ago

Well, there is one other thing you should consider: How do you propagate a gateway change to your clients ?

When batman switches the gateway it would be nice to have a way to inform your client that the gateway changed. Otherwise they are using an outdated default route to some gateway that may not exist any longer. You will want to keep this time window as short as possible.

Actions #4

Updated by Luca Postregna almost 12 years ago

radvd have MaxRtrAdvInterval option, it is similar to dhcp timelease.

There is also another interesting option in radvd:

HomeAgentLifetime seconds
The length of time in seconds (relative to the time the packet is sent) that the router is offering Mobile IPv6 Home Agent services. A value 0 must not be used.

http://linux.die.net/man/5/radvd.conf

But, for now, i dont have experience with this option.

When accept_ra_rtr_pref is enabled, what each node needs to do is suggest best gw_server ipv6.
For the best dns nameserver, i think that this can be managed by a good resolvconf configuration

Actions #5

Updated by Antonio Quartulli almost 12 years ago

  • Tracker changed from Bug to Feature
Actions #6

Updated by Gioacchino Mazzurco over 11 years ago

I think the ipv6 gw_mode and the ipv4 one should be separated features end configurable a part, because it can be that some nodes are ipv6 gateways but not ipv4 gateways, and vice versa, and also in the case of a node with both ipv4 and ipv6 gateway announced bandwidth can differ

Actions #7

Updated by Jan n/a about 10 years ago

Hi,

is there any progress on this issue?

Some thoughts
  • Routing in IPv6 / RA messages are more complex than IPv4 DHCP. A host may have multiple default routes and use 'em on a round robin basis.
  • What is a IPv6-gateway mode supposed to do?
  • Block foreign RA-Message?
  • Mange foreign RA-Messages (Lower route priority, etc.)
IMHO:
  • Blocking foreign RAs on gateways is the easiest option - but it is sufficient. (Am I missing sth.)?
  • However, it would be nice, if a client (= gw_mode=client) is able to select more than one gateway for redundancy. The number of gateways to select ought to be configurable.
Actions #8

Updated by Jan n/a about 9 years ago

Is there any progress on this?
I'd happy so see an IPv6-Gateway-mode soon.

Actions #9

Updated by Marek Lindner about 9 years ago

Jan n/a wrote:

Is there any progress on this?
I'd happy so see an IPv6-Gateway-mode soon.

We also would like to see this feature soon but as far as I know, nobody is working on it. Feel free to pick it up and propose patches.

Actions #10

Updated by Eric Sanders about 8 years ago

IPv6 RA can pass through the mesh, for SSIDs that are bridged once the ip6tables FORWARD chain is modified. The default configuration is set to, more or less, forward almost nothing (this includes forwarding through the bridged interfaces) related to IPv6. I've modified my FORWARD chain and included a script file which runs every hour to make sure rules stay active.

Once configured properly, I can remote into any open mesh ssh server via its link local address and RAs propagate through out the mesh and any client will get a RA configured address.

Actions #11

Updated by Sven Eckelmann about 8 years ago

@Eric, I am relative sure that you are writing in the wrong issue tracker. This here is the issue tracker of the open source project batman-adv from the open source developer community open-mesh*.org*. It is not about the commercial AP vendor from open-mesh.com/cloudtrax.com. Please contact their support when you have problems with their product.

Actions #12

Updated by Sven Eckelmann over 7 years ago

  • Assignee set to Luca Postregna
Actions #13

Updated by Sven Eckelmann about 7 years ago

  • Has duplicate Feature #175: The IPv6 issue, any solutions? added
Actions #14

Updated by Sven Eckelmann about 6 years ago

  • Status changed from New to Rejected

A solution can be found under https://github.com/freifunk-gluon/gluon/tree/master/package/gluon-radv-filterd but is not maintained under the open-mesh.org umbrella.

Actions

Also available in: Atom PDF