Closed ydahhrk closed 9 years ago
Disagree. The upstream router may very well route the pool4
addresses/prefixes to the Jool node (for example in the above case: upstream-router$ ip -4 route add 192.0.2.4/32 via 192.0.2.1
), there is no requirement that these addresses are assigned to any local interface. As long as the packets reach the Jool node, you're good to go. The same thing goes for pool6
, and also for stateless mode (including pool6791
).
I've never configured any of the addresses assigned to Jool to any local interface and that works just great. Being forced to do otherwise so would just be annoying, to be honest.
Thank you.
Since I'm so married to lab testing, It never crossed my mind that you can get away without ARPing the pool4
addresses.
Closing.
Tore Anderson notifications@github.com wrote:
Disagree. The upstream router may very well route the pool4 addresses/prefixes to the Jool node (for example in the above case: upstream-router$ ip -4 route add 192.0.2.4/32 via 192.0.2.1), there is
I agree.
Currently, pool4 can contain addresses that do not belong to its node, which is confusing.
Applies to both 3.2 and 3.3. Stateful NAT64 only.
Thanks to Edgar Rodríguez Bernal for reporting this.