Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I'm curious if anyone has any recommendations on a full site power down and then powering back up, in particular, the order in which you'd shut devices down and the order you'd bring them back up.Here's a rough version of the devices included :2 WAN ...
Hi, I'm setting up a site-to-site VPN between two offices, Site A uses a Cisco RV110W VPN Router with a static WAN IP and local IP 192.168.1.0/24 while Site B I have set up with a Belkin N300 VPN router which also has a Static WAN ...
OK. I guess I'm not sure of the objective.
I was thinking we just want to prioritize that traffic to go over the DMVPN connection, but use a different route if the DMVPV connection isn't available.
So you would do two standard access lists with permit statements for
10.255.0.0/24 - any10.255.4.0/24 - any
Then an extended access list :
ip access-list extended HTTP-TRAFFIC permit ip 174.128.1.0 0.0.0.255 any eq 80 443
Then
route-map [NAME] permit...
Also, a couple other things to consider :
You'll need to make the connections between the PCs using crossover cables.
You'll need to change the IP addresses on the NICs and set them up like Point to Point connections. For Example :
PC1, NIC 1 woul...