ixleplix
MIS
- Feb 6, 2003
- 129
I can open the VPN session using the 3.6.3 client set for pre-shared secret. Once it's open however weird things happen. Most of the time I can ping a host on my LAN by Netbios name, FQDN or by IP address. When I try to map a drive though, it only works if I use the IP of the host \\x.x.x.x\sharename and then it’s sporadic. Sometimes I can’t even map that? I need help with this one. I need a stable VPN so I can configure the home machines and forget about it.
Thanks in advance for any help!
Here is a copy of my config.
PIX Version 6.2(2)
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password ************************************ encrypted
passwd ******************************************** encrypted
hostname **********
domain-name my.domain
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 101 permit ip x.x.1.0 255.255.255.0 x.x.1.32 255.255.255.248
access-list 101 permit icmp any any echo-reply
access-list 101 permit icmp any any time-exceeded
access-list 101 permit icmp any any unreachable
pager lines 24
interface ethernet0 10baset
interface ethernet1 10full
mtu outside 1500
mtu inside 1500
ip address outside x.x.x.173 255.255.255.0
ip address inside x.x.1.5 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool vpn_pool x.x.1.32-x.x.1.36
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list 101
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
access-group 101 in interface outside
route outside 0.0.0.0 0.0.0.0 x.x.x.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 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
http server enable
http x.x.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-ipsec
no sysopt route dnat
crypto ipsec transform-set myset esp-3des 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 20 authentication pre-share
isakmp policy 20 encryption 3des
isakmp policy 20 hash md5
isakmp policy 20 group 2
isakmp policy 20 lifetime 86400
vpngroup *************************** address-pool vpn_pool
vpngroup *************************** dns-server x.x.1.1
vpngroup *************************** wins-server x.x.1.1
vpngroup *************************** default-domain my.domain
vpngroup *************************** split-tunnel 101
vpngroup *************************** pfs
vpngroup *************************** idle-time 1800
vpngroup *************************** password ********
telnet 0.0.0.0 0.0.0.0 inside
telnet timeout 60
ssh timeout 5
dhcpd address x.x.1.51-x.x.1.100 inside
dhcpd dns x.x.1.1
dhcpd wins x.x.1.1
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd domain my
dhcpd enable inside
terminal width 80
Cryptochecksum:******************************************
Thanks in advance for any help!
Here is a copy of my config.
PIX Version 6.2(2)
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password ************************************ encrypted
passwd ******************************************** encrypted
hostname **********
domain-name my.domain
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 101 permit ip x.x.1.0 255.255.255.0 x.x.1.32 255.255.255.248
access-list 101 permit icmp any any echo-reply
access-list 101 permit icmp any any time-exceeded
access-list 101 permit icmp any any unreachable
pager lines 24
interface ethernet0 10baset
interface ethernet1 10full
mtu outside 1500
mtu inside 1500
ip address outside x.x.x.173 255.255.255.0
ip address inside x.x.1.5 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool vpn_pool x.x.1.32-x.x.1.36
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list 101
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
access-group 101 in interface outside
route outside 0.0.0.0 0.0.0.0 x.x.x.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 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
http server enable
http x.x.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-ipsec
no sysopt route dnat
crypto ipsec transform-set myset esp-3des 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 20 authentication pre-share
isakmp policy 20 encryption 3des
isakmp policy 20 hash md5
isakmp policy 20 group 2
isakmp policy 20 lifetime 86400
vpngroup *************************** address-pool vpn_pool
vpngroup *************************** dns-server x.x.1.1
vpngroup *************************** wins-server x.x.1.1
vpngroup *************************** default-domain my.domain
vpngroup *************************** split-tunnel 101
vpngroup *************************** pfs
vpngroup *************************** idle-time 1800
vpngroup *************************** password ********
telnet 0.0.0.0 0.0.0.0 inside
telnet timeout 60
ssh timeout 5
dhcpd address x.x.1.51-x.x.1.100 inside
dhcpd dns x.x.1.1
dhcpd wins x.x.1.1
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd domain my
dhcpd enable inside
terminal width 80
Cryptochecksum:******************************************