Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. BigTomD

    Two Inside Interfaces talking to each other

    Thanks for the pointers what I ended up doing that worked was: access-list inside2_vlan3_access_in permit ip 192.168.6.0 255.255.254.0 192.168.5.0 255.255.255.0 access-group inside2_vlan3_access_in in interface inside2_vlan3 static (inside,inside2_vlan3) 192.168.5.0 192.168.5.0 netmask...
  2. BigTomD

    Two Inside Interfaces talking to each other

    Can do. I will have to wait till tuesday when I get in to work.. Again, Thanks for the help...
  3. BigTomD

    Two Inside Interfaces talking to each other

    Actually that 6.X is a /23 subnet so it is from 6.0-7.255.. I am attaching a link to a picture for a clear picture of what I am trying to dohttp://sites.google.com/a/davishangout.com/toms-site/_/rsrc/1211634078128/pix/pix.jpg
  4. BigTomD

    Two Inside Interfaces talking to each other

    Thanks so much for the help but I still dont have it working. I am missing something here (besides my brain). From what I see it should work....' Here is the pix config... PIX Version 6.3(5) interface ethernet0 auto interface ethernet1 auto interface ethernet1 vlan3 logical interface ethernet2...
  5. BigTomD

    Two Inside Interfaces talking to each other

    Thanks so much.... I am still stuck... Here is my initial/scrubbed configuration: PIX Version 6.3(5) interface ethernet0 auto interface ethernet1 auto interface ethernet1 vlan3 logical interface ethernet2 auto shutdown nameif ethernet0 outside security0 nameif ethernet1 inside security100...
  6. BigTomD

    Two Inside Interfaces talking to each other

    No I don't have any access list on the inside2 interface. I don't want to do a nat translation. I have tried to do: access-list inside2_outbound_nat0_acl permit ip 192.168.6.0 255.255.254.0 192.168.5.0 255.255.255.0 nat (inside2) 0 access-list inside2_outbound_nat0_acl But that did not work...
  7. BigTomD

    Two Inside Interfaces talking to each other

    I am trying to get 2 inside interfaces on a PIX 515E to talk to one another. (These networks need to have any-any type connectivity to each other) I know on 7.X all you should have to do is create them with the same security level and do a: same-security-traffic permit inter-interface However...

Part and Inventory Search

Back
Top