06-06-2006 09:44 AM - edited 03-03-2019 03:31 AM
I have a /29 network defined internal to two 2811's and advertised via BGP.
I would like to take two addresses from the /29 and for each permit access from my LAN through a specific tcp port over my WAN and a remote server.
i.e.
192.168.212.x 389 would be tranlated out as 209.209.0.1 389
192.168.212.x 43002 would be tranlated out as 209.209.0.2 43002
Is this possible ?
06-06-2006 01:03 PM
you can setup your router to perform NAT on the two addresses.
you can then seutp ACLs to permit these addresses to specific destinations and ports.
NAT: 192.168.212.x >>> 209.209.0.1
NAT: 192.168.212.xx >> 209.209.0.2
ACL Permit: 209.209.0.1 port 398 >>>> destination
ACL Permit: 209.209.0.2 port 43002 >> destination
06-07-2006 07:09 AM
Thanks for your response.
I will try this out.
I have run into a problem in that my server has two NIC's with addresses in the same net, in this case 192.168.212.0.
With this, there is a vip that fronts the two physical addresses.
06-07-2006 02:18 AM
of cause, alanbcameron.
Location of ACL is at ragged edge of port.
I mean that packets are checked first by ACL when they tries to entry the port, that packets are checked last by ACL when they leave the port.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide