Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.

VPN Client na PIX-u

[es] :: Enterprise Networking :: VPN Client na PIX-u

[ Pregleda: 1735 | Odgovora: 0 ] > FB > Twit

Postavi temu Odgovori

Autor

Pretraga teme: Traži
Markiranje Štampanje RSS

bgillegal
Milan Petric
Beograd

Član broj: 16373
Poruke: 79
*.adsl.beotel.net.



Profil

icon VPN Client na PIX-u28.11.2007. u 12:53 - pre 199 meseci
Imam sledecu konfiguraciju. I trebalo bi mi da omogucim da se nekoliko korisnika, tachnije 3, kaci preko VPN-a na mrezu kako bi mogli da pridju aplikaciji i da rade od kuce. Konfiguracija sledi. Jel moze neko da mi pomogne posto nisam bas u ljubavi sa pixevima, a i iskreno nemam dovoljno znanja to da uradim. Ako moze neko da mi pomogne i da mi kaze sta bi trebao da dodam u postojecu konfiguraciju.

Code:

: Saved
:
PIX Version 6.3(5)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password DDmEaxu4AKrGgRrH encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
hostname infohome-pix1
domain-name infohome-group.com
clock timezone CEST 1
clock summer-time CEDT recurring last Sun Mar 2:00 last Sun Oct 3:00
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
access-list Inbound permit tcp any host 89.216.xx.xxx eq www
access-list Inbound permit tcp any host 89.216.xx.xxx eq 1433
access-list Nat deny ip 192.168.1.0 255.255.255.0 192.168.3.0 255.255.255.0
access-list Nat deny ip 192.168.1.0 255.255.255.0 192.168.2.0 255.255.255.0
access-list Nat permit ip 192.168.1.0 255.255.255.0 any
access-list VPN permit ip 192.168.1.0 255.255.255.0 192.168.2.0 255.255.255.0
access-list NONAT permit ip 192.168.1.0 255.255.255.0 192.168.3.0 255.255.255.0
access-list NONAT permit ip 192.168.1.0 255.255.255.0 192.168.2.0 255.255.255.0
access-list VPN2 permit ip 192.168.1.0 255.255.255.0 192.168.3.0 255.255.255.0
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside 89.216.xx.xxx 255.255.255.0
ip address inside 192.168.1.254 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
pdm location 0.0.0.0 255.255.255.0 outside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list NONAT
nat (inside) 1 access-list Nat 0 0
static (inside,outside) tcp 89.216.xx.xxx 1433 192.168.1.1 1433 netmask 255.255.255.255 0 0
static (inside,outside) tcp 89.216.xx.xxx 3389 192.168.1.1 3389 netmask 255.255.255.255 0 0
static (inside,outside) tcp 89.216.xx.xxx www 192.168.1.1 www netmask 255.255.255.255 0 0
access-group Inbound in interface outside
route outside 0.0.0.0 0.0.0.0 89.216.22.1 1
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
aaa-server LOCAL protocol local
aaa authentication ssh console LOCAL
aaa authentication enable console LOCAL
aaa authentication serial console LOCAL
http server enable
http 192.168.1.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server community wlklz
no snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
crypto ipsec transform-set Infohome esp-aes-256 esp-sha-hmac
crypto map Infohome 1 ipsec-isakmp
crypto map Infohome 1 match address VPN
crypto map Infohome 1 set peer 87.250.52.114
crypto map Infohome 1 set transform-set Infohome
crypto map Infohome 1 set security-association lifetime seconds 86400 kilobytes 4608000
crypto map Infohome 2 ipsec-isakmp
crypto map Infohome 2 match address VPN2
crypto map Infohome 2 set peer 89.216.22.188
crypto map Infohome 2 set transform-set Infohome
crypto map Infohome 2 set security-association lifetime seconds 86400 kilobytes 4608000
crypto map Infohome interface outside
isakmp enable outside
isakmp key ******** address 87.250.xx.xxx netmask 255.255.255.255
isakmp key ******** address 89.216.xx.xxx netmask 255.255.255.255
isakmp identity address
isakmp policy 1 authentication pre-share
isakmp policy 1 encryption aes-256
isakmp policy 1 hash sha
isakmp policy 1 group 2
isakmp policy 1 lifetime 86400
telnet 192.168.1.0 255.255.255.0 inside
telnet timeout 5
ssh 0.0.0.0 0.0.0.0 outside
ssh 192.168.1.0 255.255.255.0 inside
ssh timeout 5
console timeout 0
dhcpd address 192.168.1.2-192.168.1.33 inside
dhcpd dns 82.117.194.2 82.117.194.3
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd auto_config outside
dhcpd enable inside
username xxxxxx password bWgVxZvlvxJA6hYx0SO encrypted privilege 15
terminal width 80
Cryptochecksum:f0962f9cce1e419759029aab1a00a856
: end
 
Odgovor na temu

[es] :: Enterprise Networking :: VPN Client na PIX-u

[ Pregleda: 1735 | Odgovora: 0 ] > FB > Twit

Postavi temu Odgovori

Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.