Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASA 5505 Mulitple Internal VLANS

Status
Not open for further replies.

bourgr

IS-IT--Management
Jul 27, 2010
3
US
I will try to be as clear as possible.

I have 1 internet connection splint between 4 seperate vlans that do not and cannot access each other,
inside1- 192.168.1.1 255.255.255.0
inside2- 192.168.2.1 255.255.255.0
inside3- 192.168.3.1 255.255.255.0
inside4- 192.168.4.1 255.255.255.0

plus 1 extra inside5 (192.168.0.1)for access to a call monitor system. the call monitor IP is 192.168.0.14

Everyone must be able access VLAN inside5 and this vlan does not need internet. Currently they all access the interent. I had this working before, but had a failure and had to make some changes and now no one can access VLAN5. I did not have a copy of the old config.

I don't have the config to post just yet but it will follow shortly.

Thanks,
Robert
 
Here is the current configuration:

: Saved
:
ASA Version 7.2(4)
!
hostname ciscoasa
domain-name default.domain.invalid
enable password Azqh42CoLNOBTDQP encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
names
name 192.168.0.0 NortelPhoneSystem
!
interface Vlan1
nameif inside1
security-level 100
ip address 192.168.1.1 255.255.255.0
!
interface Vlan2
nameif outside
security-level 0
ip address 12.53.255.27 255.255.255.248
!
interface Vlan12
nameif inside2
security-level 100
ip address 192.168.2.1 255.255.255.0
!
interface Vlan22
nameif inside3
security-level 100
ip address 192.168.3.1 255.255.255.0
!
interface Vlan32
nameif inside4
security-level 100
ip address 192.168.4.1 255.255.255.0
!
interface Vlan42
nameif DMZ
security-level 50
ip address 192.168.0.2 255.255.255.0
!
interface Ethernet0/0
switchport access vlan 2
!
interface Ethernet0/1
!
interface Ethernet0/2
switchport access vlan 12
!
interface Ethernet0/3
switchport access vlan 22
!
interface Ethernet0/4
switchport access vlan 32
!
interface Ethernet0/5
switchport access vlan 42
!
interface Ethernet0/6
!
interface Ethernet0/7
!
ftp mode passive
dns domain-lookup outside
dns server-group DefaultDNS
name-server 12.127.16.67
name-server 12.127.16.68
domain-name default.domain.invalid
same-security-traffic permit intra-interface
object-group service pop3995 tcp
description special pop3
port-object eq pop3
object-group protocol TCPUDP
protocol-object udp
protocol-object tcp
object-group service rdp tcp
port-object eq 3389
access-list inside3_access_in extended permit ip any any
access-list inside4_access_in extended permit ip any any
access-list inside2_access_in extended permit ip any any
access-list outside_access_in extended permit ip any any
access-list outside_access_in extended permit tcp any any object-group rdp
access-list inside_access_in extended permit tcp 192.168.1.0 255.255.255.0 any eq 995
access-list inside_access_in extended permit tcp 192.168.1.0 255.255.255.0 any eq smtp
access-list inside1_access_out extended permit tcp any object-group pop3995 any object-group pop3995
access-list DMZ_access_in extended permit ip any any
access-list inside1_access_in extended permit ip any any
pager lines 24
logging asdm informational
mtu inside1 1500
mtu outside 1500
mtu inside2 1500
mtu inside3 1500
mtu inside4 1500
mtu DMZ 1500
no failover
monitor-interface inside1
monitor-interface outside
monitor-interface inside2
monitor-interface inside3
monitor-interface inside4
monitor-interface DMZ
icmp unreachable rate-limit 1 burst-size 1
asdm image disk0:/asdm-524.bin
no asdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside1) 1 0.0.0.0 0.0.0.0
nat (inside2) 1 0.0.0.0 0.0.0.0
nat (inside3) 1 0.0.0.0 0.0.0.0
nat (inside4) 1 0.0.0.0 0.0.0.0
static (inside1,outside) tcp 192.168.1.0 995 192.168.1.0 995 netmask 255.255.255.0
static (inside1,outside) tcp interface 3389 192.168.1.10 3389 netmask 255.255.255.255
static (inside1,DMZ) NortelPhoneSystem 192.168.1.0 netmask 255.255.255.0
access-group inside1_access_in in interface inside1
access-group inside1_access_out out interface inside1
access-group outside_access_in in interface outside
access-group DMZ_access_in in interface DMZ
route outside 0.0.0.0 0.0.0.0 12.53.255.25 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
http server enable
http 192.168.1.0 255.255.255.0 inside1
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
telnet 192.168.1.0 255.255.255.0 inside1
telnet timeout 5
ssh timeout 5
console timeout 0
dhcpd auto_config outside
!
dhcpd address 192.168.1.2-192.168.1.129 inside1
dhcpd dns 12.127.16.67 12.127.16.68 interface inside1
dhcpd enable inside1
!
dhcpd address 192.168.2.2-192.168.2.129 inside2
dhcpd dns 12.127.16.67 12.127.16.68 interface inside2
dhcpd enable inside2
!
dhcpd address 192.168.3.2-192.168.3.129 inside3
dhcpd dns 12.127.16.67 12.127.16.68 interface inside3
dhcpd enable inside3
!
dhcpd address 192.168.4.2-192.168.4.10 inside4
dhcpd dns 12.127.16.67 12.127.16.68 interface inside4
dhcpd enable inside4
!

!
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:204db8e4269bc7d520251f5f8f0f7c51
: end
asdm image disk0:/asdm-524.bin
asdm location NortelPhoneSystem 255.255.255.255 inside1
no asdm history enable
 
remove this line:
Code:
access-group inside1_access_out out interface inside1
and then see if you can access the call recording device from a system on the inside1 interface.

I hate all Uppercase... I don't want my groups to seem angry at me all the time! =)
- ColdFlame (vbscript forum)
 
I finally fixed it. I was able to edit the Nat policy to include the DMZ (inside5) the same as the outside nat. so that all VLANs could access the inside5 vlan. I also edited the Security Policy so that the vlan would allow any tcp or ip incoming.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top