hostname 2680_gliwice
service password-encryption
crypto isakmp policy 1
 encr 3des
 authentication pre-share
 group 2
 lifetime 3600
crypto isakmp key qwerty1234CXZ address 91.192.0.182
crypto ipsec transform-set VPN_TRANSFORM esp-3des esp-sha-hmac
crypto map VPN_MAP 1 ipsec-isakmp
 set peer 91.192.0.182
 set transform-set VPN_TRANSFORM
match address 101

interface Tunnel0
 ip address 192.168.10.2 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
 network 192.168.10.0
 network 192.168.200.0
 auto-summary
!
ip route 0.0.0.0 0.0.0.0 83.19.73.233
ip nat inside source list 100 interface FastEthernet0/0 overload
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.182
