Hello, I have configuerd a ASA 5505 to connect to our network. I have been able to get it to work using dynamic ip from the ISP but I can not get it to work with the locations that have static ip's from the ISP.
Thanks for your help.
Randy
here is the config
ASA Version 8.0(3)
!
hostname ************
domain-name ***************
enable password **************** encrypted
names
!
interface Vlan1
description inside Vlan Interface
nameif inside
security-level 100
ip address 172.31.2.1 255.255.255.0
!
interface Vlan2
description ASA Outside Interface
nameif outside
security-level 0
ip address 69.152.***.*** 255.255.***.***
!
interface Ethernet0/0
description Outside Interface
switchport access vlan 2
!
interface Ethernet0/1
!
interface Ethernet0/2
!
interface Ethernet0/3
!
interface Ethernet0/4
!
interface Ethernet0/5
description Cisco Switch port 24
!
interface Ethernet0/6
!
interface Ethernet0/7
!
passwd **************** encrypted
banner motd UNAUTHORIZED ACCESS TO THIS NETWORK DEVICE IS PROHIBITED. You must have
banner motd explicit permission to access or configure this device. All activities
banner motd performed on this device may be logged, and violations of this policy may
banner motd result in disciplinary action, and may be reported to law enforcement.
banner motd There is no right to privacy on this device.
boot system disk0:/asa803-k8.bin
ftp mode passive
clock timezone CST -6
clock summer-time CDT recurring
dns server-group DefaultDNS
domain-name ****************
object-group icmp-type DefaultICMP
description Default ICMP Types Permitted
icmp-object echo-reply
icmp-object time-exceeded
icmp-object unreachable
access-list acl_out remark Outside ACL - Permits Inbound traffic from the Internet
access-list acl_out extended permit icmp any any object-group DefaultICMP
access-list acl-outside remark Radmin inbound
access-list acl-outside extended permit tcp any host 65.69.***.*** eq 4899
access-list fromoutside extended permit tcp any host 69.152.***.*** eq www
access-list fromoutside extended permit tcp any host 69.152.***.*** eq https
access-list fromoutside extended permit tcp any host 69.152.***.*** eq smtp
pager lines 24
logging asdm informational
mtu inside 1500
mtu outside 1500
icmp unreachable rate-limit 1 burst-size 1
asdm image disk0:/asdm-603.bin
no asdm history enable
arp timeout 14400
global (outside) 10 interface
nat (inside) 1 0.0.0.0 0.0.0.0
static (inside,outside) 69.152.***.*** 172.31.2.1 netmask 255.255.255.255 tcp 0 120
access-group fromoutside in interface outside
route outside 0.0.0.0 0.0.0.0 66.55.***.*** 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
dynamic-access-policy-record DfltAccessPolicy
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
telnet timeout 5
ssh 65.69.***.*** 255.255.***.*** outside
ssh 10.10.***.*** 255.255.255.0 outside
ssh 10.10.***.*** 255.255.255.0 outside
ssh timeout 30
console timeout 0
management-access inside
dhcpd dns 10.10.***.*** 10.10.***.***
dhcpd lease 604800
dhcpd domain **************
dhcpd option 150 ip 10.10.***.*** 10.10.***.***
!
dhcpd address 172.31.2.20-172.31.2.35 inside
dhcpd enable inside
!
vpnclient server 65.69.***.***
vpnclient mode network-extension-mode
vpnclient nem-st-autoconnect
vpnclient vpngroup ********* password ********
vpnclient username ********* password ********
vpnclient management clear
vpnclient enable
threat-detection basic-threat
threat-detection statistics access-list
ntp server 10.10.***.*** source inside
username ********** password **************** encrypted privilege 15
!
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
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
!
service-policy global_policy global
prompt hostname context
Cryptochecksum:8fa8f7383fd83eb5337207f4424d14d6
: end
Thanks for your help.
Randy
here is the config
ASA Version 8.0(3)
!
hostname ************
domain-name ***************
enable password **************** encrypted
names
!
interface Vlan1
description inside Vlan Interface
nameif inside
security-level 100
ip address 172.31.2.1 255.255.255.0
!
interface Vlan2
description ASA Outside Interface
nameif outside
security-level 0
ip address 69.152.***.*** 255.255.***.***
!
interface Ethernet0/0
description Outside Interface
switchport access vlan 2
!
interface Ethernet0/1
!
interface Ethernet0/2
!
interface Ethernet0/3
!
interface Ethernet0/4
!
interface Ethernet0/5
description Cisco Switch port 24
!
interface Ethernet0/6
!
interface Ethernet0/7
!
passwd **************** encrypted
banner motd UNAUTHORIZED ACCESS TO THIS NETWORK DEVICE IS PROHIBITED. You must have
banner motd explicit permission to access or configure this device. All activities
banner motd performed on this device may be logged, and violations of this policy may
banner motd result in disciplinary action, and may be reported to law enforcement.
banner motd There is no right to privacy on this device.
boot system disk0:/asa803-k8.bin
ftp mode passive
clock timezone CST -6
clock summer-time CDT recurring
dns server-group DefaultDNS
domain-name ****************
object-group icmp-type DefaultICMP
description Default ICMP Types Permitted
icmp-object echo-reply
icmp-object time-exceeded
icmp-object unreachable
access-list acl_out remark Outside ACL - Permits Inbound traffic from the Internet
access-list acl_out extended permit icmp any any object-group DefaultICMP
access-list acl-outside remark Radmin inbound
access-list acl-outside extended permit tcp any host 65.69.***.*** eq 4899
access-list fromoutside extended permit tcp any host 69.152.***.*** eq www
access-list fromoutside extended permit tcp any host 69.152.***.*** eq https
access-list fromoutside extended permit tcp any host 69.152.***.*** eq smtp
pager lines 24
logging asdm informational
mtu inside 1500
mtu outside 1500
icmp unreachable rate-limit 1 burst-size 1
asdm image disk0:/asdm-603.bin
no asdm history enable
arp timeout 14400
global (outside) 10 interface
nat (inside) 1 0.0.0.0 0.0.0.0
static (inside,outside) 69.152.***.*** 172.31.2.1 netmask 255.255.255.255 tcp 0 120
access-group fromoutside in interface outside
route outside 0.0.0.0 0.0.0.0 66.55.***.*** 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
dynamic-access-policy-record DfltAccessPolicy
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
telnet timeout 5
ssh 65.69.***.*** 255.255.***.*** outside
ssh 10.10.***.*** 255.255.255.0 outside
ssh 10.10.***.*** 255.255.255.0 outside
ssh timeout 30
console timeout 0
management-access inside
dhcpd dns 10.10.***.*** 10.10.***.***
dhcpd lease 604800
dhcpd domain **************
dhcpd option 150 ip 10.10.***.*** 10.10.***.***
!
dhcpd address 172.31.2.20-172.31.2.35 inside
dhcpd enable inside
!
vpnclient server 65.69.***.***
vpnclient mode network-extension-mode
vpnclient nem-st-autoconnect
vpnclient vpngroup ********* password ********
vpnclient username ********* password ********
vpnclient management clear
vpnclient enable
threat-detection basic-threat
threat-detection statistics access-list
ntp server 10.10.***.*** source inside
username ********** password **************** encrypted privilege 15
!
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
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
!
service-policy global_policy global
prompt hostname context
Cryptochecksum:8fa8f7383fd83eb5337207f4424d14d6
: end