Hi, I'm new with CISCO, I never have worked before with CISCO so Ihave problems configuring NAT in ASA 5510.
I've configure the outside interface with an IP of my range (113.127.111.176/29)
interface outside 113.127.111.178
I've configure PAT:
global (outside) 1 interface
nat (inside) 1 0 0
nat (dmz) 1 0 0
So now I want to :
1) redirect Web requests to the webserver on the DMZ:
static (dmz,outside) tcp 113.127.111.178 255.255.255.255
2) redirect incoming mails to the smtp gateway on the DMZ:
static (dmz,outside) tcp 113.127.111.179 smtp 192.168.10.4 smtp netmask 255.255.255.255
3) send e-mails through the same IP I receive them, the smtp server is connected to the inside interface, not to the DMZ:
static (inside,outside) 113.127.111.179 192.168.20.19 netmask 255.255.255.255
Looks like something is wrong...
Thanks in advance,
JjFBcN
I've configure the outside interface with an IP of my range (113.127.111.176/29)
interface outside 113.127.111.178
I've configure PAT:
global (outside) 1 interface
nat (inside) 1 0 0
nat (dmz) 1 0 0
So now I want to :
1) redirect Web requests to the webserver on the DMZ:
static (dmz,outside) tcp 113.127.111.178 255.255.255.255
2) redirect incoming mails to the smtp gateway on the DMZ:
static (dmz,outside) tcp 113.127.111.179 smtp 192.168.10.4 smtp netmask 255.255.255.255
3) send e-mails through the same IP I receive them, the smtp server is connected to the inside interface, not to the DMZ:
static (inside,outside) 113.127.111.179 192.168.20.19 netmask 255.255.255.255
Looks like something is wrong...
Thanks in advance,
JjFBcN