Link to home
Start Free TrialLog in
Avatar of OCwaste2
OCwaste2Flag for United States of America

asked on

Cisco ASA 5505 -connection of 3 phone lines into the VOIP service

We are trying to connect three VOIP phones, two that are supposed to be used externally from someone's office and one that is supposed to be used within the office.  The issue we are running into is that from within the office we can use to the phones just fine, but from outside the office, the phones are not operational.  From what I understand, they are supposed to be connected to the office VOIP from the two user's homes.  So they would someone need to be connected back into the office...maybe an ACL modification or creation is needed?  

Any ideas?

This is being configured through the ASDM, so whatever solution you might offer needs to be done through the ASDM.

Avatar of OCwaste2
OCwaste2
Flag of United States of America image

ASKER

I'm assuming that we are going to have to make some modifications on the NAT and/or Firewall, but don't know exactly.

Help!
This is the current config on the ASA:

ASA Version 8.0(4)28
!
hostname ciscoasa
domain-name localdomain
enable password c6jyg1WBBc4VS5Yn encrypted
passwd c6jyg1WBBc4VS5Yn encrypted
names
name 12.230.33.35 AllWorx description AllWorx
!
interface Vlan1
 nameif inside
 security-level 100
 ip address 10.0.0.1 255.255.255.0
!
interface Vlan2
 nameif outside
 security-level 0
 ip address 12.230.33.34 255.255.255.240
!
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
!
boot system disk0:/asa804-28-k8.bin
ftp mode passive
dns server-group DefaultDNS
 domain-name localdomain
same-security-traffic permit intra-interface
object-group service DM_INLINE_TCP_1 tcp
 port-object eq https
 port-object eq ssh
object-group service rdp tcp
 port-object eq 3389
object-group service PhoneSystemPorts
 description Ports used for remote phones
 service-object tcp eq 8081
 service-object udp eq 15500
 service-object udp eq 15501
 service-object udp eq 15502
 service-object udp eq 15503
 service-object udp eq 15504
 service-object udp eq 15505
 service-object udp eq 15506
 service-object udp eq 15507
 service-object udp eq 15508
 service-object udp eq 15509
 service-object udp eq 15510
 service-object udp eq 15511
 service-object udp eq 2088
 service-object udp eq sip
access-list interimvpn_splitTunnelAcl standard permit 10.0.0.0 255.255.255.0
access-list inside_nat0_outbound extended permit ip 10.0.0.0 255.255.255.0 10.0.0.96 255.255.255.224
access-list outside_access_in extended permit tcp any any object-group DM_INLINE_TCP_1
access-list outside_access_in extended permit icmp any any echo-reply
access-list outside_access_in remark AllWorx Voice Gateway
access-list outside_access_in extended permit ip any host AllWorx
pager lines 24
logging enable
logging asdm informational
mtu inside 1500
mtu outside 1500
ip local pool vpnclients 10.0.0.100-10.0.0.119 mask 255.255.255.0
icmp unreachable rate-limit 1 burst-size 1
asdm image disk0:/asdm-61557.bin
no asdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list inside_nat0_outbound
nat (inside) 1 10.0.0.0 255.255.255.0 dns
nat (inside) 1 0.0.0.0 0.0.0.0 dns
static (inside,outside) tcp interface 3389 10.0.0.21 3389 netmask 255.255.255.255  dns
static (inside,outside) AllWorx 10.0.0.20 netmask 255.255.255.255 dns
access-group outside_access_in in interface outside
route outside 0.0.0.0 0.0.0.0 12.230.33.33 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
aaa-server interimescrow protocol radius
aaa-server interimescrow (inside) host 10.0.0.21
 timeout 5
 key rm232x!#@
aaa authentication http console LOCAL
aaa authentication serial console LOCAL
aaa authentication ssh console LOCAL
aaa authentication telnet console LOCAL
aaa authorization command LOCAL
aaa authorization exec authentication-server
http server enable
http 0.0.0.0 0.0.0.0 outside
http 10.0.0.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
crypto ipsec transform-set ESP-AES-256-MD5 esp-aes-256 esp-md5-hmac
crypto ipsec transform-set ESP-DES-SHA esp-des esp-sha-hmac
crypto ipsec transform-set ESP-DES-MD5 esp-des esp-md5-hmac
crypto ipsec transform-set ESP-AES-192-MD5 esp-aes-192 esp-md5-hmac
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
crypto ipsec transform-set ESP-AES-256-SHA esp-aes-256 esp-sha-hmac
crypto ipsec transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac
crypto ipsec transform-set ESP-AES-192-SHA esp-aes-192 esp-sha-hmac
crypto ipsec transform-set ESP-AES-128-MD5 esp-aes esp-md5-hmac
crypto ipsec security-association lifetime seconds 28800
crypto ipsec security-association lifetime kilobytes 4608000
crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set pfs
crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set transform-set ESP-AES-128-SHA ESP-AES-128-MD5 ESP-AES-192-SHA ESP-AES-192-MD5 ESP-AES-256-SHA ESP-AES-256-MD5 ESP-3DES-SHA ESP-3DES-MD5 ESP-DES-SHA ESP-DES-MD5
crypto map outside_map 65535 ipsec-isakmp dynamic SYSTEM_DEFAULT_CRYPTO_MAP
crypto map outside_map interface outside
crypto isakmp enable outside
crypto isakmp policy 10
 authentication pre-share
 encryption 3des
 hash sha
 group 2
 lifetime 86400
no crypto isakmp nat-traversal
telnet timeout 5
ssh timeout 5
console timeout 0
dhcpd auto_config outside
!
threat-detection basic-threat
threat-detection statistics access-list
no threat-detection statistics tcp-intercept
group-policy interimvpn internal
group-policy interimvpn attributes
 dns-server value 10.0.0.21 4.2.2.2
 vpn-tunnel-protocol IPSec l2tp-ipsec
 ip-comp enable
 ipsec-udp enable
 split-tunnel-policy tunnelspecified
 split-tunnel-network-list value interimvpn_splitTunnelAcl
 default-domain value interimescrow.local
username sacaadmin password LBsdEqx1Ba4dweI9 encrypted privilege 15
username mike password 9qDbivI/YwDogSWA encrypted
username mike attributes
 service-type remote-access
username admin password H7Jm4cVkHgYSfzqg encrypted privilege 15
username clayton password F.K8dNWSYoCC1R7Z encrypted
username clayton attributes
 service-type remote-access
tunnel-group interimvpn type remote-access
tunnel-group interimvpn general-attributes
 address-pool vpnclients
 default-group-policy interimvpn
tunnel-group interimvpn ipsec-attributes
 pre-shared-key *
!
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
privilege cmd level 3 mode exec command perfmon
privilege cmd level 3 mode exec command ping
privilege cmd level 3 mode exec command who
privilege cmd level 3 mode exec command logging
privilege cmd level 3 mode exec command failover
privilege show level 5 mode exec command import
privilege show level 5 mode exec command running-config
privilege show level 3 mode exec command reload
privilege show level 3 mode exec command mode
privilege show level 3 mode exec command firewall
privilege show level 3 mode exec command interface
privilege show level 3 mode exec command clock
privilege show level 3 mode exec command dns-hosts
privilege show level 3 mode exec command access-list
privilege show level 3 mode exec command logging
privilege show level 3 mode exec command ip
privilege show level 3 mode exec command failover
privilege show level 3 mode exec command asdm
privilege show level 3 mode exec command arp
privilege show level 3 mode exec command route
privilege show level 3 mode exec command ospf
privilege show level 3 mode exec command aaa-server
privilege show level 3 mode exec command aaa
privilege show level 3 mode exec command eigrp
privilege show level 3 mode exec command crypto
privilege show level 3 mode exec command vpn-sessiondb
privilege show level 3 mode exec command ssh
privilege show level 3 mode exec command dhcpd
privilege show level 3 mode exec command vpnclient
privilege show level 3 mode exec command vpn
privilege show level 3 mode exec command blocks
privilege show level 3 mode exec command wccp
privilege show level 3 mode exec command webvpn
privilege show level 3 mode exec command uauth
privilege show level 3 mode exec command compression
privilege show level 3 mode configure command interface
privilege show level 3 mode configure command clock
privilege show level 3 mode configure command access-list
privilege show level 3 mode configure command logging
privilege show level 3 mode configure command ip
privilege show level 3 mode configure command failover
privilege show level 5 mode configure command asdm
privilege show level 3 mode configure command arp
privilege show level 3 mode configure command route
privilege show level 3 mode configure command aaa-server
privilege show level 3 mode configure command aaa
privilege show level 3 mode configure command crypto
privilege show level 3 mode configure command ssh
privilege show level 3 mode configure command dhcpd
privilege show level 5 mode configure command privilege
privilege clear level 3 mode exec command dns-hosts
privilege clear level 3 mode exec command logging
privilege clear level 3 mode exec command arp
privilege clear level 3 mode exec command aaa-server
privilege clear level 3 mode exec command crypto
privilege cmd level 3 mode configure command failover
privilege clear level 3 mode configure command logging
privilege clear level 3 mode configure command arp
privilege clear level 3 mode configure command crypto
privilege clear level 3 mode configure command aaa-server
prompt hostname context
: end
ASKER CERTIFIED SOLUTION
Avatar of Pro4ia
Pro4ia

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