Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > Cisco Security Context

Reply
Thread Tools

Cisco Security Context

 
 
jbp.tech jbp.tech is offline
Junior Member
Join Date: Apr 2008
Posts: 1
 
      04-30-2008
Hi All,

I have configured two contexts on PIX, i.e. one for Admin and one for Client. I have configured two sub interfaces and assigned VLANs to use for inside networks whereas i have shared outside interface between two contexts.

Now i am confuse about the NATing part for this design.I am able to access the internet from adm context. However not able to telnet my ISP router from my network.

Could you please help me to solve this issue.


Adm Ctx:

interface Inside_adm
nameif inside
security-level 100
ip address 10.126.1.17 255.255.255.0
!
interface outside_adm
nameif outside
security-level 0
ip address 10.10.10.201 255.255.255.0

same-security-traffic permit intra-interface

access-list outside_access_in extended permit ip any any
access-list outside_access_in extended permit icmp any any

access-list inside_access_in extended permit ip any any

i have not using NAT on PIX.


ISP router:

interface FastEthernet0/0
ip address 203.129.215.34 255.255.255.240 secondary
ip address 10.10.10.4 255.255.255.0
ip nat inside

ip nat pool Test XXXX netmask 255.255.255.240
ip nat inside source list 1 pool Test overload

Ip rotue 10.126.1.0 255.255.255.0 10.10.10.200
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Spring context refering to application context Jani Tiainen Java 3 08-27-2007 07:24 AM
return HttpStatusCode.ServiceUnavailable in the context.context.Response.StatusCode (Http response code 503) Flip Rayner ASP .Net 1 01-23-2007 06:35 AM
How to retrieve a session Bean in the Context in a class with the Context reference asd Java 1 11-09-2006 05:00 PM
Strange Context Error: Context 0x197ee0 is disconnected in VS 2005 =?Utf-8?B?U3VuU21pbGU=?= ASP .Net 0 01-10-2006 03:59 PM
Context.Items vs Context.Handler (passing values between pages) VS_NET_DEV ASP .Net 2 05-25-2004 01:16 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57