Page 4 of 4
					
				Re: Add GUI for VLAN configurations
				Posted: Wed Oct 05, 2016 4:41 pm
				by psycik
				I could never get the 2.1 hardware with the latest gargoyle version to work.  
Have currently implemented the tagging manually on a 1.6.2 version of gargoyle on the 1.8v hardware.  
Is rock solid though.
			 
			
					
				Re: Add GUI for VLAN configurations
				Posted: Tue Apr 11, 2017 9:20 pm
				by ninderrycomp
				So are there any plans of implementing VLAN IDs anytime soon? I have a friend with an iPrimus connection that needs VLAN ID 100 and was planning to use Gargoyle 

 
			
					
				Re: Add GUI for VLAN configurations
				Posted: Tue Sep 12, 2017 2:31 am
				by ripmyundies
				Hi all
I have a WNDR3700v4 running 1.9.0 Gargoyle.  
In NZ, and got Vodafone FibreX (1G over cable).  It required VLAN10 and made the network file changes and got it all working.
The only issue is performance, I'm only getting 50MB/s throughput.  Any ideas or suggestions?
			 
			
					
				Re: Add GUI for VLAN configurations
				Posted: Tue Sep 12, 2017 4:12 am
				by Lantis
				50MegaBYTES per second?
You won't get much faster than that without heftier hardware due to no hardware acceleration in third party firmware. 
If you aren't overly attached to Gargoyle, LEDE has some user tested fast pathing in the forums you could try, which may get you closer to line speed.
			 
			
					
				Re: Add GUI for VLAN configurations
				Posted: Wed Nov 22, 2017 4:15 pm
				by hillbilly
				Here is my config for a TL-WR841ND (v8) on Gargoyle 1.9.1 (don't like the GUI on the newer versions). I'm with Spark (NZ). On the Huawei router provided by Spark, it's preconfigured to use PPPoE so I tried to do the same on Gargoyle, but don't know if that is strictly required.
Essentially I only changed a line under 'wan' to 'eth0.10' and added the section at the end:
config switch_vlan
        option device 'switch0'
        option vlan '10'
        option ports '0t 5t'
Here is the content of the file /etc/config/network:
#########################
config interface 'loopback'
        option ifname 'lo'
        option proto 'static'
        option ipaddr '127.0.0.1'
        option netmask '255.0.0.0'
config globals 'globals'
        option ula_prefix 'fd84:b0b5:daa3::/48'
config interface 'lan'
        option ifname 'eth1'
        option force_link '1'
        option type 'bridge'
        option proto 'static'
        option netmask '255.255.255.0'
        option ip6assign '60'
        option ipaddr '192.168.86.1'
        option dns '192.168.86.1'
config interface 'wan'
        option ifname 'eth0.10'
        option proto 'pppoe'
        option username 'user @ spark .co .nz'
        option password 'password'
        option keepalive '3 5'
        option ipv6 '0'
config interface 'wan6'
        option ifname 'eth0'
        option proto 'dhcpv6'
config switch
        option name 'switch0'
        option reset '1'
        option enable_vlan '1'
config switch_vlan
        option device 'switch0'
        option vlan '1'
        option ports '0 1 2 3 4'
config switch_vlan
        option device 'switch0'
        option vlan '10'
        option ports '0t 5t'
#########################
			 
			
					
				Re: Add GUI for VLAN configurations
				Posted: Wed Nov 22, 2017 9:04 pm
				by ericwong
				hillbilly wrote:On the Huawei router provided by Spark, it's preconfigured to use PPPoE so I tried to do the same on Gargoyle, but don't know if that is strictly required.
1) If it uses PPPoE, then you should use PPPoE. There is a GUI in Gargoyle you can use to set it.
2) You have posted in the wrong thread, please create another thread for your question if you still need help.
 
			
					
				Re: Add GUI for VLAN configurations
				Posted: Thu Nov 23, 2017 5:34 am
				by hillbilly
				I used the GUI to configure the PPPoE first, then edited /etc/config/network.
It's working for me on the TL-WR841ND. Going to try and configure TL-WDR4300 for VLAN 10 now.
BTW, am getting 27Mb/s download speed, and 14Mb/s Upload.