Wed Nov 27, 2024 5:03 am
Not sure what you mean.
Data flow is two way.
If you mean can you have a dual WAN setup.
Two modems, lets say cable from rogers, and fibre from bell, the answer is yes.
Typically one uses the etherport for the WAN client, 3 common options.
1. pppoe setup
2. Dynamic public IP
3. Static public or private IP.
In the case of pppoe setup, generally one does not IP DHCP client to identify the wan connection, nor IP address.
In the case of dynamic public IP (typical cable), one use IP DHCP client. Some connections come in on a vlan, so we identify the vlan to the port, and in IP DCHP client state the vlan is the interface.
In the case of a static WANIp one can usuallly ignore the IP DHCP client (aka disabled) and use IP address alone with interface being the port,
The bridge is most typically used to identify a single subnet that will be used on the remaining ports and the bridge handles dhcp of private IPs to the users on all ports.
If multiple subnets are required its best to use all vlans and vlan filtering and the bridge does not dhcp.
In terms of two wans, there are two main approaches.
Failover is a useful term for two independent sources, so users access one WAN and if it fails get moved over to the other WAN.
Load balancing refers to an attempt to use both wans equally so the entire bandwidth of two connections is available to all users.