So I was trying to add outbound rules by:
https://xxx/api/v1/firewall/nat/outbound/mapping
with params:
{
"interface": "wan",
"protocol": "any",
"src": "172.16.1.100",
"dst": "any",
"target": "X.X.X.X",
"descr": "OUT",
"top": false,
"apply": true
}
It return :
{
"status": "bad request",
"code": 400,
"return": 4089,
"message": "Unknown outbound NAT mapping protocol",
"data": []
}
But I want the outbound NAT match all network protocols, is that a BUG?
So I was trying to add outbound rules by:
https://xxx/api/v1/firewall/nat/outbound/mapping
with params:
{
"interface": "wan",
"protocol": "any",
"src": "172.16.1.100",
"dst": "any",
"target": "X.X.X.X",
"descr": "OUT",
"top": false,
"apply": true
}
It return :
{
"status": "bad request",
"code": 400,
"return": 4089,
"message": "Unknown outbound NAT mapping protocol",
"data": []
}
But I want the outbound NAT match all network protocols, is that a BUG?