Cisco 871 Router - Multiple IP Addresses

We recently purchased a T1 line for our company and were given a block of public IP addresses. Our router is currently a Cisco 871 and I have natted all of the computers on our LAN behind one of the public IP addresses. Is it possible to redirect one of the other public IP addresses to one of the servers on our LAN? I imagine this would involve modification of the routing table on the Cisco router? Currently, all traffic is being routed to one interface: ip route

0.0.0.0 0.0.0.0 xx.xxx.xxx.xxx Could anyone provide me some assistance on this? Thanks.

Vincent

Reply to
Vincent
Loading thread data ...

No, the routing doesn't do any of that, you need to look into the static NAT entries.

ip nat inside source static tcp 192.168.0.1 80 xxx.xxx.xxx.xxx 80 extendable

formatting link

Reply to
Doug McIntyre

would this do it ? ip nat inside source static 192.168.0.254 xxx.xxx.xxx.xxx

Reply to
corb

I will give this a try and see what happens.

Vincent

Reply to
Vincent

Wow. I can't believe it was that easy. Thanks Doug!

Reply to
Vincent

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.