11-09-2005 03:09 AM - edited 02-21-2020 12:31 AM
Hi,
I am configring the Pix for the first time & i am bit confused with Nat & Pat I want to use pat in my n/w & I have webserver which i want to allow from out side ,
Can any one suggest how do i achive this configuration & Any documents on Pix & Nat will be a great help,
Thanks & Reguards
Kumar
Solved! Go to Solution.
11-09-2005 03:42 AM
first thing first, i guess the pat is used for inside host to browse the internet:
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
regarding the inbound access for webserver, it depends on how many public ip is available. if only one, then you can configure port forwarding; whereas multiple public ip are available, you can configure 1-to-1 nat.
for one public ip,
static (inside,outside) tcp interface 80
access-list inbound permit tcp any interface outside eq 80
access-group inbound in interface outside
for multiple public ip,
static (inside,outside)
access-list inbound permit tcp any
access-group inbound in interface outside
11-09-2005 03:42 AM
first thing first, i guess the pat is used for inside host to browse the internet:
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
regarding the inbound access for webserver, it depends on how many public ip is available. if only one, then you can configure port forwarding; whereas multiple public ip are available, you can configure 1-to-1 nat.
for one public ip,
static (inside,outside) tcp interface 80
access-list inbound permit tcp any interface outside eq 80
access-group inbound in interface outside
for multiple public ip,
static (inside,outside)
access-list inbound permit tcp any
access-group inbound in interface outside
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide