Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cannot access Servers when VPN using RADIUS

Status
Not open for further replies.

drummelhart

IS-IT--Management
Feb 25, 2009
173
US
After many leaps and bounds, I have configured RADIUS on my PIX506e, as well as IAS on my Domain Controller.
I now can VPN into my network; however, I cannot RDC to any servers with that new IP address.

Am I missing some ACL's granting that IP address to certain Servers?

Here is my latest show run, minus the few important features no one needs to see :)

********** DcFire1 **********

*** Authorized Access Only ***


User Access Verification

Password:
Type help or '?' for a list of available commands.
DcFire1> en
Password: ***********
DcFire1# show run
: Saved
:
PIX Version 6.3(5)
interface ethernet0 100full
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password opK/WR96WyIoG3el encrypted
passwd opK/WR96WyIoG3el encrypted
hostname DcFire1
domain-name cikms.com
clock timezone pacific -7
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 http 443
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 outside-in deny ip 84.0.0.0 255.0.0.0 any
access-list outside-in deny ip 96.16.0.0 255.254.0.0 any
access-list outside-in deny ip 96.17.0.0 255.255.0.0 any
pager lines 24
logging on
logging timestamp
logging monitor errors
logging buffered informational
logging queue 0
icmp permit any echo-reply outside
icmp permit any unreachable outside
mtu outside 1500
mtu inside 1500
ip audit info action alarm
ip audit attack action alarm
ip local pool cikmspool 10.10.10.1-10.10.10.254
no pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list acl-nat0
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
access-group outside-in in interface outside
access-group inside-out in interface inside
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 sip-disconnect 0:02:00 sip-invite 0:03: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
timeout 10
aaa-server LOCAL protocol local
filter java 80 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.0
filter activex 80 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.0
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
sysopt connection permit-pptp
telnet 10.10.100.244 255.255.255.255 inside
telnet 10.10.100.245 255.255.255.255 inside
telnet 10.10.100.248 255.255.255.255 inside
telnet 10.10.100.247 255.255.255.255 inside
telnet timeout 5
ssh 71.164.4.203 255.255.255.255 outside
ssh 66.224.177.218 255.255.255.255 outside
ssh 98.117.114.15 255.255.255.255 outside
ssh timeout 5
console timeout 5
vpdn group vpn-pptp-group accept dialin pptp
vpdn group vpn-pptp-group ppp authentication mschap
vpdn group vpn-pptp-group ppp encryption mppe 128 required
vpdn group vpn-pptp-group client configuration address local cikmspool
vpdn group vpn-pptp-group client authentication aaa RADIUS
vpdn group vpn-pptp-group pptp echo 60
vpdn enable outside
dhcpd lease 3600
dhcpd ping_timeout 750
username kmcdaniel password pFtjCqC5iwuWPtZK encrypted privilege 15
terminal width 80
banner motd ********** DcFire1 **********
banner motd
banner motd *** Authorized Access Only ***
Cryptochecksum:f2bea2f1f95cd81d57019394929ad7eb
: end
DcFire1#

Yes I took out all ACl's dealing with my IP addresses, as well as the Interfaces. I also took out some of the RADIUS commands dealing with passwords, and other IP addresses.

What other access-lists am I missing to allow VPN Clients access to specific servers?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top