Port/IP forwarding on a Cisco router?

Gantry

Member
Feb 26, 2001
148
0
0
I need to get two IPs either redirected or port forwarded on a Cisco 2620 router (IOS 12.1 I believe). Here a rundown of the configg:

Ethernet interface - private IPs (192.168.x.x)
Serial 0/0.1 interface - one public IP of a /29 (say 64.64.64.1)
Rest of the /29 are not being used right not.



what I would ideally like to do is forward the lpd port on two new IPs (64.64.64.2 & 64.64.64.3) to the lpd port on two JetDirects on the private network (192.168.1.10 & 192.168.1.11). In Linux I've used ipmasqadm, but not sure if this can be done...

If that is not possible, I would like to have the cisco reroute ip 64.64.64.2 to 192.168.1.10 ...3 to ...11. Can I do this with the "ip nat " interface command?

Thanks in advance for the help