Search found 5180 matches

by ispyisail
Mon Dec 25, 2023 3:46 am
Forum: Feature Requests
Topic: Fibre connections VLAN
Replies: 22
Views: 86144

Re: Fibre connections VLAN

I've been struggling with VLAN basic concepts, I finally found a video that explains it well

https://youtu.be/MmwF1oHOvmg
by ispyisail
Tue Dec 12, 2023 8:27 pm
Forum: Hardware / Installation Issues
Topic: Ubnt RS Pro upgrade 1.14.0
Replies: 4
Views: 54912

Ubnt RS Pro upgrade 1.14.0

Hi all

I'm slowly upgrading my routers to 1.14.0

My Ubnt RS Pro upgrade to 1.14.0 fails to upgrade (via GUI)

I haven't checked the logs or tried OpenWRT yet

Just reporting, no action is required
by ispyisail
Wed Dec 06, 2023 12:34 am
Forum: Monitoring / Quota / QoS Issues
Topic: Gargoyle usage not close to ISP reporting
Replies: 7
Views: 32732

Re: Gargoyle usage not close to ISP reporting

Is the fix for this moving to 1.14?
If so will 1.14 be available for my router/ chipset?
maybe next version?
by ispyisail
Sat Dec 02, 2023 7:00 pm
Forum: Feature Requests
Topic: Fibre connections VLAN
Replies: 22
Views: 86144

Re: Fibre connections VLAN

It's still not quite right but close

I can stop VLAN passthrough

Apart from that everything works as expected

Image
by ispyisail
Sat Dec 02, 2023 3:56 pm
Forum: Feature Requests
Topic: Fibre connections VLAN
Replies: 22
Views: 86144

Re: Fibre connections VLAN

Had openwrt working then switched to Gargoyle and it semi-worked Looks like I forgot to add firewall changes # /etc/config/dhcp uci del dhcp.lan.ra_slaac uci set dhcp.VLAN10=dhcp uci set dhcp.VLAN10.interface='VLAN10' uci set dhcp.VLAN10.start='100' uci set dhcp.VLAN10.limit='150' uci set dhcp.VLAN1...
by ispyisail
Sat Dec 02, 2023 6:22 am
Forum: Feature Requests
Topic: Fibre connections VLAN
Replies: 22
Views: 86144

Re: Fibre connections VLAN

After much testing flashing and many failures, this is my best solution. I still haven't tried it in the real world yet as I don't have fibre at home. WAN connection has to be VLAN 10 LAN is either normal or VLAN 10 Network config interface 'loopback' option device 'lo' option proto 'static' option ...
by ispyisail
Fri Dec 01, 2023 4:09 am
Forum: Feature Requests
Topic: Fibre connections VLAN
Replies: 22
Views: 86144

Re: Fibre connections VLAN

Yep that worked https://i.imgur.com/zGjgvVL.png config interface 'wan' option proto 'dhcp' option device 'eth0.10' config interface 'wan6' option proto 'dhcpv6' option device 'eth0.10' option reqaddress 'try' option reqprefix 'auto' config switch option name 'switch0' option reset '1' option enable_...
by ispyisail
Fri Dec 01, 2023 4:00 am
Forum: Feature Requests
Topic: Fibre connections VLAN
Replies: 22
Views: 86144

Re: Fibre connections VLAN

Image
by ispyisail
Fri Dec 01, 2023 2:11 am
Forum: Feature Requests
Topic: Fibre connections VLAN
Replies: 22
Views: 86144

Re: Fibre connections VLAN

OpenWrt 22.x config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option ula_prefix 'fd8a:6535:a452::/48' config device option name 'br-lan' option type 'bridge' list ports 'eth1.1' config interface 'lan' o...
by ispyisail
Thu Nov 30, 2023 9:51 pm
Forum: Feature Requests
Topic: Fibre connections VLAN
Replies: 22
Views: 86144

Re: Fibre connections VLAN

Image

Image