cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
304
Views
0
Helpful
1
Replies

Static Nat

manish-young
Level 1
Level 1

Dear all,

I am trying to Nat public ip on outside interface of pix to a local server inside,

When I configure nating, Internet browsing works only on server no one else can browse internet.

nat (inside) 10 0.0.0.0 0.0.0.0 0 0

static (inside,outside) interface 192.168.1.20 netmask 255.255.255.255 0 0

access-group outside_access_in in interface outside

access-group inside_access_in in interface inside

Regards,

1 Reply 1

sachinraja
Level 9
Level 9

Hello Manish

YOu need to associate the NAT (inside) statement with a global statement.

eg global (outside) 10 interface

or global (outside) 10 209.1.1.1-209.1.1.10

Also make sure you have allowed access for HTTP & DNS on your inside access-list.

Hope this helps.. rate replies if found useful.

Regards

Raj