- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
Enhanced Security Measures in Place: To ensure a safer experience, we’ve implemented additional, temporary security measures for all users.
02-12-2020 05:45 AM
Hello,
I have a network with two WAN connections, i have assigned one of them for a vlan 10 and the other for vlan 20 using two VR and NATing also i created dhcp server for both vlan and for now every thing works fine, the problem is i can't access the resources in vlan 20 from vlan 10 and vise versa, what should i do also? should i create a static route between them and how? What i am missing here?
In VR1 i create a default route 0.0.0.0/0 to 192.168.110.2
In VR2 i create a default route 0.0.0.0/0 to 192.168.120.2
interface 1/1 192.168.110.1
interface 1/2 192.168.120.1
interface 1/3 no ip
Subinterface 1/3.10 192.168.10.1
Subinterface 1/3.20 192.168.20.1
Nat from zone vlan-10 to outside zone with ip 192.168.110.1
Nat from zone vlan-20 to outside zone with ip 192.168.120.1
02-12-2020 06:10 AM
you should create a route for the 'remote' subnet to the remote VR
on VR1 you need to add a route to 192.168.20.0/24 with next hop VR2
on VR2 you need to add a route to 192.168.10.0/24 with next hop VR1
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!