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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

vpn configuration question

Status
Not open for further replies.

legoinfre

IS-IT--Management
Oct 3, 2002
5
0
0
US
I'm a newbie with cisco pix and just got a 506 pix which i want to configure to do vpn with radius, is someone could look over the configuration that the system has and tell me if there is anything really wrong with it,thanks for your help here the config:
boguspix# write terminal
Building configuration...
: Saved
:
PIX Version 6.2(2)
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password gqdejBcg8QL9AUjH encrypted
passwd gqdejBcg8QL9AUjH encrypted
hostname boguspix
domain-name bogus
fixup protocol ftp 21
fixup protocol http 80
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol ils 389
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol sip 5060
fixup protocol skinny 2000
names
access-list rns permit ip 10.10.10.0 255.255.255.0 216.224.101.xxx 255.255.255.224
why this 216 .224.101.xxx is there?
pager lines 24
logging on
interface ethernet0 10baset
interface ethernet1 10baset
mtu outside 1500
mtu inside 1500
ip address outside 69.233.xxx.xxx 255.255.255.248
ip address inside 10.10.10.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
pdm history enable
arp timeout 14400
global (outside) 1 interface
ip local pool 10.10.10.20-10.10.10.39
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) 69.233.xxx.xxx 10.10.10.2 netmask 255.255.255.255 0 0
is this static needed?
conduit permit icmp any any
conduit permit tcp host 69.233.xxx.xxx eq 3389 216.224.xxx.xxx 255.255.255.0
same here is this needed
route outside 0.0.0.0 0.0.0.0 69.233.xxx.xxx 1
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 si
p 0:30:00 sip_media 0:02:00
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server RADIUS protocol radius
aaa-server LOCAL protocol local
aaa-server partnerauth protocol radius
aaa-server partnerauth (inside) host 10.10.10.2 bogsecret timeout 15
http server enable
http 10.10.10.2 255.255.255.255 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
sysopt ipsec pl-compatible
no sysopt route dnat
crypto ipsec transform-set 3des esp-3des esp-sha-hmac
crypto dynamic-map dynmap 10 set transform-set 3des
crypto map rns 10 client authentication partnerauth
crypto map rns 10 ipsec-isakmp dynamic dynmap
crypto map rns interface outside
isakmp enable outside
isakmp key ******** address 209.150.1xx.xxx netmask 255.255.255.255
what is this for ?
isakmp identity address
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption 3des
isakmp policy 10 hash sha
isakmp policy 10 group 1
isakmp policy 10 lifetime 86400
vpngroup wfavpn address pool ippool
vpngroup wfavpn dns-server 10.10.10.2
vpngroup wfavpn wins-server 10.10.10.2
vpngroup wfavpn default-domain bogus
vpngroup wfavpn idle-time 1800
vpngroup wfavpn password wfa3000

telnet 10.10.10.0 255.255.255.0 inside
telnet timeout 15
ssh 0.0.0.0 0.0.0.0 outside
ssh timeout 5
terminal width 80
Cryptochecksum:4b0e793c6c5442844148b825effd5fea
 
not very clear once posted, what the following statement are there for?
access-list rns permit ip 10.10.10.0 255.255.255.0 216.224.101.xxx 255.255.255.224
why this 216 .224.101.xxx is there?

static (inside,outside) 69.233.xxx.xxx 10.10.10.2 netmask 255.255.255.255 0 0
is this static needed?
conduit permit icmp any any
conduit permit tcp host 69.233.xxx.xxx eq 3389 216.224.xxx.xxx 255.255.255.0
same here is this needed

isakmp key ******** address 209.150.1xx.xxx netmask 255.255.255.255
what is this for, is it a door for someone to get in?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top