I'm new to the ASA and can't figure out how to communicate between two inside interfaces with the same security level.
I have two subnets directly connected to the ASA along with a connection to an ISP. So far I have been able to get both subnets connected to the Internet(with PAT) but I can't get them to communicate with each other. Can someone please take a look at the config and see what I'm missing? Thanks for any help!
I have two subnets directly connected to the ASA along with a connection to an ISP. So far I have been able to get both subnets connected to the Internet(with PAT) but I can't get them to communicate with each other. Can someone please take a look at the config and see what I'm missing? Thanks for any help!
Code:
: Saved
:
ASA Version 8.2(1)
!
hostname router
domain-name router.local
enable password xxxxxxxxxxxxx encrypted
names
dns-guard
!
interface Ethernet0/0
shutdown
!
interface Ethernet0/1
nameif student1
security-level 100
ip address 192.168.222.1 255.255.255.0
!
interface Ethernet0/2
nameif isp
security-level 0
ip address dhcp setroute
!
interface Ethernet0/3
nameif student2
security-level 100
ip address 192.168.2.1 255.255.255.0
!
interface Management0/0
nameif management
security-level 100
ip address 10.0.0.1 255.255.255.0
management-only
!
boot system disk0:/asa821-k8.bin
ftp mode passive
clock timezone CST -6
clock summer-time CDT recurring
dns server-group DefaultDNS
domain-name router.local
same-security-traffic permit inter-interface
pager lines 22
logging asdm informational
mtu student1 1500
mtu isp 1500
mtu student2 1500
mtu management 1500
no failover
icmp unreachable rate-limit 1 burst-size 1
asdm image disk0:/asdm-621.bin
no asdm history enable
arp timeout 14400
global (isp) 1 interface
nat (student1) 1 192.168.222.0 255.255.255.0
nat (student2) 1 192.168.2.0 255.255.255.0
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 authentication enable console LOCAL
aaa authentication http console LOCAL
aaa authentication serial console LOCAL
aaa authentication ssh console LOCAL
aaa authentication telnet console LOCAL
http server enable
http 192.168.2.0 255.255.255.0 student2
http 10.0.0.0 255.255.255.0 management
http 192.168.222.0 255.255.255.0 student1
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 timeout 5
ssh 192.168.222.0 255.255.255.0 student1
ssh 192.168.2.0 255.255.255.0 student2
ssh 10.0.0.0 255.255.255.0 management
ssh timeout 5
console timeout 0
dhcp-client client-id interface isp
dhcpd address 192.168.222.100-192.168.222.200 student1
dhcpd auto_config isp interface student1
dhcpd enable student1
!
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 migrated_dns_map_1
parameters
message-length maximum 512
policy-map global_policy
class inspection_default
inspect dns migrated_dns_map_1
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:1e94eb61fbc8a9da6ce2d3f4759f14c4
: end