Hello,
I have a cisco pix 506e firewall configured for pptp connections. I can get connected to my pptp connection (I am using Microsoft's VPN, not cisco's) and access all my internal ip addresses with the exception of the pix itself. I am also unable to surf the internet while I am connected to the vpn. My questions are...
1) How can I get it to be able to surf when connected to my vpn? (most important)
2) How can I gain direct access to my pix when I am vpn'd in? Obviously, this question isn't as important since I can connect to an internal host then get to my pix, but out of sheer curiousity.
Config Posted Below
--------------------------
----------
----------
----------
----------
----------
---------
SHS-PIX# sh run
: Saved
:
PIX Version 6.3(4)
interface ethernet0 auto
interface ethernet1 auto
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password YPalG4UB/egvoNsQ encrypted
passwd YPalG4UB/egvoNsQ encrypted
hostname SHS-PIX
domain-name *REMOVED*
fixup protocol dns maximum-length 512
fixup protocol ftp 21
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol http 80
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol sip 5060
fixup protocol sip udp 5060
fixup protocol skinny 2000
no fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol tftp 69
names
access-list outbound_traffic permit tcp any any eq ssh
access-list outbound_traffic permit tcp any any eq telnet
access-list outbound_traffic permit tcp any any eq ftp-data
access-list outbound_traffic permit tcp any any eq ftp
access-list outbound_traffic permit tcp any any eq domain
access-list outbound_traffic permit udp any any eq domain
access-list outbound_traffic permit tcp any any eq www
access-list outbound_traffic permit tcp any any eq smtp
access-list outbound_traffic permit tcp any any eq pop3
access-list outbound_traffic permit tcp any any eq https
access-list outbound_traffic permit icmp any any
access-list outbound_traffic deny tcp any any
access-list outbound_traffic deny udp any any
access-list inbound_traffic permit icmp any any
access-list inbound_traffic permit tcp any host *REMOVED* eq telnet
access-list VPNAccessList permit ip any 192.168.100.0 255.255.255.0
pager lines 24
logging on
logging trap debugging
logging host inside 192.168.1.5
logging host inside 192.168.1.254
mtu outside 1500
mtu inside 1500
ip address outside *REMOVED* 255.255.255.128
ip address inside 192.168.1.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool VPNPool 192.168.100.10-192.168.100
.100
pdm location 192.168.1.5 255.255.255.255 inside
pdm location 192.168.1.254 255.255.255.255 inside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 *REMOVED*
nat (inside) 0 access-list VPNAccessList
nat (inside) 1 192.168.1.0 255.255.255.0 0 0
static (inside,outside) *REMOVED* 192.168.1.254 netmask 255.255.255.255 0 0
access-group inbound_traffic in interface outside
access-group outbound_traffic in interface inside
route outside 0.0.0.0 0.0.0.0 *REMOVED* 1
timeout xlate 0:05:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00
timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server TACACS+ max-failed-attempts 3
aaa-server TACACS+ deadtime 10
aaa-server RADIUS protocol radius
aaa-server RADIUS max-failed-attempts 3
aaa-server RADIUS deadtime 10
aaa-server LOCAL protocol local
http server enable
http 192.168.1.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
sysopt connection permit-pptp
telnet 192.168.1.0 255.255.255.0 inside
telnet timeout 5
ssh 192.168.1.0 255.255.255.0 inside
ssh timeout 5
console timeout 0
vpdn group PPTP-VPDN-GROUP accept dialin pptp
vpdn group PPTP-VPDN-GROUP ppp authentication chap
vpdn group PPTP-VPDN-GROUP ppp authentication mschap
vpdn group PPTP-VPDN-GROUP ppp encryption mppe auto
vpdn group PPTP-VPDN-GROUP client configuration address local VPNPool
vpdn group PPTP-VPDN-GROUP client configuration dns 192.168.1.5 208.247.248.5
vpdn group PPTP-VPDN-GROUP client configuration wins 192.168.1.5 192.168.1.6
vpdn group PPTP-VPDN-GROUP pptp echo 60
vpdn group PPTP-VPDN-GROUP client authentication local
vpdn username *REMOVED* password *********
vpdn enable outside
terminal width 80
Cryptochecksum:d53d3d6b4ec
c644f3b112
a2a6e22945
e
: end
SHS-PIX#
--------------------------
----------
----------
----------
----------
----------
---------
Thanks in advance for your help.
Daniel
Start Free Trial