VPN sometime called VPN Tunnel,gives the engineer two remote site a way to send a packet between two site with private ip address through the internet,Ipsec site-to-site vpn tunnel used to allow the secure transmission between to remote site. VPN provides privacy,encryption and verification that the sender legitimate. In this scenario two remote office router are connected to internet and office workstation behind routers are NAT ed.Each office has its own local network 172.16.1.0/24 for site1 and 192.168.1.0/24 for site 2.both remote site needs secure tunnel to local networks behind routers.
Configure Internet for Router(1)
/interface ethernet set [ find default-name=ether1 ] name=ether1-WAN set [ find default-name=ether2 ] name=ether2-LAN
IPSec Site to Site VPN Tunnel Router(1) Configuration
IPsec Peer's config Next step is to add peer's configuration. We need to specify peers address and port and pre-shared-key. Other parameters are left to default values.
No comments:
Post a Comment