Skip to content

Instantly share code, notes, and snippets.

@corny
Created July 18, 2015 17:48
Show Gist options
  • Save corny/1a72f9dc73f226f99042 to your computer and use it in GitHub Desktop.
Save corny/1a72f9dc73f226f99042 to your computer and use it in GitHub Desktop.
Fix CPE network for Breminale
uci del network.port2
uci del network.port3
uci del network.port4
uci del network.port5
uci del network.port2_vlan
uci del network.port3_vlan
uci del network.port4_vlan
uci del network.port5_vlan
uci del network.office_vlan
uci set network.wan.ifname=eth0.2
uci set network.client.ifname=eth0.1
uci set network.mgmt_vlan.ports="0t 1t 2t 3t 4t 5t"
uci set network.client_vlan.ports="0t 1t 2t 3t 4t 5t"
uci commit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment