cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
366
Views
0
Helpful
3
Replies

Can I block traffic from nat-gateway on pix ?

sonailsolo
Level 1
Level 1

The topo just like :

internet---pix---c2621(NAT-gateway)---pc

Now PC can access internet , How can I block it without modify C2621's config ?(Because I have no permission)

Regards

3 Replies 3

mark-obrien
Level 4
Level 4

Use an inbound access list on the inside interface of the PIX.

access-list 101 deny ip host (pc address) any

(add some commands that permit some outbound traffic)

!

access-group 101 in interface inside

HTH

Mark

HI Mark

That PC is behind NAT-Gateway , I can't deny It's IP , cause that IP is translated to NAT-Gateway's .

I do not think this is possible unless the pc has static NAT.

regds