Okay.. 3 interfaces, outside, inside, and dmz. Outside interface starts with 209, the dmz is: 192.168.0.1 255.255.255.0 and the internal is 10.1.2.2 255.255.0.0
(Yes, the inside it subnetted a little unusual, but that is how the existing network is, so i have to deal with it.)
The VPN client connects fine, and I can ping all the servers, ftp to them, etc. just fine. I just can't Term Serv.
Building configuration...
: Saved
:
PIX Version 6.1(1)
nameif ethernet0 outside security0
nameif ethernet1 inside security100
nameif ethernet2 dmz security50
enable password xxx encrypted
passwd xxx encrypted
hostname xxx
fixup protocol ftp 21
fixup protocol http 80
fixup protocol h323 1720
fixup protocol rtsp 554
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol sip 5060
fixup protocol skinny 2000
no fixup protocol rsh 514
no names
access-list 101 permit ip 10.1.0.0 255.255.0.0 10.250.0.0 255.255.0.0
access-list 102 permit ip 192.168.0.0 255.255.255.0 10.250.0.0 255.255.0.0
pager lines 24
logging on
interface ethernet0 auto
interface ethernet1 auto
interface ethernet2 auto
mtu outside 1500
mtu inside 1500
mtu dmz 1500
ip address outside 209.xxx.xxx.xxx 255.255.255.0
ip address inside 10.1.2.2 255.255.0.0
ip address dmz 192.168.0.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool ippool 10.250.0.1-10.250.0.250
no failover
failover timeout 0:00:00
failover poll 15
failover ip address outside 0.0.0.0
failover ip address inside 0.0.0.0
failover ip address dmz 0.0.0.0
pdm history enable
arp timeout 14400
global (outside) 1 209.xxx.xxx.xxx
global (dmz) 1 192.168.0.11-192.168.0.15 netmask 255.255.255.0
nat (inside) 0 access-list 101
nat (dmz) 0 access-list 102
nat (dmz) 1 192.168.0.0 255.255.255.0 0 0
^^^This line will go away once I'm done testing, I don't need dmz users to initiate outside connections--strictly convienence for now.
static (inside,dmz) 192.168.0.254 10.1.1.11 netmask 255.255.255.255 0 0
static (dmz,outside) 209.xxx.xxx.xxx 192.168.0.200 netmask 255.255.255.255 0 0
static (dmz,outside) 209.xxx.xxx.xxx 192.168.0.201 netmask 255.255.255.255 0 0
static (dmz,outside) 209.xxx.xxx.xxx 192.168.0.202 netmask 255.255.255.255 0 0
static (inside,outside) 209.xxx.xxx.xxx 10.1.1.11 netmask 255.255.255.255 0 0
^^ This line will go away once the VPN works the way it needs to with Term Serv.
static (dmz,outside) 209.xxx.xxx.xxx 192.168.0.21 netmask 255.255.255.255 0 0
conduit permit icmp any any
conduit permit tcp host 209.xxx.xxx.xxx eq
conduit permit tcp host 209.xxx.xxx.xxx eq
conduit permit tcp host 209.xxx.xxx.xxx eq
conduit permit tcp host 209.xxx.xxx.xxx eq
conduit permit tcp host 192.168.0.254 any
conduit permit ip 209.xxx.xxx.xxx 255.255.255.0 65.xxx.xxx.xxx 255.255.255.224
^^Only temp until VPN works. Currently allows direct access from work to this site
I also need to ditch to the conduits and go to straight access list, but that's another project.
route outside 0.0.0.0 0.0.0.0 209.xxx.xxx.xxx
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h323 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 RADIUS protocol radius
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
no sysopt route dnat
crypto ipsec transform-set myset esp-des esp-md5-hmac
crypto dynamic-map dynmap 10 set transform-set myset
crypto map mymap 10 ipsec-isakmp dynamic dynmap
crypto map mymap interface outside
isakmp enable outside
isakmp identity address
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption des
isakmp policy 10 hash md5
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
vpngroup abc address-pool ippool
vpngroup abc default-domain xxxxxx
vpngroup abc idle-time 1800
vpngroup abc password xxxxx
vpngroup abc dns-server 192.168.0.21
vpngroup abc idle-time 1800
telnet 10.1.0.0 255.255.0.0 inside
telnet 192.168.0.0 255.255.255.0 dmz
telnet timeout 5
ssh timeout 5
terminal width 80
Again, I can vpn in just fine, ftp/web/ping, etc.. I just can't termserv.
Thanks again.