I have a Cisco ASA 5520 and I am trying to do a static nat to allow a certain machine access to the internet from the inside. I have tried everything I can think of but I can’t figure it out. Here is my config below. Can someone please help me out.
ciscoasa(config)# show running-config
: Saved
:
ASA Version 7.1(2)
!
hostname ciscoasa
enable password Guh9Xxhb9mcC8lV1 encrypted
names
!
interface GigabitEthernet0/0
nameif outside
security-level 0
ip address 192.168.100.1 255.255.255.0
!
interface GigabitEthernet0/1
nameif inside
security-level 100
ip address 192.168.167.1 255.255.255.0
!
interface GigabitEthernet0/2
nameif internet
security-level 0
ip address dhcp
!
interface GigabitEthernet0/3
shutdown
no nameif
no security-level
no ip address
!
interface Management0/0
shutdown
no nameif
no security-level
no ip address
management-only
!
passwd 2KFQnbNIdI.2KYOU encrypted
banner login Welcome to $(hostname) All commands are subject to logging.
banner motd Welcome to $(hostname) All commands are subject to logging.
ftp mode passive
clock timezone EST -5
clock summer-time EDT recurring
object-group service allowed_tcp tcp
port-object eq www
port-object eq https
port-object eq 8105
port-object eq 8404
object-group service allowed_udp udp
port-object eq 8001
object-group icmp-type icmp
icmp-object echo-reply
icmp-object unreachable
icmp-object time-exceeded
access-list 101 remark -ACCESS LIST 101 APPLIED TO OUTSIDEaccess-
access-list 101 remark -WAN to LANaccess-
access-list 101 remark -Allowed ICMP Pass-Thruaccess-
access-list 101 extended permit icmp any any object-group icmp
access-list 101 remark -Deny all other INBOUND traffic (Defaulted, but reassuran
ce)-
access-list 101 extended deny ip any any log alerts
access-list 102 remark -ACCESS LIST 102 APPLIED TO INSIDEaccess-
access-list 102 remark -LAN to WANaccess-
access-list 102 extended permit tcp any 192.168.100.0 255.255.255.0 object-group
allowed_tcp
access-list 102 extended permit udp any 192.168.100.0 255.255.255.0 object-group
allowed_udp
access-list 102 remark -Allowed ICMP Pass-Thruaccess-
access-list 102 extended permit icmp any any echo
access-list 102 extended permit icmp any any object-group icmp
access-list 102 remark -Deny all other OUTBOUND trafficaccess-
access-list 102 extended deny ip any any log alerts
access-list internet_access extended permit tcp any host 75.x.x.x eq www
pager lines 10
logging enable
logging timestamp
logging console alerts
logging monitor alerts
logging asdm informational
logging queue 500
mtu outside 1500
mtu inside 1500
mtu internet 1500
ip verify reverse-path interface outside
ip verify reverse-path interface inside
no failover
icmp deny any outside
icmp permit any echo inside
icmp permit any unreachable inside
icmp permit any time-exceeded inside
asdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0
static (inside,outside) tcp 75.x.x.x www 192.168.167.11 www netmask 255.255.
255.255
access-group 101 in interface outside
access-group 102 in interface inside
access-group internet_access in interface internet
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
timeout mgcp-pat 0:05:00 sip 0:30:00 sip_media 0:02:00
timeout uauth 0:05:00 absolute
http server enable
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
sysopt noproxyarp outside
sysopt noproxyarp inside
telnet timeout 1
ssh 192.168.100.0 255.255.255.0 inside
ssh timeout 60
console timeout 0
!
class-map inspection_default
match default-inspection-traffic
!
!
policy-map global_policy
class inspection_default
inspect dns maximum-length 512
inspect ftp
inspect h323 h225
inspect h323 ras
inspect rsh
inspect rtsp
inspect esmtp
inspect sqlnet
inspect skinny
inspect sunrpc
inspect xdmcp
inspect sip
inspect netbios
inspect tftp
inspect http
!
service-policy global_policy global
Cryptochecksum:cf2702cc08bdc9b3686d27b02a92f8db
: end