Good day.
I'd like to ask how I should use 464xlat. There are no documentations and forum topics regarding this. Although the usage says:
464xlatcfg <name> [ifname] [ipv6prefix] [ipv4addr] [ipv6addr]
Do I need a 1:1 NAT mapping between the host and XLAT like the logical setup below?
[host] ---- [NAT] ---- [XLAT]
If so, does this mean that if I have the following details:
Machine A (NAT, XLAT)
192.168.0.1, 192.168.0.2, ..., 2001:db8::1, 2001:db8::2, ...
Machine B (host behind NAT)
1.2.3.4
Where: 1.2.3.4 is already mapped to 192.168.0.2
The correct usage for the situation should be:
464xlatcfg test_xlat eth0 2001:db8:: 192.168.0.2 2001:db8::2
Please correct me if I am wrong. Thanks.