Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/airtonix/ufw-nat-manager
Simple commandline frontend to the ufw user.before rules allowing quick configuration of network address translation
https://github.com/airtonix/ufw-nat-manager
Last synced: 13 days ago
JSON representation
Simple commandline frontend to the ufw user.before rules allowing quick configuration of network address translation
- Host: GitHub
- URL: https://github.com/airtonix/ufw-nat-manager
- Owner: airtonix
- License: other
- Created: 2011-03-03T23:55:00.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-03-04T00:11:32.000Z (almost 14 years ago)
- Last Synced: 2024-05-21T03:17:31.411Z (8 months ago)
- Language: Python
- Homepage: airtonix.net/projects/ufw-nat-manager
- Size: 93.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGES
- License: LICENSE
Awesome Lists containing this project
README
# UFW NAT MANAGER
__Zenobius Jiricek ([email protected])__UFW is the commandline firewall manager for Ubuntu Server, it serves as
a simple frontend to IPtables.This project allows a user to simplify the process of enabling the network
address translation functionality of UFW (and thereby IPtables), without
spending the time editing the various required files.At the moment it is only a console based menu interface, so the next
stage will be to separate the logic out into something a pyGtk or pyQT
interface module can make use of.# Setup
You need python dist-utils installed before proceeding.
sudo python ./setup.py install
# UsageAssuming the installation went according to plan, usage is currently limited to
a menu system :sudo ufw-nat
# Todo :
1. provide argparse/optionparser command line inputs
hopefully, this will let users bypass the need to navigate the menu system
1. when listing interfaces, provide their current IP address & subnetmask,
and gateway for ipv4 and ipv6# License
at the moment, all rights reserved until I determine a more appropriate license.