a Nat option would be helpful for gateway systems
Bug #247455 reported by
KarlGoetz
This bug affects 10 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ufw |
In Progress
|
Wishlist
|
Jamie Strandboge |
Bug Description
It would be great if ufw could grow a 'nat' option. it would remove the need to manually edit configuration files to setup forwarding.
I sort of imagine it could be used like this -
ufw [--dry-run] [delete] nat [from ADDRESS RANGE] [to INTERFACE]
or
ufw [--dry-run] [delete] nat [from ADDRESS RANGE] [to ADDRESS RANGE]
EG:
ufw nat 172.17.172.0/20 eth0
ufw nat enable
or
ufw nat 172.17.172.0/20 10.10.10.0/14
ufw nat enable
hope the ideas not to crazy.
Changed in ufw: | |
assignee: | nobody → Jamie Strandboge (jdstrand) |
status: | Confirmed → In Progress |
Changed in ufw: | |
status: | In Progress → Triaged |
Changed in ufw: | |
status: | Triaged → In Progress |
To post a comment you must log in.
Didnt add: deny|limit| nat)
If it were implemented it could be added to here perhaps: (allow|
ufw [--dry-run] [delete] allow|deny|limit [proto protocol] [from ADDRESS [port PORT]] [to ADDRESS [port PORT]]