PIX/ASA LAB guide
Not quite:Youll need to define a global pool and use it in your nat instead of the nat "0" which tells the pix NOT to nat on traffic matching that acl...Should look something like this:access-list inside_out permit tcp host 10.10.200.201 eq telnet host xx.xx.xx.xx anyglobal outside 1 outsidenat inside 1 access-list inside_outThere are variants on how to accomplish this check the command references for PIX on ciscos website but this should work.Ammo
Not quite:Youll need to define a global pool and use it in your nat instead of the nat "0" which tells the pix NOT to nat on traffic matching that acl...Should look something like this:access-list inside_out permit tcp host 10.10.200.201 eq telnet host xx.xx.xx.xx anyglobal outside 1 outsidenat inside 1 access-list inside_outThere are variants on how to accomplish this check the command references for PIX on ciscos website but this should work.Ammo
Comment