acidrop Posted June 21, 2008 Posted June 21, 2008 HelloI have the following scenario:2 sites A and Beach side has 2 adsl lines with static ips4 draytek vigor 2700g routers (2 on each side)I want to utilize 2 different site-to-site IPsec VPN tunnels.Site A:---------Vigor #1 config:-------------------ip address 192.168.1.1/24lan subnet 192.168.1.0/24Vigor #2 config:-------------------ip address 192.168.2.1/24lan subnet 192.168.2.0/24--------------------------------------------------------------------------Site B:--------Vigor #3 config:---------------------ip address 192.168.3.1/24lan subnet 192.168.3.0/24Vigor #4 config:--------------------ip address 192.168.4.1/24lan subnet 192.168.4.0/24-----------------------------------------------------------------------------------------I have successfully established VPNs between Vigor1 <-> Vigor3and Vigor2 <-> Vigor4I can ping from router each site sucessfully.-------------------------------------------------------------------------------------------On site A there's a win2k3 server with Terminal Services enabled.I have configured its network card with the following ip addresses:192.168.1.5/24192.168.2.5/24default gateway: none2 static route mappings:route add 192.168.3.0/24 gateway 192.168.1.1route add 192.168.4.0/24 gateway 192.168.2.1---------------------------------------------------------------------------------------------On Site B there is another Win2k3 Server with the following config on its network card:IP addresses:192.168.3.5/24192.168.4.5/24default gateway: none2 static route mappings:route add 192.168.1.0/24 gateway 192.168.3.1route add 192.168.2.0/24 gateway 192.168.4.1---------------------------------------------------------------------------------------------------When i try to ping from the server on Site A server on site B at ip address 192.168.3.5 i can get reply.When i try to ping from the server on Site A server on site B at ip address 192.168.4.5 i can also get reply.The problem is that after some seconds server on Site A stops get ping reply from Server on Site B at ip adddres 192.168.4.5.The same happens with server on Site B when tries to ping server on Site A at ip address 192.168.2.5.--------------------------------------------------------------------------------------------------------------------First of all is it possible to to have 2 different VPNs between 2 sites with 2 servers with 1 nic on each server configured with 2 different subnets? Is there a routing issue? Do i need 2 nics on each server to achieve this?Thanks for any answers and sorry for any misunderstanding...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now