Add GUI for VLAN configurations

Suggest improvements and new features for Gargoyle.

Moderator: Moderators

psycik
Posts: 74
Joined: Mon Mar 21, 2011 3:27 pm

Re: Add GUI for VLAN configurations

Post 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.

ninderrycomp
Posts: 41
Joined: Thu Dec 03, 2015 3:20 am

Re: Add GUI for VLAN configurations

Post 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 :(

ripmyundies
Posts: 19
Joined: Fri Jul 15, 2011 6:55 am

Re: Add GUI for VLAN configurations

Post 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?

Lantis
Moderator
Posts: 6751
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: Add GUI for VLAN configurations

Post 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.
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

hillbilly
Posts: 10
Joined: Wed Nov 22, 2017 3:53 pm

Re: Add GUI for VLAN configurations

Post 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'
#########################

User avatar
ericwong
Posts: 430
Joined: Sat Aug 25, 2012 6:15 am
Location: Melbourne, Australia
Contact:

Re: Add GUI for VLAN configurations

Post 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.
Eric Wong

PM me if you need to buy Gargoyle router in Australia/NZ, willing to pay me to help you on your Gargoyle configurations or build custom configured ROM with pre-installed app or try to fix your bricked router. Yes, I am looking for job/work.

hillbilly
Posts: 10
Joined: Wed Nov 22, 2017 3:53 pm

Re: Add GUI for VLAN configurations

Post 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.

Post Reply