07-27-2006 10:00 AM - edited 03-09-2019 03:43 PM
Our PACS support vendor has installed a T1 line to our org. We currently have a T1 with public IP of 198.110.86.0. What our vendor wishes to do is route all support/backup traffic to their T1 where all encryption takes place. We have a separate router set up for them. Currently, our Pix 515 rotues traffic to/from intf 0 and intf 1.
I wish to set up interfaces 2 and 3 (which are conneted to the router) for the PACS traffic. No NAT for this traffic. To make sure the PACS traffic inbound hits the PACS router, they gave us a public IP of 10.10.10.1. He will set his end up with 10.10.10.2.
Being new to the Pix, I?m pretty confused as to what commands will be necessary to accomlish this task. My main difficulty is writing the command which sends the PACS server data to the correct interface. We use private IP?s and the server IP is 192.168.125.10.
I believe the following rules are correct in setting up the interfaces:
interface ethernet2 auto
interface ethernet3 auto
nameif ethernet2 iSiteIN security 4
nameif ethernet3 isiteOut security 6
ip address isiteIN 10.10.10.1 255.255.255.252
ip address isiteOut 192.168.100.2 255.255.0.0
access-group isite_out in isiteOut
access-group isite_IN in isiteIN.
Can someone help me or point me in the right direction to complete this task?
thanks!
08-02-2006 11:11 AM
Hope this link will give the details
http://www.cisco.com/en/US/products/ps6120/products_configuration_guide_chapter09186a0080637340.html
08-03-2006 11:36 AM
Thanks. I'm taking off for a week but will look at it when I get back and let you know.
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