Link to home
Start Free TrialLog in
Avatar of andgroup
andgroupFlag for United States of America

asked on

ASA 5505 Port Forwarding

I am trying to setup this ASA 5505 to forward the traffic to the internal server. This config is obviously incorrect but I have not been able to figure out why.
: Saved
: Written by enable_15 at 14:55:20.207 UTC Sat Dec 1 2007
!
ASA Version 7.2(2)
!
hostname XXXXPIX
domain-name XX.local
enable password ** encrypted
names
name 172.16.10.0 VPDN
name 10.10.10.0 XX-KC-Inside
name 76.243.82.194 XX-KC-Outside
!
interface Vlan1
 nameif inside
 security-level 100
 ip address 10.1.1.1 255.255.255.0
!
interface Vlan2
 nameif outside
 security-level 0
 ip address 68.x.xx.215 255.255.254.0
!
interface Ethernet0/0
 switchport access vlan 2
!
interface Ethernet0/1
!
interface Ethernet0/2
!
interface Ethernet0/3
!
interface Ethernet0/4
!
interface Ethernet0/5
!
interface Ethernet0/6
!
interface Ethernet0/7
!
passwd ** encrypted
ftp mode passive
dns server-group DefaultDNS
 domain-name XX.local
same-security-traffic permit inter-interface
same-security-traffic permit intra-interface
access-list 101 extended permit icmp any any echo-reply
access-list 101 extended permit icmp any any time-exceeded
access-list 101 extended permit tcp any host 68.x.x.215 eq https
access-list 101 extended permit tcp any host 68.x.x.215 eq 8080
access-list 101 extended permit tcp any host 68.x.x.215 eq www
access-list 101 extended permit tcp any host 68.x.x.215 eq smtp
access-list 101 extended permit tcp any host 68.x.x.215 eq pop3
access-list 101 extended permit tcp any host 68.x.x.215 eq 2525
access-list 101 extended permit tcp any host 68.x.x.214 eq 3389
access-list 101 extended permit tcp any host 68.x.x.214 eq ftp
access-list 101 extended permit tcp any host 68.x.x.215 eq pptp
access-list VPN_ACL_1 extended permit ip 10.1.1.0 255.255.255.0 VPDN 255.255.255.0
access-list VPN_ACL_1 extended permit ip 10.1.1.0 255.255.255.0 XX-KC-Inside 255.255.255.0
access-list crypto_map_1 extended permit ip 10.1.1.0 255.255.255.0 XX-KC-Inside 255.255.255.0
access-list inside_outbound_nat0_acl extended permit ip 10.1.1.0 255.255.255.0 XX-KC-Inside 255.255.255.0
access-list outside_cryptomap_20 extended permit ip 10.1.1.0 255.255.255.0 XX-KC-Inside 255.255.255.0
pager lines 24
logging asdm informational
mtu inside 1500
mtu outside 1500
icmp unreachable rate-limit 1 burst-size 1
icmp permit 10.1.1.0 255.255.255.0 inside
icmp permit 10.1.1.0 255.255.255.0 outside
asdm image disk0:/asdm-522.bin
no asdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list inside_outbound_nat0_acl
nat (inside) 1 0.0.0.0 0.0.0.0
static (inside,outside) tcp interface www 10.1.1.15 www netmask 255.255.255.255
static (inside,outside) tcp interface https 10.1.1.15 https netmask 255.255.255.255
static (inside,outside) tcp interface 8080 10.1.1.10 www netmask 255.255.255.255
static (inside,outside) tcp interface smtp 10.1.1.15 smtp netmask 255.255.255.255
static (inside,outside) tcp interface pop3 10.1.1.15 pop3 netmask 255.255.255.255
static (inside,outside) tcp interface 2525 10.1.1.15 2525 netmask 255.255.255.255
static (inside,outside) tcp interface 3389 10.1.1.20 3389 netmask 255.255.255.255
static (inside,outside) tcp interface ftp 10.1.1.20 ftp netmask 255.255.255.255
static (inside,outside) tcp interface pptp 10.1.1.15 pptp netmask 255.255.255.255
access-group 101 in interface outside
route outside 0.0.0.0 0.0.0.0 68.x.x.1 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server RADIUS protocol radius
username andgroup password v86IGUyZAtJNWYja encrypted
aaa authentication ssh console LOCAL
http server enable
http 0.0.0.0 0.0.0.0 inside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
telnet 0.0.0.0 0.0.0.0 inside
telnet timeout 5
ssh 0.0.0.0 0.0.0.0 inside
ssh 0.0.0.0 0.0.0.0 outside
ssh timeout 5
console timeout 0
 
!
class-map inspection_default
 match default-inspection-traffic
!
!
policy-map type inspect dns preset_dns_map
 parameters
  message-length maximum 512
policy-map global
policy-map global_policy
 class inspection_default
  inspect ftp
  inspect h323 h225
  inspect h323 ras
  inspect rsh
  inspect rtsp
  inspect sqlnet
  inspect skinny
  inspect sunrpc
  inspect xdmcp
  inspect sip
  inspect netbios
  inspect tftp
  inspect http
  inspect pptp
  inspect dns preset_dns_map
!
service-policy global_policy global
prompt hostname context

Open in new window

SOLUTION
Avatar of brasslan
brasslan

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial