01-28-2011 06:10 AM - edited 03-11-2019 12:41 PM
Need help. Thanks in advanced
: Saved
:
ASA Version 8.3(1)
!
hostname asafchavez
domain-name farmaciachavez.com.bo
enable password 6Jfo5anznhoG00fM encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
names
!
interface Ethernet0/0
nameif outside
security-level 0
ip address 200.87.200.163 255.255.255.248
!
interface Ethernet0/1
nameif inside
security-level 100
ip address 192.168.0.254 255.255.255.0
!
interface Ethernet0/2
nameif Inside1
security-level 100
ip address 192.168.100.254 255.255.255.0
!
interface Ethernet0/3
shutdown
no nameif
no security-level
no ip address
!
interface Management0/0
nameif management
security-level 100
ip address 192.168.1.1 255.255.255.0
management-only
!
ftp mode passive
clock timezone BOT -4
dns server-group DefaultDNS
domain-name farmaciachavez.com.bo
same-security-traffic permit inter-interface
same-security-traffic permit intra-interface
object-group protocol TCPUDP
protocol-object udp
protocol-object tcp
access-list inside_access_out extended permit ip host 192.168.0.0 host 192.168.
access-list global_access extended permit ip 192.168.100.0 255.255.255.0 200.87
access-list Inside1_access_out extended permit ip host 192.168.100.0 host 192.1
access-list outside_access_in extended permit ip any host 192.168.100.0
pager lines 24
logging enable
logging asdm informational
mtu management 1500
mtu outside 1500
mtu inside 1500
mtu Inside1 1500
icmp unreachable rate-limit 1 burst-size 1
asdm history enable
arp timeout 14400
nat (management,inside) source dynamic any interface
access-group outside_access_in in interface outside
access-group inside_access_out out interface inside
access-group Inside1_access_out out interface Inside1
access-group global_access global
route outside 0.0.0.0 0.0.0.0 200.87.200.161 1
route inside 192.168.2.0 255.255.255.0 192.168.0.253 1
route inside 192.168.3.0 255.255.255.0 192.168.0.253 1
route inside 192.168.4.0 255.255.255.0 192.168.0.253 1
route inside 192.168.5.0 255.255.255.0 192.168.0.253 1
route inside 192.168.6.0 255.255.255.0 192.168.0.253 1
route inside 192.168.7.0 255.255.255.0 192.168.0.253 1
route inside 192.168.8.0 255.255.255.0 192.168.0.253 1
route inside 192.168.9.0 255.255.255.0 192.168.0.253 1
route inside 192.168.10.0 255.255.255.0 192.168.0.253 1
route inside 192.168.11.0 255.255.255.0 192.168.0.253 1
route inside 192.168.12.0 255.255.255.0 192.168.0.253 1
route inside 192.168.13.0 255.255.255.0 192.168.0.253 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 sip-provisional-media 0:02:00 uauth 0:05:00 absolute
timeout tcp-proxy-reassembly 0:01:00
dynamic-access-policy-record DfltAccessPolicy
http server enable
http 192.168.1.0 255.255.255.0 management
http 192.168.100.0 255.255.255.0 Inside1
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
crypto ipsec security-association lifetime seconds 28800
crypto ipsec security-association lifetime kilobytes 4608000
telnet 192.168.100.0 255.255.255.0 Inside1
telnet timeout 5
ssh 192.168.100.0 255.255.255.0 Inside1
ssh timeout 5
console timeout 0
dhcpd address 192.168.1.2-192.168.1.254 management
dhcpd enable management
!
dhcpd address 192.168.0.10-192.168.0.200 inside
dhcpd domain farmaciachavez.com.bo interface inside
dhcpd enable inside
!
threat-detection basic-threat
threat-detection statistics access-list
no threat-detection statistics tcp-intercept
webvpn
!
class-map inspection_default
match default-inspection-traffic
!
!
policy-map type inspect dns preset_dns_map
parameters
message-length maximum client auto
message-length maximum 512
policy-map global_policy
class inspection_default
inspect dns preset_dns_map
parameters
message-length maximum client auto
message-length maximum 512
policy-map global_policy
class inspection_default
inspect dns preset_dns_map
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 ip-options
!
service-policy global_policy global
prompt hostname context
Cryptochecksum:e87f1d502c69644c12072bedd149a47c
:end
01-28-2011 07:01 AM
You need to correct nat and global statements to get it working. Something like:
global (outside) 1 interface
nat (inside) 1 192.168.0.0 255.255.240.0
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