hostname 3640_katowice
service password-encryption
ip subnet-zero

ip dhcp excluded-address 192.168.150.1 192.168.150.10

ip dhcp pool siec_lan
   network 192.168.150.0 255.255.255.0
   default-router 192.168.150.1
   domain-name helion.pl
   dns-server 91.192.0.1
!
!
crypto isakmp policy 1
 encr 3des
 authentication pre-share
 group 2
 lifetime 3600
!
crypto isakmp policy 2
 authentication pre-share
 encryption des
 hash sha
 group 1
!
crypto isakmp key qwerty1234CXZ address 83.19.73.234
crypto isakmp key qweasd address 91.192.0.185
!
crypto ipsec transform-set VPN_TRANSFORM esp-3des esp-sha-hmac
crypto ipsec transform-set VPN_TRANSFORM2 esp-des esp-md5-hmac
!
crypto map VPN_MAP 1 ipsec-isakmp
 set peer 83.19.73.234
 set transform-set VPN_TRANSFORM
 match address 101
crypto map VPN_MAP 2 ipsec-isakmp
 set peer 91.192.0.185
 set transform-set VPN_TRANSFORM2
 match address 102
!
interface Tunnel0
 ip address 192.168.15.6 255.255.255.0
 tunnel source 91.192.0.182
 tunnel destination 83.19.73.234
!
interface Tunnel1
 ip address 192.168.20.5 255.255.255.0
 tunnel source 91.192.0.182
 tunnel destination 91.192.0.185
!
interface Ethernet2/0
 ip address 91.192.0.182 255.255.255.240
 ip nat outside
 crypto map VPN_MAP
!
interface Ethernet2/1
 ip address 192.168.150.1 255.255.255.0
 ip nat inside
!
router eigrp 10
 passive-interface Ethernet2/0
 network 192.168.15.0
 network 192.168.20.0
 network 192.168.150.0
 no auto-summary
!
ip route 0.0.0.0 0.0.0.0 91.192.0.177
ip nat inside source list 100 interface Ethernet2/0 overload
ip classless
!
access-list 100 permit ip 192.168.150.0 0.0.0.255 any
access-list 101 permit gre host 91.192.0.182 host 83.19.73.234
access-list 102 permit gre host 91.192.0.182 host 91.192.0.185




