Skip to content

Issues when creating outbound mapping #65

@StormYudi

Description

@StormYudi

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?

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions