hostname 2680_gliwice
service password-encryption
ip dhcp excluded-address 192.168.200.1 192.168.200.10
!
ip dhcp pool siec_lan
   network 192.168.200.0 255.255.255.0
   default-router 192.168.200.1
   domain-name helion.pl
   dns-server 194.204.159.1
ip subnet-zero
crypto isakmp policy 1
 authentication pre-share
 encr des  
 hash sha
 group 1
!

crypto isakmp policy 2
 authentication pre-share
 encr 3des
 hash sha
 group 2
!

crypto isakmp key qweasd address 91.192.0.185
crypto isakmp key qwerty1234CXZ address 91.192.0.182

crypto ipsec transform-set VPN_TRANSFORM esp-des esp-md5-hmac
crypto ipsec transform-set VPN_TRANSFORM2 esp-3des esp-sha-hmac
crypto map VPN_MAP 1 ipsec-isakmp
 set peer 91.192.0.185
 set transform-set VPN_TRANSFORM
 match address 101
crypto map VPN_MAP 2 ipsec-isakmp
 set peer 91.192.0.182
 set transform-set VPN_TRANSFORM2
 match address 102
!

interface Tunnel0
 ip address 192.168.10.5 255.255.255.0
 tunnel source 83.19.73.234
 tunnel destination 91.192.0.185
!
interface Tunnel1
 ip address 192.168.15.5 255.255.255.0
 tunnel source 83.19.73.234
 tunnel destination 91.192.0.182
!
interface FastEthernet0/0
 ip address 83.19.73.234 255.255.255.248
 ip nat outside
 crypto map VPN_MAP
!

interface FastEthernet0/1
 ip address 192.168.200.1 255.255.255.0
 ip nat inside
!
router eigrp 10
 passive-interface FastEthernet0/0
 network 192.168.10.0
 network 192.168.15.0
 network 192.168.200.0
 no auto-summary
!
ip nat inside source list 100 interface FastEthernet0/0 overload

ip route 0.0.0.0 0.0.0.0 83.19.73.233

access-list 100 permit ip 192.168.200.0 0.0.0.255 any
access-list 101 permit gre host 83.19.73.234 host 91.192.0.185
access-list 102 permit gre host 83.19.73.234 host 91.192.0.182
