After hours and hours of trying, i decided to create a testscript to not block anything for testing purposes, and tried the following:
#!/bin/sh
#if vlan20 does not exist run script
robocfg show | grep -i vlan20 > /dev/null 2>&1 || \
(
sleep 4
#setup vlans and bridges with subnets
robocfg vlan...
Hi Guys,
I'm a regular visitor on this forum and user of Merlin for a few years now, i usually poke around untill i get it right but i'm stuck with this for so long (2 months) i decided to ask for your much needed help.
Router: AC88U
My goal, is to have 4 VLAN's as such;
1 - private -...