cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1758
Views
5
Helpful
6
Replies

WAN connection to 1 specific LAN RV320

marius00111
Beginner
Beginner

Hi,

I have one cisco RV320, I use 2 wan connections with different isp.

It is possible to go out just with one ISP to one of the 4 LAN ports ?

I need one specific LAN port to have internet connection just from a specific wan1 or wan 2, and the other lan ports to use load balancing feature.

It is possible?

Thanks

1 Accepted Solution

Accepted Solutions

Hello, 

Thank you for the information.

After reviewing the diagram, it seems that what you need is to create 2 Protocol bindings, one on the 2 router and the other one on the first router so that the traffic can be pointed out of the right ISP.

Unfortunately, this is not supported as the routers were not designed to work like this so there is no way to guarantee that the traffic on the second router will go out the right ISP on the first one but we can try.

Please let me know if it worked.

View solution in original post

6 Replies 6

cchamorr
Contributor
Contributor

Hello, 

The RV320 has a feature called Protocol Binding that will allow you to link a single or a range of IP addresses on the LAN to use a specific WAN connection for an specific protocol. 

Here is a document on how to configure such feature:

http://sbkb.cisco.com/CiscoSB/ukp.aspx?vw=1&docid=d6c17b6ee53141f59ae03c6defeb20cb_Dual_WAN_Configuration_on_RV320_Router.xml&pid=2&respid=0&snid=4&dispid=0&cpage=search

If what you are intending to do is to force, lets say a range of IP addresses on the LAN to only use WAN 1 as the outbound connection for all the traffic, then you want to configure the protocol binding as follows:

Service = Any

Source IP: Beginning of the range or single address

to: End of range or singe address

Destination IP: 0.0.0.0 (Anywhere on the internet)

to: 0.0.0.0 (Anywhere on the internet)

Interface: WAN 1

Status: Mark the checkmark to enable it.

Please remember that you can Bind the protocols via IP addresses and no specific LAN ports.

I hope this helps

Please don't forget to mark the answer as correct or grade it if it was helpful to you so that other members can benefit from it.