I want to NAT private addresses to a single public address and also use public addresses for some of my clients.
Here is how I have my basic setup
2 Ethernet Interfaces - one labelled ‘Internet’, the other labelled ‘Customers’
I have the 2 interfaces bridged
Public Interface is x.x.x.5/24
I want to use /30 networks for the private addresses so that each client is on their own network
I would like to NAT these addresses to the single public address listed above AND allow customers with public addresses on the public network to bridge through.
I have created a separate /30 ip address for each private network mapped to the ‘Customers’ interface
I have been wrestling with this for days. Suggestions would be greatly appreciated. The docs and Wiki have not helped me.
Thanks in advance.