Https NAT failure

I have a similar problem.

[code]eirik@VyOS-VM-rt1# show nat
source {
rule 100 {
destination {
address 0.0.0.0/0
}
outbound-interface eth1
source {
address 10.99.6.0/27
}
translation {
address masquerade
}
}
}

[edit]
eirik@VyOS-VM-rt1# run show interfaces
Codes: S - State, L - Link, u - Up, D - Down, A - Admin Down
Interface IP Address S/L Description


eth0 10.99.3.12/25 u/u
eth1 10.99.3.212/27 u/u
eth2 10.99.6.1/27 u/u LAN connected to Hypervisor vmbr6
lo 127.0.0.1/8 u/u
10.99.6.255/32
::1/128

[edit]
eirik@VyOS-VM-rt1# show nat
source {
rule 100 {
destination {
address 0.0.0.0/0
}
outbound-interface eth1
source {
address 10.99.6.0/27
}
translation {
address masquerade
}
}
}

[edit]
eirik@VyOS-VM-rt1# run monitor nat source translations
Type control-C to quit
Pre-NAT Post-NAT Prot Timeout Type
10.99.6.5 10.99.3.212 icmp 30 new
10.99.6.5 10.99.3.212 icmp 30 update
10.99.6.5 10.99.3.212 icmp destroy
10.99.6.5 10.99.6.5 icmp 30 new[/code]

This is what happens when i try to ping an outside address from the host 10.99.6.5:

Sometimes first it creates a correct entry in the NAT-table, but after a few seconds it’s destroyed and it creates an entry without translation.