Hi.
I have a problem, I tried configure my VyOS 1.3 for nptv6, but It can’t not translated
When I check it in tcpdum the Ipv6 Address not is translated
Has anyone been able to solve it? Thanks!! NOTE: (Sorry, my english is pretty bad)
My configuration:
vyos@vyos# show
firewall {
all-ping enable
broadcast-ping disable
config-trap disable
ipv6-name NAT66OUT {
default-action accept
rule 1 {
action accept
state {
established enable
related enable
}
}
}
ipv6-receive-redirects disable
ipv6-src-route disable
ip-src-route disable
log-martians enable
receive-redirects disable
send-redirects disable
source-validation disable
syn-cookies enable
twa-hazards-protection disable
}
interfaces {
ethernet eth0 {
address dhcpv6
address dhcp
hw-id 08:00:27:7d:5f:f8
ipv6 {
}
}
ethernet eth1 {
address 2001:db8:1::f/64
hw-id 08:00:27:3e:18:f3
ipv6 {
address {
eui64 2001:db8:1::/64
}
}
}
loopback lo {
}
}
nat {
nptv6 {
rule 15 {
outbound-interface eth0
source {
prefix 2001:db8:1::/64
}
translation {
prefix 2001:1210:100:15::/64
}
}
}
}