Built by: autobuild@vyos.net
Built on: Tue 01 Dec 2020 02:17 UTC
Build UUID: 51f63067-cf03-4678-ad9b-907ba1b1170f
Build Commit ID: 65ebf0e2c4113c
Architecture: x86_64
Boot via: installed image
System type: KVM guest
Hardware vendor: QEMU
Hardware model: Standard PC (i440FX + PIIX, 1996)
Hardware S/N:
Hardware UUID: 510e9de4-a940-4b9c-b61a-9e996b5c7f67
Traceback (most recent call last):
File “/usr/libexec/vyos/conf_mode/nat.py”, line 199, in
verify(c)
File “/usr/libexec/vyos/conf_mode/nat.py”, line 133, in verify
if nat[‘helper_functions’]:
KeyError: ‘helper_functions’
Hello @arfbarky, does not possible to reproduce this issue. Can you describe reproducing steps in detailed? I successfully use the following rules:
set nat destination rule 100 destination port ‘22’
set nat destination rule 100 inbound-interface ‘eth0’
set nat destination rule 100 protocol ‘tcp’
set nat destination rule 100 translation address ‘192.168.1.4’
UPD:// I can confirm. Need to have at least one NAT source rule for reproducing this issue