Thanks for refreshing my memory. I am really rusty at this, since
they have made home networking plug and play.
I have IP forwarding enabled.
root@ampr-test:~# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Could you give an example of what I need for iptables forwarding rules.?
Steve