User Tools

Site Tools


devices:ea6700_tomato

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
devices:ea6700_tomato [2018/12/04 19:27] Sean Rhonedevices:ea6700_tomato [2018/12/04 19:29] (current) Sean Rhone
Line 1: Line 1:
 +====== Information ======
  
 +  * Linksys EA6700 ((https://www.linksys.com/gb/p/P-EA6700))
 +  * FreshTomato-ARM ((https://www.linksysinfo.org/index.php?threads/fork-freshtomato-arm.74117/))
 +
 +====== Settings ======
 +
 +===== Basic =====
 +
 +==== Network ====
 +
 +=== WAN Settings ===
 +
 +  * DNS server is the IPv4 addresses for OpenNIC's Anycast Tier 2 servers
 +
 +  * DNS Server: Manual
 +  * DNS 1: 185.121.177.177
 +  * DNS 2: 169.239.202.202
 +
 +=== LAN ===
 +
 +  * IP Range: 192.168.100 - 149
 +
 +=== Wireless (2.4 GHz / eth1) ===
 +
 +  * Wireless Network Mode: N Only
 +  * SSID: The Crossroads (2.4GHz)
 +  * Channel: 6 - 2.437 GHz
 +  * Channel Width: 40 MHz
 +  * Control Sideband: Upper
 +
 +  * Security: WPA2 Personal
 +  * Encryption: AES
 +  * Shared Key: (usual)
 +
 +=== Wireless (5 GHz / eth2) ===
 +
 +  * Wireless Network Mode: Auto
 +  * SSID: Highgate (5GHz)
 +  * Channel: 40 - 5.200 GHz
 +  * Channel Width: 80 MHz
 +  * Control Sideband: Upper
 +
 +  * Security: WPA2 Personal
 +  * Encryption: AES
 +  * Shared Key: (usual)
 +
 +==== IPv6 ====
 +
 +=== IPv6 Configuration ===
 +
 +  * DNS server is the IPv6 addresses for OpenNIC's Anycast Tier 2 servers
 +
 +  * IPv6 Service Type: DHCPv6 with Prefix Delegation
 +  * Static DNS:
 +
 +  2a05:dfc7:5::53
 +
 +  2a05:dfc7:5::5353
 +
 +==== Identification ====
 +
 +=== Router Identification ===
 +
 +  * Router Name: Wraeclast
 +
 +==== Time ====
 +
 +=== Time ===
 +
 +  * Time Zone: UTC-05:00 Eastern Time
 +  * NTP Time Server: North America
 +
 +==== DDNS ====
 +
 +=== Dynamic DNS 1 ===
 +
 +  * :!: Change Password to DDNS password
 +
 +  * Service: namecheap
 +  * Hostname: @
 +  * Domain: realmofespionage.xyz
 +  * Password: x
 +
 +===== Advanced =====
 +
 +==== Adblock ====
 +
 +=== Adblock Settings ===
 +
 +  * Enable: [x]
 +
 +=== Blacklist URL ===
 +
 +  * Delete everything
 +
 +  * On: [x]
 +  * Blacklist URL:
 +  * Description:
 +
 +  https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts
 +
 +  Unified hosts + fakenews + gambling
 +
 +==== MAC Address ====
 +
 +=== MAC Address ===
 +
 +  * Random all 3 ((due to a CFE data wipe, this router has no legitimate MAC address))
 +
 +==== Port Forwarding ====
 +
 +=== Basic ===
 +
 +== Port Forwarding ==
 +
 +  * :!: If more than a web server is being hosted, this will need additional entries
 +
 +  * On: [x]
 +  * Protocol: TCP
 +  * Ext Ports: 80
 +  * Int Address: 192.168.1.153
 +  * Description: HTTP
 +
 +  * On: [x]
 +  * Protocol: TCP
 +  * Ext Ports: 443
 +  * Int Address: 192.168.1.153
 +  * Description: HTTPS
 +
 +===== Administration =====
 +
 +===== Admin Access =====
 +
 +===== Username / Password =====
 +
 +  * Username: x
 +  * Allow web login as "root": [ ]
 +  * Password: x
 +  * (re-enter to confirm): x
 +
 +===== TomatoAnon =====
 +
 +  * :!: TODO: Maybe submit a patch to fix the wording on this
 +
 +  * Do you know what TomatoAnon doing ?: Yes, i do and want to make a choice
 +  * Do you want enable TomatoAnon ?: Yes, i`m sure i do
 +
 +===== Scheduler =====
 +
 +==== Reboot ====
 +
 +  * Enabled: [x]
 +  * Time: 5:00 AM
 +  * Days: Everyday
 +
 +====== Update ======
 +
 +===== Notes =====
 +
 +  * https://www.linksysinfo.org/index.php?threads/fork-freshtomato-arm.74117/
 +  * https://bitbucket.org/kille72/freshtomato-arm/src
 +
 +===== Web UI =====
 +
 +  * http://192.168.1.1/admin-upgrade.asp
 +
 +  * http://freshtomato.org/
 +  * https://exotic.se/freshtomato-arm/
 +
 +  freshtomato-EA6700-ARM-x-AIO-64K.zip
 +
 +===== Alternatives =====
 +
 +==== TFTP ====
 +
 +  * :!: ''firmware.bin'' should be the name of the firmware file that exists in the directory you're in when you started the ''tftp'' command
 +
 +  tftp 192.168.1.1
 +
 +  binary
 +
 +  rexmt 1
 +
 +  timeout 60
 +
 +  put firmware.bin
 +
 +==== mtd ====
 +
 +  * :!: This was **not** tested with Tomato
 +  * :!: This assumes the CFE was modified to only have a single ''linux'' partition, and not the dual-partition thing that stock firmware/CFE used ((can re-run the command and target ''linux2'' if at all unsure if there's a second partition))
 +  * :!: Change the ''wget'' URL as-needed
 +  * :!: ''login'' username is ''root''
 +
 +  telnet '192.168.1.1'
 +
 +  wget -O '/tmp/firmware.bin' 'URL' && sync && mtd write '/tmp/firmware.bin' 'linux'
 +
 +==== NVRAM Wipe ====
 +
 +  * May be necessary after an update
 +  * :!: This will wipe out all router settings and everything will need set back up again
 +
 +  erase nvram
 +
 +==== Reboot ====
 +
 +****
 +
 +  sync && reboot
 +
 +====== Tweaks ======
 +
 +===== Overclock =====
 +
 +==== Get Current Clocks ====
 +
 +  * Likely ''800,533'' by-default
 +
 +  nvram get 'clkfreq'
 +
 +==== Set Clocks ====
 +
 +****
 +
 +  nvram set 'clkfreq'='1200,600' && nvram commit
/var/www/wiki/data/pages/devices/ea6700_tomato.txt · Last modified: 2018/12/04 19:29 by Sean Rhone