terminate a lease


W obronie krzyża

3. License Restrictions
(a) Other than as set forth in Section 2, you may not make or distribute copies of the Software, or electronically transfer the Software from one computer to another or over a network.
(b) You may not decompile, reverse engineer, disassemble, or otherwise reduce the Software to a human-perceivable form.
(c) You may not sell, rent, lease, transfer or sublicense the Software.
(d) You may not modify the Software or create derivative works based upon the Software.
(e) You may not export the Software into any country prohibited by the United States Export Administration Act and the regulations thereunder.(f) In the event that you fail to comply with this EULA, Macromedia may terminate the license and you must destroy all copies of the Software

W punkcie (b) jest o tym, że nie wolno.



Dear Sir/Madam
I write to give you notice that I intend to terminate my lease with yourselves. I shall leave the appartment that I rent from you at ... (adres) on ... (data).
Yours sinccerely,




No dobra ... to jak po sznurku teraz lecimy.

Czy pakiet ICMP echo request jest wysylany z PIX'a?
Czy host docelowy wysyla otrzymuje pakiet i wysyla odpowiedz?
Czy PIX dostaje echo reply?

Co mowia logi? Moze jakis problem z proxy ARP jezeli pula jest taka sama?


Isam dzieki za szybka podpowiedz.
tak wiec pix nie widzi klienta, ktory jest na tunelu.
sam pix pinguje zasoby w lanie i na odwrot, ale nie widzi pooli vpn
zmienilem tez poole na 192.168.4.1-254 i tez nie pomaga
jakie logi masz na mysli? jakie konkretne komendy

dodam: client vpn robi ping na outside pix interface ale juz nic innego nie rady pingowac np.google

dodam tez ze vpn client sam sie rozlaczyl po 10 min.
,,secure vpn conn terminated locally by client.
reason 412: the remote peer not longer responding,,



PIX Version 6.3(5)
interface ethernet0 auto
interface ethernet1 auto
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password 9oxbv7Ut.gwTPTmC encrypted
passwd 9oxbv7Ut.gwTPTmC encrypted
hostname pix506
domain-name squareball.info
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 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
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside dhcp setroute
ip address inside 192.168.3.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool test 192.168.4.1-192.168.4.254
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
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 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
aaa-server LOCAL protocol local
http server enable
http 192.168.3.0 255.255.255.250 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
crypto ipsec transform-set myset esp-3des esp-md5-hmac
crypto dynamic-map dynmap 30 set transform-set myset
crypto map newmap 65000 ipsec-isakmp dynamic dynmap
crypto map mymap 30 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 3des
isakmp policy 10 hash md5
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
vpngroup vpn3000 address-pool test
vpngroup vpn3000 dns-server 194.168.4.100 194.168.8.100
vpngroup vpn3000 idle-time 1800
vpngroup vpn3000 password ********
telnet 192.168.3.0 255.255.255.0 inside
telnet timeout 20
ssh timeout 5
console timeout 0
dhcpd address 192.168.3.20-192.168.3.30 inside
dhcpd dns 194.168.4.100 194.168.8.100
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd enable inside
terminal width 80
Cryptochecksum:59931b520c05eb6e829bd00467f85c3b
: end
[OK]

pozdrawiam

EDIT: Do listingow konfiguracji, show, debug, etc uzywamy znacznikow [code]
Seba



Szanowni Forumowicze,
poraz pierwszy zajmuję się konfiguracją vpn-a. na stronach cisco zanalazłem przykład konfiguracji "static IP addressing for IPSec VPN Client". zmodyfikowałem trochę tękonfigurację na swoje potrzeby i ot co powstało:

ASA Version 8.0(3)6
!
hostname SanFrancisco
enable password 8Ry2YjIyt7RRXU24 encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
names
!
interface GigabitEthernet0/0
 speed 100
 nameif outside
 security-level 0
 ip address x.y.z.138 255.255.255.248
!
interface GigabitEthernet0/1
 shutdown
 no nameif
 no security-level
 no ip address
!
interface GigabitEthernet0/2
 speed 100
 nameif inside
 security-level 100
ip address 10.0.0.1 255.255.255.0
!
interface GigabitEthernet0/3
 shutdown
 no nameif
 no security-level
 no ip address
!
interface Management0/0
 nameif mgmt
 security-level 100
 ip address 172.16.1.1 255.255.255.0
!
ftp mode passive
access-list 101 extended permit tcp host 10.0.0.8 192.168.1.0 255.255.255.0 eq w
ww
pager lines 24
mtu outside 1500
mtu inside 1500
mtu mgmt 1500
ip local pool klientvpn 192.168.1.10-192.168.1.20 mask 255.255.255.0
no failover
icmp unreachable rate-limit 1 burst-size 1
icmp permit any mgmt
asdm image disk0:/asdm-603.bin
no asdm history enable
arp timeout 14400
global (outside) 1 x.y.z.139 netmask 255.255.255.248
nat (inside) 1 10.0.0.0 255.255.255.0
static (inside,outside) x.y.z.140 10.0.0.8 netmask 255.255.255.255
route outside 0.0.0.0 0.0.0.0 83.17.84.137 1
route inside 10.0.0.0 255.255.255.0 10.0.0.1 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
dynamic-access-policy-record DfltAccessPolicy
http server enable
http 172.16.1.1 255.255.255.255 mgmt
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
crypto ipsec transform-set ESP-DES-SHA esp-des esp-sha-hmac
crypto dynamic-map outside_dyn_map 1 set transform-set ESP-DES-SHA
crypto map outside-map 1 ipsec-isakmp dynamic outside_dyn_map
crypto map outside-map interface outside
crypto isakmp enable outside
crypto isakmp policy 2
authentication pre-share
 encryption des
 hash sha
 group 2
 lifetime 86400
no crypto isakmp nat-traversal
no vpn-addr-assign aaa
no vpn-addr-assign dhcp
telnet timeout 5
ssh timeout 5
console timeout 0
dhcpd dns 194.204.152.34 194.204.159.1
dhcpd lease 260000
!
dhcpd address 10.0.0.41-10.0.0.239 inside
dhcpd enable inside
!
threat-detection basic-threat
threat-detection statistics access-list
group-policy DfltGrpPolicy attributes
 vpn-tunnel-protocol IPSec webvpn
group-policy PolitGrup internal
username webuser password lP/CvztPe5Fn3NSk encrypted privilege 0
username webuser attributes
 vpn-framed-ip-address 192.168.1.10 255.255.255.0

 address-pool klientvpn
tunnel-group Koszykowa ipsec-attributes
 pre-shared-key *
!
class-map inspection_default
 match default-inspection-traffic
!
!
policy-map type inspect dns preset_dns_map
 parameters
  message-length maximum 512
policy-map global_policy
 class inspection_default
  inspect dns preset_dns_map
  inspect ftp
  inspect h323 h225
  inspect h323 ras
  inspect netbios
  inspect rsh
  inspect rtsp
inspect skinny
  inspect esmtp
  inspect sqlnet
  inspect sunrpc
  inspect tftp
  inspect sip
  inspect xdmcp
!
service-policy global_policy global
prompt hostname context
Cryptochecksum:be4bea4125686302e2449845216fd62f
: end

Ustawiłem vpn clienta zgodnie z instrukcją
i niestety nie mogę się polączyć.
Client wywala następujący komunikat:
Secure VPN Connection terminated locally by the client
Reason: The remote peer no longer responding.
Mam pytanie:
Czego brakuje w konfiguracji as-y?


\EDIT: Do listingu konfiguracji używamy znaczników [code]
gryglas