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 Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Subnet connect via pix

Status
Not open for further replies.

leoMysta

Technical User
May 22, 2003
8
GB
I have a problem access subnet to subnet, which is setup through a pix 515 ...

I can ping and see server from x.x.1.1 (inside/security 100) subnet to x.x.50.1 (company A / security 40) but not the other way around ...
 
That's because (company A / security 40) < (inside/security 100).

In order for a lower security interface to access a higher security interface, you need to have an access-list or conduit list permitting the desired traffic.
 
HI.

You need to add something like this:

access-list nonatinside permit ip x.x.1.0 255.255.255.0 x.x.50.0 255.255.255.0
nat (inside) 0 access-list nonatinside

OR - you can use static instead of the above:
static (inside,???) x.x.1.0 x.x.1.0 255.255.255.0
(I preffer the nat 0 method).

And in addition you need this:

access-list remotenet permit ??? x.x.50.0 255.255.255.0 x.x.1.0 255.255.255.0
access-group remotenet in interface ???

Bye


Yizhar Hurwitz
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top