Hello All thanks in advance for reading and offering any advice.
I have a 501 Pix that That is set to port forward to a couple of different servers on the inside and via a single outside address and would like to set up simple (for now) PPTP vpn i can get the vpn connection to connect but then can only ping the outside interface of the pix . I am alot more used to standard IOS cisco stuff but here is my config
PIX Version 6.3(4)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password 8Ry2YjIyt7RRXU24 encrypted
passwd IuI5CCM15nQYXrsD encrypted
hostname pixfirewall
domain-name any.domain.net
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 pptp 1723
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol sip 5060
fixup protocol sip udp 5060
fixup protocol skinny 2000
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol tftp 69
names
access-list inbound_traffic permit tcp any any eq ftp-data
access-list inbound_traffic permit tcp any any eq ftp
access-list inbound_traffic permit tcp any any eq ssh
access-list inbound_traffic permit tcp any any eq smtp
access-list inbound_traffic permit tcp any any eq domain
access-list inbound_traffic permit udp any any eq domain
access-list inbound_traffic permit tcp any any eq www
access-list inbound_traffic permit tcp any any eq pop3
access-list inbound_traffic permit tcp any any eq 587
access-list inbound_traffic permit tcp any any eq 3389
access-list inbound_traffic permit icmp any any
access-list inbound_traffic permit tcp any any eq 22000
access-list outbound_traffic permit icmp any any
access-list outbound_traffic permit tcp any any
access-list outbound_traffic permit ip any any
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside 10.11.4.2 255.0.0.0
ip address inside 192.168.10.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool pptp-pool 192.168.11.1-192.168.11.25
pdm location 192.168.0.0 255.255.0.0 inside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 1 192.168.0.0 255.255.0.0 0 0
static (inside,outside) tcp interface ftp-data 192.168.1.195 ftp-data netmask 255.255.255.255 0 0
static (inside,outside) tcp interface ftp 192.168.1.195 ftp netmask 255.255.255.255 0 0
static (inside,outside) tcp interface ssh 192.168.10.5 ssh netmask 255.255.255.255 0 0
static (inside,outside) tcp interface smtp 192.168.1.194 smtp netmask 255.255.255.255 0 0
static (inside,outside) tcp interface pop3 192.168.1.194 pop3 netmask 255.255.255.255 0 0
static (inside,outside) tcp interface 587 192.168.1.194 587 netmask 255.255.255.255 0 0
static (inside,outside) tcp interface domain 192.168.1.194 domain netmask 255.255.255.255 0 0
static (inside,outside) udp interface domain 192.168.1.194 domain netmask 255.255.255.255 0 0
static (inside,outside) tcp interface 255.255.255.255 0 0
static (inside,outside) tcp interface 3389 192.168.1.194 3389 netmask 255.255.255.255 0 0
static (inside,outside) tcp interface 22000 192.168.1.195 22000 netmask 255.255.255.255 0 0
static (inside,outside) 192.168.11.0 192.168.11.0 netmask 255.255.255.0 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 10.11.1.254 1
route inside 192.168.0.0 255.255.0.0 192.168.10.2 1
route outside 192.168.11.0 255.255.255.0 192.168.10.2 0
route outside 192.168.11.0 255.255.255.0 192.168.10.1 1
timeout xlate 3:00: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 radius-authport 1812
aaa-server radius-acctport 1813
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
aaa-server vpn protocol radius
aaa-server vpn max-failed-attempts 3
aaa-server vpn deadtime 10
aaa-server vpn (inside) host 192.168.1.195 secretpassword timeout 5
ntp server 192.168.1.198 source inside
http server enable
http 192.168.0.0 255.255.0.0 inside
snmp-server host inside 192.168.1.195
snmp-server host inside 192.168.1.196
no snmp-server location
no snmp-server contact
snmp-server community zeusoft
snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
sysopt connection permit-pptp
telnet 192.168.0.0 255.255.0.0 inside
telnet timeout 5
ssh timeout 5
console timeout 0
vpdn group mygroup accept dialin pptp
vpdn group mygroup ppp authentication mschap
vpdn group mygroup ppp encryption mppe 128 required
vpdn group mygroup client configuration address local pptp-pool
vpdn group mygroup pptp echo 60
vpdn group mygroup client authentication local
vpdn username user1 password *********
vpdn username user2 password *********
vpdn enable outside
terminal width 120
I have a 501 Pix that That is set to port forward to a couple of different servers on the inside and via a single outside address and would like to set up simple (for now) PPTP vpn i can get the vpn connection to connect but then can only ping the outside interface of the pix . I am alot more used to standard IOS cisco stuff but here is my config
PIX Version 6.3(4)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password 8Ry2YjIyt7RRXU24 encrypted
passwd IuI5CCM15nQYXrsD encrypted
hostname pixfirewall
domain-name any.domain.net
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 pptp 1723
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol sip 5060
fixup protocol sip udp 5060
fixup protocol skinny 2000
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol tftp 69
names
access-list inbound_traffic permit tcp any any eq ftp-data
access-list inbound_traffic permit tcp any any eq ftp
access-list inbound_traffic permit tcp any any eq ssh
access-list inbound_traffic permit tcp any any eq smtp
access-list inbound_traffic permit tcp any any eq domain
access-list inbound_traffic permit udp any any eq domain
access-list inbound_traffic permit tcp any any eq www
access-list inbound_traffic permit tcp any any eq pop3
access-list inbound_traffic permit tcp any any eq 587
access-list inbound_traffic permit tcp any any eq 3389
access-list inbound_traffic permit icmp any any
access-list inbound_traffic permit tcp any any eq 22000
access-list outbound_traffic permit icmp any any
access-list outbound_traffic permit tcp any any
access-list outbound_traffic permit ip any any
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside 10.11.4.2 255.0.0.0
ip address inside 192.168.10.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool pptp-pool 192.168.11.1-192.168.11.25
pdm location 192.168.0.0 255.255.0.0 inside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 1 192.168.0.0 255.255.0.0 0 0
static (inside,outside) tcp interface ftp-data 192.168.1.195 ftp-data netmask 255.255.255.255 0 0
static (inside,outside) tcp interface ftp 192.168.1.195 ftp netmask 255.255.255.255 0 0
static (inside,outside) tcp interface ssh 192.168.10.5 ssh netmask 255.255.255.255 0 0
static (inside,outside) tcp interface smtp 192.168.1.194 smtp netmask 255.255.255.255 0 0
static (inside,outside) tcp interface pop3 192.168.1.194 pop3 netmask 255.255.255.255 0 0
static (inside,outside) tcp interface 587 192.168.1.194 587 netmask 255.255.255.255 0 0
static (inside,outside) tcp interface domain 192.168.1.194 domain netmask 255.255.255.255 0 0
static (inside,outside) udp interface domain 192.168.1.194 domain netmask 255.255.255.255 0 0
static (inside,outside) tcp interface 255.255.255.255 0 0
static (inside,outside) tcp interface 3389 192.168.1.194 3389 netmask 255.255.255.255 0 0
static (inside,outside) tcp interface 22000 192.168.1.195 22000 netmask 255.255.255.255 0 0
static (inside,outside) 192.168.11.0 192.168.11.0 netmask 255.255.255.0 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 10.11.1.254 1
route inside 192.168.0.0 255.255.0.0 192.168.10.2 1
route outside 192.168.11.0 255.255.255.0 192.168.10.2 0
route outside 192.168.11.0 255.255.255.0 192.168.10.1 1
timeout xlate 3:00: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 radius-authport 1812
aaa-server radius-acctport 1813
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
aaa-server vpn protocol radius
aaa-server vpn max-failed-attempts 3
aaa-server vpn deadtime 10
aaa-server vpn (inside) host 192.168.1.195 secretpassword timeout 5
ntp server 192.168.1.198 source inside
http server enable
http 192.168.0.0 255.255.0.0 inside
snmp-server host inside 192.168.1.195
snmp-server host inside 192.168.1.196
no snmp-server location
no snmp-server contact
snmp-server community zeusoft
snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
sysopt connection permit-pptp
telnet 192.168.0.0 255.255.0.0 inside
telnet timeout 5
ssh timeout 5
console timeout 0
vpdn group mygroup accept dialin pptp
vpdn group mygroup ppp authentication mschap
vpdn group mygroup ppp encryption mppe 128 required
vpdn group mygroup client configuration address local pptp-pool
vpdn group mygroup pptp echo 60
vpdn group mygroup client authentication local
vpdn username user1 password *********
vpdn username user2 password *********
vpdn enable outside
terminal width 120