commit
parent
ca7ca317ae
commit
71c950f496
|
|
@ -756,6 +756,21 @@ nat {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
nat64 {
|
||||||
|
source {
|
||||||
|
rule 1 {
|
||||||
|
source {
|
||||||
|
prefix "64:ff9b::/96"
|
||||||
|
}
|
||||||
|
translation {
|
||||||
|
pool 1 {
|
||||||
|
address "10.64.0.0/24"
|
||||||
|
port "1000-32766"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
nat66 {
|
nat66 {
|
||||||
destination {
|
destination {
|
||||||
rule 1 {
|
rule 1 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue