To NAT the address, I can have a private ip address like 192.168.0.1 and a public ip address that will be dynamically assigned. How do I get the public nic to automatically obtain an address? Otherwise, I will have to guess at an ip that is not in use, and we are talking about an isp. Also, the public nic will need a default route, where do I set that?
On the client side, I will need a default gateway, is that the ip of my public nic.
Many thanks.