Wireless connection from super hub to hap lite

Hi guys,

So I’m trying to connect a Ethernet device on the second floor to give internet access to a wireless vm super hub.

So far I’ve managed to create a security profile and connect wirelessly to the super hub from the hap lite. I’ve then connected the wired device to the hap lite on port 2.
The vm super hub has a static address of 192.168.0.1

I’ve set up a static address of 192.168.0.5 on the hap lite and can have setup a route to gateway 192.168.0.1 on a bridge interface that contains port 2(desktop) and wlan1. I can see that both the desktop and the hap lite both receive a IPv4 address however neither can access the Internet. The hap lite can ping 192.168.0.1 however the desktop can’t. The hap lite is also unable to access the manual on the gui although it can ping external dns servers such as 8.8.4.4.

I was just wondering if I’ve missed something on the setup or if I need to include certain nat rules. The desktop doesn’t seem to obtain a default gateway which is weird. But 192.168.0.1 is reachable on bridge1 setup on a route.

Any suggestions would be appreciated.
Thanks

Post an export…

/interface bridge
Add name = bridge1
Add admin-mac E4:8D:8C:8A:7A:A8 auto-mac=no name=bridgelocal
/interface wireless security-profiles
Add authentification-types=wpa-psk eap-methods=“” group-ciphers=tkip, aes-ccm management-protection=
Allowed mode=dynamic-keys name= profile1 supplicant-identity=“” unicast-ciphers=tkip, aes-ccm
wpa-pre-shared-key=ebanadvv wpa2-pre-shared-key=ebanadvv
/Interface wireless
set [ find default-name=wlan1 ] band =2ghz-b/g/n disabled=no security-profile=profile1 ssid=\ VM923104-2G
/interface bridge port
add bridge=bridge1 interface=ether2
add bridge=bridgelocal interface=ether3
add bridge=bridgelocal interface=ether4
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=wlan1
/interface wireless cap
set bridge=bridgelocal discovery-interface=ether1 interfaces=wlan1
/ip address
add address=192.168.0.9/24 interface=bridge1 network=192.168.0.0
/ip dns
set servers=8.8.8.8, 8.8.4.4
/ip firewall nat
add chain=srcnat dst-address=192.168.0.1 out-interface=bridge1
/ip route
add distance=1 gateway=192.168.0.1
/system clock
set time-zone-name=Europe/London
/system routerboard settings
set cpu-frequency=650mhz protected-routerboot=disabled
/tool traffic-monitor
add interface=bridge1 name=tmon1 threshold=0

Change nat to

/ip firewall nat
add chain=srcnat action=masquerade out-interface=bridge1

That should do it.

I can now see a default gateway on the desktop however I can’t ping the default gateway from CMD 192.168.0.1