D3f0 / D3f0/coreemu

IPv4 NAT function

Open
#208 0 comments 0 reactions 0 assignees View on GitHub
auto-migrated Priority-Medium Type-Enhancement
Dominant language
Tcl
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

```
What steps will reproduce the problem?
1. In the GUI, click on a node then click on "services", then look
under the "Security" menu
2. In the Security menu, it would be nice to have a radio button
for "IPv4 NAT" (Network Address translator)
3.

What is the expected output? What do you see instead?

Would like to have a separate radio button for IPv4 NAT, even
though the configuration lines could easily be added under one
of the other radio buttons such as "Firewall".

What version of the product are you using? On what operating system?

Latest SVN bits as of 05/31/2013, on ubuntu 12.04

Please provide any additional information below.

Example configuration lines:

# IPv4 NAT
/sbin/iptables -t nat -A POSTROUTING -o eth1 -j MASQUERADE
/sbin/iptables -A FORWARD -i eth1 -o eth0 -m state --state RELATED,ESTABLISHED
-j ACCEPT
/sbin/iptables -A FORWARD -i eth0 -o eth1 -j ACCEPT

```

Original issue reported on code.google.com by `fltemp...@gmail.com` on 31 May 2013 at 5:58

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.