FusionHUB Virtual Appliance Static Routing

Hi !

Any news on release for version that supports static routing ? Do you have a Beta avaliable ?

Hi, you can find the firmware here.

Hi ! This is a .bin file We are running the virtual appliance ? Basicly as i read the routing is not performed at the FusionHUB ? The networkcard is set to trunk and the switch must performe the routing ?

Hi,

You can install FusionHub using the package here.
Then upgrade FusionHub using the .bin file, upgrade instruction.

FusionHub is not a VLAN router/switch, you need to have you own VLAN router and connect FusionHub to one of the VLAN (not trunk).
For example, if you have 3 VLANs: 192.168.1.0/24, 192.168.2.0/24 and 192.168.3.0/24.
FusionHub is connected to 192.168.1.0/24, IP address 192.168.1.2
VLAN router IP address is 192.168.1.1
Enter following Static Routes in FusionHub:
Network 192.168.2.0 Subnet Mask: 255.255.255.0 Gateway 192.168.1.1
Network 192.168.3.0 Subnet Mask: 255.255.255.0 Gateway 192.168.1.1

If your SpeedFusion peer is having 172.16.1.0/24 LAN subnet, you need to configure following static route in the VLAN router:
Network 172.16.1.0 Subnet Mask: 255.255.255.0 Gateway 192.168.1.2 (assume 192.168.1.2 is FusionHub’s IP address)

Excellent ! Now the FusionHUB is working as intended, but have a question. The internal network to be reached at HQ are behind a fw/router. How do i advertise this network to be routed over the speedfusion vpn ?

Please see picture of network drawing


Hi,

All static routes will be advertised to SpeedFusion peers automatically.
In your case, you need to

  1. Define static route 172.20.160/24 gw 192.168.50.9 in FusionHub
  2. Define static route 192.168.64.0/24 gw 192.168.50.13 in f/w (192.168.50.9)
    (this assume f/w router is also having a 172.20.160.x IP address and it is the gw of 172.20.160.0/24 network)

172.20.160.0/24 and 192.168.64.0/24 should be connected.

Hi,

This I actually did, but no traffic was passed over to remote site. Is it possible to see what IP networks that are within SpeedFusion vpn tunnel ?

Can you ping 192.168.50.13 (FusionHub) from 172.20.160.0/24 network?
If yes, please open a support ticket here so we can look closer to the issue.