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...
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
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.