Site Tools


faq

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
faq [2024/10/22 17:12] – [How Do I Choose a Build? (build naming scheme)] hogwildfaq [2024/10/23 19:58] (current) – [The Web Interface (GUI) is Slow / not Responding] hogwild
Line 5: Line 5:
 //Q: I'm new to FreshTomato. Where should I start?// //Q: I'm new to FreshTomato. Where should I start?//
  
- \\  //A:// You're in the right place.  \\+ \\  //A:// You're in the right place.  \\  \\
  
-  * Go the [[hardware_compatibility|Hardware compatibility]] page and verify your device is supported by FreshTomato\\ Read the HW revision and Notes columns there. +  * Check your device is supported by FreshTomato on the [[hardware_compatibility|Hardware compatibility]] \\ page. Read the HW revision and Notes columns there. 
-  * Overall, the installation process is fairly safe. Depending on your hardware, there are \\ recovery procedures if things don't go as planned. However, you are responsible for \\ any risks involved in upgrading your device to FreshTomato. +  * Overall, the installation process is quite safe. Depending on your hardware, \\ there are recovery procedures if things don't go as planned. However, you're \\ responsible for any risks involved in upgrading your device to FreshTomato. 
-  * Use an Ethernet connection between your client device and a LAN port on the router+  * Use an Ethernet connection between the client device and a router LAN port. 
-  * Read and follow the [[firmware_basics_procedures|Installing FreshTomato]] section. This guides you through the steps \\ needed to install FreshTomato.+  * Read and follow the [[firmware_basics_procedures|Installing FreshTomato]] section. This guides you through \\ the steps needed to install FreshTomato.
   * There's a lot of information on the wiki. It's not all where you expect to find it. \\ Take a look around.   * There's a lot of information on the wiki. It's not all where you expect to find it. \\ Take a look around.
  
Line 66: Line 66:
  
 ''freshtomato-RT-AC3200-ARM-2021.3-AIO-128K.zip_no_media_server'' ''freshtomato-RT-AC3200-ARM-2021.3-AIO-128K.zip_no_media_server''
 +
 + \\
  
   * Fork name: FreshTomato. \\    * Fork name: FreshTomato. \\ 
Line 111: Line 113:
  \\ This can become a complex topic rather quickly. In general, there will be physical interfaces, such as "eth" and "wl", and logical interfaces, like "br" and "vlan". When using FreshTomato's VPN technologies, other interface names may appear. For example, a VPN interface might be named "tun11", "tinc", "ppp0", or "wg0".  \\ This can become a complex topic rather quickly. In general, there will be physical interfaces, such as "eth" and "wl", and logical interfaces, like "br" and "vlan". When using FreshTomato's VPN technologies, other interface names may appear. For example, a VPN interface might be named "tun11", "tinc", "ppp0", or "wg0".
  
-  * ethXis a physical interface. It can represent Ethernet or WiFi interfaces. + \\ 
-  * wlXis a physical wireless interface. It is often associated with an "eth" reference. + 
-  * brXis a logical interface. It bridges together two physical interfaces. +  * ethX is a physical interface. It can represent either \\ Ethernet or WiFi interfaces. 
-  * vlanXidentifies a VLAN (a logical separation). +  * wlX is a physical wireless interface. It is often associated \\ represented with an "eth" reference. 
-  * tunXXis an OpenVPN interface. (for example, tun13 = client3, tun21 = server1). +  * brXis a logical interface bridging together two physical interfaces. 
-  * tincis a logical tunnel interface used by tinc VPN technology+  * vlanX identifies a VLAN (a logical separation). 
-  * wg0is an interface used by Wireguard.+  * tunXX is an OpenVPN interface. \\ (For example, tun13 = client3, tun21 = server1). 
 +  * tinc is a logical tunnel interface used by the tinc function
 +  * wg0 is an interface used by the Wireguard function.
  
  \\  \\
  
-Some structures, like additional SSIDs (Virtual Wireless LANs) will create sub-interfaces. Thus, it's common to see interfaces with periods in them. For example, wl0.2 would represent the second alias of the first WiFi radio.+Some structures, like additional SSIDs (Virtual Wireless LANs) will create sub-interfaces. Thus, it's common to see interfaces with periods in them. For example, "wl0.2would represent the second alias of the first WiFi radio.
  
  
Line 149: Line 153:
 (See [[https://busybox.net/]]) (See [[https://busybox.net/]])
  
-BusyBox combines tiny versions of many common UNIX/Linux utilities into a single small executable. It provides minimal replacements for most utilities you find in GNU coreutils, util-linux, etcetera. Generally, BusyBox utilities have fewer options than their GNU equivalents. However, the options included provide the expected functionality and behave much like their GNU equivalents.+BusyBox combines tiny versions of many common UNIX/Linux utilities into a single small executable. It provides minimal replacements for most utilities you find in GNU coreutils, util-linux, etcetera. 
 + 
 +Generally, BusyBox utilities have fewer options than their GNU equivalents. However, the options included provide the expected functionality and behave much like their GNU equivalents.
  
 Read more at: [[https://www.commandlinux.com/man-page/man1/busybox.1.html]] Read more at: [[https://www.commandlinux.com/man-page/man1/busybox.1.html]]
  
  
-===== The Web Interface (GUI) is Slow or not Responding =====+===== The Web Interface (GUI) is Slow not Responding =====
  
 //Q: The GUI is slow. Is this normal?// //Q: The GUI is slow. Is this normal?//
Line 164: Line 170:
 To resolve these issues, please do the following: To resolve these issues, please do the following:
  
-  - First, clear the browser cache either via the graphical interface, or by reloading the page using \\ CTRL-F5 on the keyboard.+ \\ 
 + 
 +  - First, clear the browser cache either via the web interface, \\ or by reloading the page using \\ CTRL-F5 on the keyboard.
   - Try a different browser.   - Try a different browser.
-  - Rarely, multiple copies of FreshTomato's graphical interface certificate are stored in the browser.\\ If this happens, remove any unwanted (or allFreshTomato certificates stored in your browser \\ before reconnecting to the web interface.+  - Rarely, multiple copies of the web interface certificate \\ are stored in the browser. If this happens, remove any \\ or all unwanted FreshTomato certificates stored in your browser \\ before reconnecting to the web interface.
  
  \\  \\
  
 If the GUI is completely unresponsive, log in via SSH (preferred) or telnet and check: If the GUI is completely unresponsive, log in via SSH (preferred) or telnet and check:
 +
 + \\
  
   - CPU utilization. You can check this by running the "top" command.   - CPU utilization. You can check this by running the "top" command.
-  - The presence of content in the "/www" folder. Check this by issuing the command "ls -l /www" . +  - The presence of content in the "/www" folder. Check this by \\ issuing the command "ls -l /www" . 
-  - The httpd daemon is running. Check this by typing "ps | grep [h]ttpd" at a command line.+  - The httpd daemon is running. Check this by typing: \\ "ps | grep [h]ttpd" at a command line.
  
  
faq.1729613540.txt.gz · Last modified: 2024/10/22 17:12 by hogwild