hostname 2501_bytom1
service password-encryption
crypto isakmp policy 1
 authentication pre-share
 encryption des
 hash sha
 group 1
!
crypto isakmp key qweasd address 83.19.73.234
crypto isakmp key qweasd address 91.192.0.182

crypto ipsec transform-set vpn_transform 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.182
 set transform-set vpn_transform
 match address 102
!
interface Tunnel0
 ip address 192.168.10.6 255.255.255.0
 tunnel source 91.192.0.185
 tunnel destination 83.19.73.234
 crypto map vpn_map
!
interface Tunnel1
 ip address 192.168.20.6 255.255.255.0
 tunnel source 91.192.0.185
 tunnel destination 91.192.0.182
 crypto map vpn_map
!
interface Ethernet0
 ip address 91.192.0.185 255.255.255.240
 ip nat outside
 crypto map vpn_map
!
interface Serial0
 ip address 10.10.10.5 255.255.255.252
 no ip directed-broadcast
 ip nat inside
 encapsulation ppp
!
router eigrp 10
 passive-interface Ethernet0
 network 10.0.0.0
 network 192.168.10.0
 network 192.168.20.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 Ethernet0 overload
ip classless

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