Hell0 Everyone,
My setup is as follows:
1) DSL Modem connected to outside interface of PIX515E. Outside interface of PIX receives IP (192.168.1.201) from modem's DHCP Server. Modem's private IP is 192.168.1.254.
2) Inside interface of PIX is connected to switch and routs off IPs 192.168.1.xxx to my private network.
My problem is that I would like to access my DSL modem's web interface from my inside network but can't with my current setup. I tried setting up a static route but I got a message from the ASDM stating "Cannot add route. Connected rout already exists".
Can anyone tell me what I am doing wrong?
Here is my running configuration:
: Saved
:
PIX Version 7.2(3)
!
hostname pixfirewall
domain-name default.domain.invalid
enable password .79Go66qBAqhH3S4 encrypted
names
!
interface Ethernet0
nameif outside
security-level 0
ip address dhcp setroute
!
interface Ethernet1
nameif inside
security-level 100
ip address 192.168.1.1 255.255.255.0
!
passwd 2KFQnbNIdI.2KYOU encrypted
ftp mode passive
dns domain-lookup inside
dns server-group DefaultDNS
name-server 192.168.2.254
name-server 192.168.1.1
domain-name default.domain.invalid
access-list RemoteUsers_splitTunnelAcl standard permit 192.168.1.0 255.255.255.0
access-list inside_nat0_outbound extended permit ip 192.168.1.0 255.255.255.0 192.168.2.0 255.255.255.128
pager lines 24
logging asdm informational
mtu outside 1500
mtu inside 1500
ip local pool RemoteClientPool 192.168.2.50-192.168.2.100 mask 255.255.255.0
no failover
monitor-interface outside
monitor-interface inside
icmp unreachable rate-limit 1 burst-size 1
asdm image flash:/asdm
no asdm history enable
arp timeout 14400
nat-control
global (outside) 101 interface
nat (inside) 0 access-list inside_nat0_outbound
nat (inside) 101 0.0.0.0 0.0.0.0 dns
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
http server enable
http 192.168.1.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 dynamic-map outside_dyn_map 20 set pfs
crypto dynamic-map outside_dyn_map 20 set transform-set ESP-3DES-SHA
crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_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
telnet timeout 5
ssh timeout 5
console timeout 0
dhcp-client client-id interface outside
dhcpd address 192.168.1.150-192.168.1.254 inside
dhcpd auto_config outside interface inside
dhcpd enable inside
!
!
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
group-policy RemoteUsers internal
group-policy RemoteUsers attributes
dns-server value 192.168.1.3 192.168.2.254
vpn-tunnel-protocol IPSec
split-tunnel-policy tunnelspecified
split-tunnel-network-list value RemoteUsers_splitTunnelAcl
username Extension password aVn0wgo4Di61tCCd encrypted privilege 0
username Extension attributes
vpn-group-policy RemoteUsers
tunnel-group RemoteUsers type ipsec-ra
tunnel-group RemoteUsers general-attributes
address-pool RemoteClientPool
default-group-policy RemoteUsers
tunnel-group RemoteUsers ipsec-attributes
pre-shared-key *
prompt hostname context
Cryptochecksum:949fef4baeef2edab68d072676c498c8
: end
asdm image flash:/asdm
no asdm history enable
My setup is as follows:
1) DSL Modem connected to outside interface of PIX515E. Outside interface of PIX receives IP (192.168.1.201) from modem's DHCP Server. Modem's private IP is 192.168.1.254.
2) Inside interface of PIX is connected to switch and routs off IPs 192.168.1.xxx to my private network.
My problem is that I would like to access my DSL modem's web interface from my inside network but can't with my current setup. I tried setting up a static route but I got a message from the ASDM stating "Cannot add route. Connected rout already exists".
Can anyone tell me what I am doing wrong?
Here is my running configuration:
: Saved
:
PIX Version 7.2(3)
!
hostname pixfirewall
domain-name default.domain.invalid
enable password .79Go66qBAqhH3S4 encrypted
names
!
interface Ethernet0
nameif outside
security-level 0
ip address dhcp setroute
!
interface Ethernet1
nameif inside
security-level 100
ip address 192.168.1.1 255.255.255.0
!
passwd 2KFQnbNIdI.2KYOU encrypted
ftp mode passive
dns domain-lookup inside
dns server-group DefaultDNS
name-server 192.168.2.254
name-server 192.168.1.1
domain-name default.domain.invalid
access-list RemoteUsers_splitTunnelAcl standard permit 192.168.1.0 255.255.255.0
access-list inside_nat0_outbound extended permit ip 192.168.1.0 255.255.255.0 192.168.2.0 255.255.255.128
pager lines 24
logging asdm informational
mtu outside 1500
mtu inside 1500
ip local pool RemoteClientPool 192.168.2.50-192.168.2.100 mask 255.255.255.0
no failover
monitor-interface outside
monitor-interface inside
icmp unreachable rate-limit 1 burst-size 1
asdm image flash:/asdm
no asdm history enable
arp timeout 14400
nat-control
global (outside) 101 interface
nat (inside) 0 access-list inside_nat0_outbound
nat (inside) 101 0.0.0.0 0.0.0.0 dns
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
http server enable
http 192.168.1.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 dynamic-map outside_dyn_map 20 set pfs
crypto dynamic-map outside_dyn_map 20 set transform-set ESP-3DES-SHA
crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_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
telnet timeout 5
ssh timeout 5
console timeout 0
dhcp-client client-id interface outside
dhcpd address 192.168.1.150-192.168.1.254 inside
dhcpd auto_config outside interface inside
dhcpd enable inside
!
!
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
group-policy RemoteUsers internal
group-policy RemoteUsers attributes
dns-server value 192.168.1.3 192.168.2.254
vpn-tunnel-protocol IPSec
split-tunnel-policy tunnelspecified
split-tunnel-network-list value RemoteUsers_splitTunnelAcl
username Extension password aVn0wgo4Di61tCCd encrypted privilege 0
username Extension attributes
vpn-group-policy RemoteUsers
tunnel-group RemoteUsers type ipsec-ra
tunnel-group RemoteUsers general-attributes
address-pool RemoteClientPool
default-group-policy RemoteUsers
tunnel-group RemoteUsers ipsec-attributes
pre-shared-key *
prompt hostname context
Cryptochecksum:949fef4baeef2edab68d072676c498c8
: end
asdm image flash:/asdm
no asdm history enable