From b088c40a877837b264d3dc984ebb70aee54a449e Mon Sep 17 00:00:00 2001 From: Petko Bordjukov Date: Wed, 2 Nov 2016 23:33:32 +0200 Subject: [PATCH] Update the archer dual trunk mixin --- files/archer-c5-dual-trunk/etc/config/network | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/files/archer-c5-dual-trunk/etc/config/network b/files/archer-c5-dual-trunk/etc/config/network index b34c4fc..2a071a2 100644 --- a/files/archer-c5-dual-trunk/etc/config/network +++ b/files/archer-c5-dual-trunk/etc/config/network @@ -9,8 +9,8 @@ config interface 'management' option proto 'static' option ipaddr '' option netmask '255.255.255.0' - option gateway '10.100.0.1' - option dns '10.100.0.1' + option gateway '10.20.0.1' + option dns '10.20.0.1' option ipv6 'no' config interface 'wireless' @@ -27,15 +27,15 @@ config switch config switch_vlan option device 'switch0' - option vlan '25' + option vlan '5' option ports '1 2' config switch_vlan option device 'switch0' - option vlan '100' + option vlan '20' option ports '1t 2t 6' config switch_vlan option device 'switch0' - option vlan '102' + option vlan '22' option ports '0 1t 2t'