Hi there, I have been reading the man page, and i know this is something sooo simple that is escaping me at the moment, but....
I simply (from the CLI) want to see what public ip is mapped to what private IP for what ports... but want to narrow it down to particular ones... IE I have Pub IP xxx.xxx.xxx.xxx and want to see what internal ip it is mapped to....
I know it is something along the lines of:
# iptables -L -t nat .....
I tried something like:
# iptables -L -t nat | grep xxx.xxx.xxx.xxx
My brain is giving up on me too early today.... =-)
Thanks so much.... Where is my water bottle?
D
On 6/28/07, Feizhou feizhou@graffiti.net wrote:
I tried something like:
# iptables -L -t nat | grep xxx.xxx.xxx.xxx
iptables -t nat -L -n | grep ip
My brain is giving up on me too early today.... =-)
Drink more water. _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos