Page 1 of 1

WNDR3800 firmware no longer there?

Posted: Sat Feb 19, 2022 5:31 am
by rockyd
Do I assume WNDR3800 is incorporated into the WNDR3800ch firmware or no longer supported? Tried searching for the answer but was unable to find it.

Re: WNDR3800 firmware no longer there?

Posted: Sat Feb 19, 2022 6:40 am
by Lantis
No, they are distinctly different.
And i can find all 4 in the downloads page.

Where are you looking?

Re: WNDR3800 firmware no longer there?

Posted: Sat Feb 19, 2022 6:04 pm
by rockyd
Download page
Copy of the visible files on download page

gargoyle_1.13.0-ar71xx-generic-vmlinux-lzma.elf acf129f65c98bfb3f4909f7e138603b9

gargoyle_1.13.0-ar71xx-generic-wndr3800ch-squashfs-factory.img bfc6c2eb841685ca9c55aaf0dd1a982f

gargoyle_1.13.0-ar71xx-generic-wndr3800ch-squashfs-sysupgrade.bin dd1ce4ab43246e1e48da39eb3cad7d7b

gargoyle_1.13.0-ar71xx-generic-wndrmac-squashfs-factory.img bdedfd2016c817881129ec04a8efafac

Re: WNDR3800 firmware no longer there?

Posted: Sat Feb 19, 2022 6:08 pm
by rockyd
1.12 downloads page has them

Re: WNDR3800 firmware no longer there?

Posted: Sun Feb 20, 2022 1:39 am
by Lantis
gargoyle_1.13.0-ath79-generic-netgear_wndr3800-squashfs-factory.img 9ab314bc7ca905aec040943c3198a4f7
gargoyle_1.13.0-ath79-generic-netgear_wndr3800-squashfs-sysupgrade.bin 4402a8b8da63b7ff78a8a3353a06c618

I feel like CTRL+F might have helped you hereā€¦

Re: WNDR3800 firmware no longer there?

Posted: Sun Feb 20, 2022 6:33 am
by rockyd
Ah thanks, and sorry for wasting your time.

Re: WNDR3800 firmware no longer there?

Posted: Sun Feb 20, 2022 9:11 am
by Lantis
No trouble at all! Reminded me to go find my own wndr3800 and put it back into service.

Re: WNDR3800 firmware no longer there?

Posted: Wed Feb 23, 2022 3:14 am
by rockyd
Flashed it and seems to work, had an error about it running out of room on first go. But didn't see it again after a few factory resets. Which were required due to me trial and erroring my way into working out the VLAN settings in the network file. came up with this, it works but unsure if there are any wrong setting in it.

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 'fd19:6fdd:4ff0::/48'

config interface 'lan'
option type 'bridge'
option ifname 'eth0.1'
option proto 'static'
option netmask '255.255.255.0'
option ip6assign '60'
option ipaddr '172.16.0.254'
option ip6ifaceid '::1'
option dns 'xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx'

config device 'lan_eth0_dev'
option name 'eth0.1'
option macaddr '0a:bd:43:b0:ac:35'

config interface 'wan'
option ifname 'eth1.2'
option proto 'pppoe'
option username 'xxxxxxxx'
option password 'xxxxxxxx'
option keepalive '3 5'
option ipv6 'auto'
option dns 'xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx'
option peerdns '0'

config interface 'wan6'
option ifname 'eth1.2'
option proto 'none'

config switch
option name 'switch0'
option reset '1'
option enable_vlan '1'
option blinkrate '2'

config switch_vlan
option device 'switch0'
option vlan '1'
option ports '0 1 2 3 5t'

config switch_vlan
option device 'switch0'
option vlan '2'
option ports '5t'

config switch_port
option device 'switch0'
option port '1'
option led '6'

config switch_port
option device 'switch0'
option port '2'
option led '9'

config switch_port
option device 'switch0'
option port '5'
option led '2'

Not running it as my main router yet, still have a heap of configuring to do, and will be trialling it on and off.

p.s no chance in being able to remember ipv6 address's like I could with ipv4 address's