Hi, I wanted to extend my home network using hAP mini. I have configured it to run in a bridge mode, which means that the DHCP is done from my main ASUS router and the hAP mini extends the wifi and (should extend) LAN too. However I am having issues with getting IP on my ubuntu server that is connected to the hAP mini over LAN. Getting IP over WiFi works fine.
What I have tried:
- configuring hAP mini as router with own DHCP server (same issue)
- connect server directly to the ASUS → I am getting the IP fine
- turn off HW offload (bridge config)
- using a different ethernet cable in order to eliminate faulty cable
Setup
- router OS version
6.49.19 - DHCP IP pool
192.168.70.0/24 - gw IP
192.168.70.1
[admin@MikroTik] > ip address print
Flags: X - disabled, I - invalid, D - dynamic
# ADDRESS NETWORK INTERFACE
0 ;;; IP of the bridge itself (this device)
192.168.70.200/24 192.168.70.0 bridge
[admin@MikroTik] > ip route print
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
# DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 A S ;;; default route to ASUS (main)
0.0.0.0/0 192.168.70.1 1
1 ADC 192.168.70.0/24 192.168.70.200 bridge 0
[admin@MikroTik] > interface bridge port print
Flags: X - disabled, I - inactive, D - dynamic, H - hw-offload
# INTERFACE BRIDGE HW PVID PRIORITY PATH-COST INTERNAL-PATH-COST HORIZON
0 ;;; to SERVER
ether2 bridge no 1 0x80 10 10 none
1 I ether3 bridge no 1 0x80 10 10 none
2 I pwr-line1 bridge no 1 0x80 10 10 none
3 wlan1 bridge 1 0x80 10 10 none
4 ;;; to ASUS
ether1 bridge no 1 0x80 10 10 none
[admin@MikroTik] >
What might be the issue? Thank you very much


