Forum Discussion
Altera_Forum
Honored Contributor
16 years agoNAT IP module
Hi, I'm using a Cyclone III device, and would like to implement a NAT (network address translation) networking module on it, in order to combine it in the card, which in turn will serve in a da...
Altera_Forum
Honored Contributor
16 years agoI don't know of any hardware NAT component that you could just download and use. You'll probably have to write it yourself, and it may be tricky. You'll need to keep a table of active connections and be able to do some searches in it.
The easiest solution is probably a CPU with an operating system like Linux, but it's not really my area of expertise.