Hi all,
thanks for the effort profused supporting user and sorry for my bad english in advance!
My actual home network infrastructure is based on unifi ATM.
i own a USG, a USW-48POE and two u6-lite AP. Unifi network appliance is installed on a ubuntu server Vm running in my proxmox server
my network connection is a FFTH 1000/300mbps with PPPoE.
My connection is pretty stable, and i can reach full speed in DL/UL, but i'm bufferbloat affected!
If i enable SQM on my unifi USG my download droops to 50Mbps .
This is the reason why i've chose to migrate to openwrt on x86 hardware to test if i can gain speed with SQM on!
I've successfully installed openWRT on a futro s920 with two gbit NIC.
I've successfully configured WAN via PPPoe and vlan tagging, and test my connection with openWRT and SQM. the result obtained are pretty impressive so i can reach 850/250Mmbps!
So i decided to switch to openWRT for my gateway.
Now i would understand how to replicate my network configuration in openWRT, maintaining switch and AP from unifi.
This is my actual network configuration:
NETWORK:
- DEFAULT, vlan id1 10.10.2.1/24 dhcp range 10.10.2.51-10.10.2.71 (for network device :ap,switch and USG lives here!);
- SURVEY, vlan id11 10.10.11.1/24 dhcp range 10.10.11.150-10.10.11.160 (for security camera);
- CLIENT, vlan id101 10.10.101.1/24 dhcp range 10.10.101.150-10.10.101.200 (for wired/wireless client);
- GUEST, vlan id200 10.10.200.1/24 dhcp range 10.10.200.150-10.10.180.200 (for wired/wireless guest client);
- SERVER, vlan id10 10.10.10.1/24 dhcp range 10.10.10.150-10.10.10.160 (for phisical/virtual server);
- VPN, vlan id250 10.10.250.1/24 dhcp range 10.10.250.150-10.10.250.160 (for vpn clientr).
The two AP exposes 2 ssid: one for guest and one for client(network above)
Most host are static dhcp entry. the primary dns for my wan and all the network is a self hosted AdGuard.
i've several nat rules and services exposed over internet.
My goal is to switch between the USG and openWRT X86 maintaining my config.
Is this possible without flash openwrt even on the AP?
Can continue to manage the switch and the APs with unifi network appliances?
For what i see on opewrt luci interface i cannot set the dhcp for every network, i've to do trough /etc/config/dhcp right?
what is the best way to migrate to openwrtx86?
Thanks in advice!