Close Menu
  • Home
  • About
  • Wearables
  • Earbuds
  • Computer Accessories
    • Routers
    • Remotes
  • Embedded
    • Single Board Computers
    • Addon Boards
    • Raspberry Pi
  • Wireless Routers
  • Contact
Facebook X (Twitter) Instagram
Trending News
  • Up to 60% Off AliExpress Mega Promo Codes List | October 2025 Deals
  • LattePanda IOTA Review: 4 Reasons It Beats Raspberry Pi 5
  • Xiaomi 17 Pro Max vs iPhone 17 Pro Max: Specs, Price & Honest Review
  • Premium Budget RGB Gaming Keyboard 2025? Rii RK805 Full Review
  • Orange Pi AI Studio / Pro launched Globally, Rivaling Nvidia Jetson Orin Nano
  • Banana Pi BPI-R4 Pro: Wi-Fi 7 Router with 10G SFP+ Ports Released
  • Orange Pi 4 Pro RISC-V SBC Debuts with Allwinner SoC and WiFi 6 Support
  • Orange Pi 6 Plus 12-core ARM board Official Details & Prices released
AndroidPIMP
Facebook X (Twitter) Instagram
  • Home
  • About
  • Wearables
  • Earbuds
  • Computer Accessories
    • Routers
    • Remotes
  • Embedded
    • Single Board Computers
    • Addon Boards
    • Raspberry Pi
  • Wireless Routers
  • Contact
AndroidPIMP
Best Deals

How to Go Anonymous Online and Secure Your Home Network with OpenWrt Router

By androidpimpApril 9, 2020Updated:April 12, 2023No Comments6 Mins Read
Facebook Twitter Pinterest LinkedIn Tumblr Email
Follow Us
Google News Flipboard
Secure OpenWrt Router
Secure OpenWrt Router
Table of contents
  1. OpenWrt Router Setup
  2. Recommended Luci Apps
    1. Adblock service
    2. Tools for network diagnosis like traceroute and ping
    3. E2Guardian
  3. CloudShark Network Analysis
    1. Capturing packets from an OpenWrt appliance.
    2. VnStat Traffic Analyzer
    3. Quality of Service
    4. ClamAV Antivirus
  4. Samba
  5. TOR – Surf Anonymous Online
    1. Privoxy configuration

OpenWrt Router Setup

A Guide to How to Securely Remote Work From Home with OpenWrt

In this quick guide, we will discuss a few recommended services that you can run and manage through OpenWrt LuCI Web Interface that are worth installing on your device, which will bring value and extra security-related features.

OpenWrt is a completely free popular Linux operating system that offers plenty of packages containing services that can be used in your router or loaded through your NanoPi R2S SBC when setting up a home or office network.

In addition to OpenWrt’s advanced firewall settings, you can also find a few packages that can help prevent malware and spam on your network. So let’s start with our top list recommendations.


Recommended Luci Apps

Adblock service

OpenWrt offers a simple AdBlock service you can install in your router or SBC (Single board computer). with this service, you can block malicious content, and add specific domains to a Whitelist and Blocklist.

To install the relevant packages you can go to System-> software and install the following packages:

  • adblock
  • luci-app-simple-adblock
  • luci-app-adblock

or install the packages in CLI (Command Line) Mode:

opkg update
opkg install adblock luci-app-adblock luci-app-adblock

After installing the above packages you will find it under:

Services-> Simple AdBlock

OpenWrt AdBlock
OpenWrt AdBlock

Tools for network diagnosis like traceroute and ping

To install the relevant package you can go to System-> software and install the following package:

luci-app-freifunk-diagnostics

or install the package in CLI (Command Line) Mode:

opkg update
opkg install luci-app-freifunk-diagnostics

After installing the above packages you will find it under:

Network-> Diagnostics

OpenWrt Diagnostics
OpenWrt Diagnostics

E2Guardian

E2guardian is a web content filter that can work in proxy, transparent, or icap server modes.

To install the relevant package you can go to System-> software and install the following package:

  • e2guardian
  • luci-app-e2guardian

or install the packages in CLI (Command Line) Mode:

opkg update
opkg install e2guardian luci-app-e2guardian

After installing the above packages you will find it under:

Services-> E2Guardian

OpenWrt EGuardian
OpenWrt E2Guardian

CloudShark Network Analysis

Capturing packets from an OpenWrt appliance.

This service can be used to configure the router to sniff packets to/from monitored devices on the device running the Wireshark app.

To install the relevant package you can go to System-> software and install the following package:

  • tcpdump
  • luci-app-cshark
  • cshark

or install the packages in CLI (Command Line) Mode:

opkg update
opkg install cshark luci-app-cshark

After installing the above packages you will find it under:

Networks-> CloudShark

OpenWrt CloudShark
OpenWrt CloudShark

VnStat Traffic Analyzer

vnStat is a console-based network traffic monitor for Linux and BSD that keeps a log of network traffic for the selected interface(s). It uses the network interface statistics provided by the kernel as an information source.

To install the relevant package you can go to System-> software and install the following package:

  • vnstat
  • luci-app-vnstat
  • luci-app-cshark

or install the packages in CLI (Command Line) Mode:

opkg update
opkg install vnstat luci-app-vnstat luci-app-cshark

After installing the above packages you will find them under:

Status-> VnSat Traffic Monitor

OpenWrt VnStat
OpenWrt VnStat

Quality of Service

It stands for Quality of Service, simply how efficiently the bandwidth could be used to improve network quality and minimize network latency.  It also ensures a fair portion of bandwidth is always available for critical applications.

To install the relevant package you can go to System-> software and install the following package:

luci-app-qos

or install the packages in CLI (Command Line) Mode:

opkg update
opkg install clamav luci-app-clamav calmsmtp

After installing the above packages you will find it under:

Network-> SQM QoS

OpenWrt QoS
OpenWrt QoS

ClamAV Antivirus

CalmVB is an open-source antivirus engine for detecting trojans, viruses, malware & other malicious threats.

To install the relevant package you can go to System-> software and install the following package:

  • clamav
  • luci-app-clamav
  • freshclam
  • clamsmtp

or install the packages in CLI (Command Line) Mode:

opkg update
opkg install clamav luci-app-clamav calmsmtp

After installing the above packages you will find it under:

Services-> CalmAV

OpenWrt CalmAV
OpenWrt CalmAV

Samba

Samba is an open-source software suite that runs on Unix/Linux-based platforms but is able to communicate with Windows clients like a native application. So Samba is able to provide this service by employing the Common Internet File System (CIFS).

To install the relevant package you can go to System-> software and install the following package:

  • kmod-usb-storage
  • block-mount
  • samba36-server
  • luci-app-samba

or install the packages in CLI (Command Line) Mode:

opkg update
opkg install luci-app-samba samba36-server block-mount kmod-usb-storage
OpenWrt Samaba
OpenWrt Samaba

TOR – Surf Anonymous Online

In this example, Privoxy is used as a proxy server.

TOR (The Onion Router) is software that allows users to browse the Web anonymously. Developed by the Tor Project, a nonprofit organization.

Privoxy (Privacy Enhancing Proxy) is a popular web proxy with advanced filtering options to protect privacy. Privoxy is of course also under the GPL license and is included in the package lists of many Linux distributions.

To install all relevant packages you can go to System-> software and install the following package:

  • libpcre
  • privoxy
  • luci-app-privoxy

or install the packages in CLI (Command Line) Mode:

opkg update
opkg install libpcre privoxy luci-app-privoxy

Privoxy configuration

The remaining settings are made in the OpenWRT web interface, in which Privoxy was automatically integrated during the installation.

In the “Access Control” tab, the IP address of the proxy server is now defined (more normally the IP address of the router) and the port used (Privoxy standard port = 8118). Furthermore, the network must be specified, which may later use the proxy.

Listen to addresses192.168.0.1:8118
Permit access192.168.0.0/24
Toggle statusA
Enable remote toggleA
Enable remote toggle via HTTPOut
Enable action file editorA
Enforce page blockingOut

It continues in the “Forwarding” tab. Here the SOCKS5 forwarding to the TOR service is set up with the standard port 9050. Slash and dot are relevant and must be adopted.

Forward SOCKS 5/ 127.0.0.1:9050.

Now go to the “Miscellaneous” tab.

Accept intercepted requestsA
Allow CGI request crunchingOut
Split large formsOut
 Tolerate pipeliningOut
Connection sharingOut
Handle as empty doc returns okOut
Enable compressionOut

Finally, the configuration is saved and applied with “Save & Apply”.

Finished. Now you can enter the OpenWRT router as a proxy on your clients in the LAN and surf anonymously via the TOR network.

Proxy address in this example192.168.0.1:8118
Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
Previous ArticleHuskyLens by DFRobot Unveils AI Video Camera Capable of Deep Learning
Next Article Top 13 Windows Security Apps for Cyber Attacks Protection
androidpimp
  • Website

Related Posts

Up to 60% Off AliExpress Mega Promo Codes List | October 2025 Deals

October 9, 2025
DHgate new Discount Global Promo Codes 2025

DHgate Global Promo Codes 2025: Unlock Amazing Deals Today!

March 9, 2025

Best Usenet Provider for 2025: Check Giganews Usenet Plans!

January 24, 2025
0 0 votes
Article Rating
Subscribe
Notify of
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Categories
PureVPN
PureVPN Ad Banner
VyprVPN – No. 1 in Anonymity
Vyprvpn 350x260
PrivadoVPN – No. 1 in Parental Control
PrivadoVPN 350x437
Recent Posts
  • Up to 60% Off AliExpress Mega Promo Codes List | October 2025 Deals
  • LattePanda IOTA Review: 4 Reasons It Beats Raspberry Pi 5
  • Xiaomi 17 Pro Max vs iPhone 17 Pro Max: Specs, Price & Honest Review
  • Premium Budget RGB Gaming Keyboard 2025? Rii RK805 Full Review
  • Orange Pi AI Studio / Pro launched Globally, Rivaling Nvidia Jetson Orin Nano
  • Banana Pi BPI-R4 Pro: Wi-Fi 7 Router with 10G SFP+ Ports Released
  • Orange Pi 4 Pro RISC-V SBC Debuts with Allwinner SoC and WiFi 6 Support
  • Orange Pi 6 Plus 12-core ARM board Official Details & Prices released
  • POCO F8 Ultra: First Leaks Reveal Flagship-Beating Specs, Design & Expected 2025 Launch
  • Redmi Pad 2 Review (2025): The Best Budget Tablet Value? Full Review
  • Orange Pi 600 specs revealed: A compact Intel PC built into a keyboard, featuring an Intel N150 processor
  • Xiaomi 17 series debuts: Aiming to rival the iPhone 17?
  • Orange Pi Mini PC featuring Cixin P1 SoC is gearing up for launch.
  • Poco X8 Ultra & Poco X8 Pro Release date Just Around the Corner Following EEC Certification
  • Orange Pi X debuts with Intel N100/N150 processor, offering an affordable x86 SBC.
  • Orange Pi AI Ultra SBC with Qualcomm QC8550 is coming soon
  • ELEBAO B10 Intel Powered NAS Mini PC features X4 NVMe slots with Dual 2.5GbE
  • Banana Pi BPI-R4 Lite: An Affordable R4 Router Board Variant is now available!
  • PrivadoVPN Review 2025: Is It Good for Streaming & Privacy?
RSS Recent RSS Feed
  • Up to 60% Off AliExpress Mega Promo Codes List | October 2025 Deals October 9, 2025
  • LattePanda IOTA Review: 4 Reasons It Beats Raspberry Pi 5 October 9, 2025
  • Xiaomi 17 Pro Max vs iPhone 17 Pro Max: Specs, Price & Honest Review October 5, 2025
  • Premium Budget RGB Gaming Keyboard 2025? Rii RK805 Full Review October 3, 2025
  • Orange Pi AI Studio / Pro launched Globally, Rivaling Nvidia Jetson Orin Nano October 2, 2025
Facebook X (Twitter) Instagram Pinterest
@2025 - All Right Reserved. Designed by AndroidPIMP

Type above and press Enter to search. Press Esc to cancel.

Accessibility
Accessibility modes
Epilepsy Safe Mode
Dampens color and removes blinks
This mode enables people with epilepsy to use the website safely by eliminating the risk of seizures that result from flashing or blinking animations and risky color combinations.
Visually Impaired Mode
Improves website's visuals
This mode adjusts the website for the convenience of users with visual impairments such as Degrading Eyesight, Tunnel Vision, Cataract, Glaucoma, and others.
Cognitive Disability Mode
Helps to focus on specific content
This mode provides different assistive options to help users with cognitive impairments such as Dyslexia, Autism, CVA, and others, to focus on the essential elements of the website more easily.
ADHD Friendly Mode
Reduces distractions and improve focus
This mode helps users with ADHD and Neurodevelopmental disorders to read, browse, and focus on the main website elements more easily while significantly reducing distractions.
Blindness Mode
Allows using the site with your screen-reader
This mode configures the website to be compatible with screen-readers such as JAWS, NVDA, VoiceOver, and TalkBack. A screen-reader is software for blind users that is installed on a computer and smartphone, and websites must be compatible with it.
Readable Experience
Content Scaling
Default
Text Magnifier
Readable Font
Dyslexia Friendly
Highlight Titles
Highlight Links
Font Sizing
Default
Letter Spacing
Default
Left Aligned
Center Aligned
Right Aligned
Visually Pleasing Experience
Dark Contrast
Light Contrast
Monochrome
High Contrast
High Saturation
Low Saturation
Adjust Text Colors
Adjust Title Colors
Adjust Background Colors
Easy Orientation
Mute Sounds
Hide Images
Hide Emoji
Reading Guide
Stop Animations
Reading Mask
Highlight Hover
Highlight Focus
Big Dark Cursor
Big Light Cursor
Cognitive Reading
Virtual Keyboard
Navigation Keys
Voice Navigation

AndroidPIMP

Accessibility Statement

  • www.androidpimp.com
  • October 10, 2025

Compliance status

We firmly believe that the internet should be available and accessible to anyone, and are committed to providing a website that is accessible to the widest possible audience, regardless of circumstance and ability.

To fulfill this, we aim to adhere as strictly as possible to the World Wide Web Consortium’s (W3C) Web Content Accessibility Guidelines 2.1 (WCAG 2.1) at the AA level. These guidelines explain how to make web content accessible to people with a wide array of disabilities. Complying with those guidelines helps us ensure that the website is accessible to all people: blind people, people with motor impairments, visual impairment, cognitive disabilities, and more.

This website utilizes various technologies that are meant to make it as accessible as possible at all times. We utilize an accessibility interface that allows persons with specific disabilities to adjust the website’s UI (user interface) and design it to their personal needs.

Additionally, the website utilizes an AI-based application that runs in the background and optimizes its accessibility level constantly. This application remediates the website’s HTML, adapts Its functionality and behavior for screen-readers used by the blind users, and for keyboard functions used by individuals with motor impairments.

If you’ve found a malfunction or have ideas for improvement, we’ll be happy to hear from you. You can reach out to the website’s operators by using the following email

Screen-reader and keyboard navigation

Our website implements the ARIA attributes (Accessible Rich Internet Applications) technique, alongside various different behavioral changes, to ensure blind users visiting with screen-readers are able to read, comprehend, and enjoy the website’s functions. As soon as a user with a screen-reader enters your site, they immediately receive a prompt to enter the Screen-Reader Profile so they can browse and operate your site effectively. Here’s how our website covers some of the most important screen-reader requirements, alongside console screenshots of code examples:

  1. Screen-reader optimization: we run a background process that learns the website’s components from top to bottom, to ensure ongoing compliance even when updating the website. In this process, we provide screen-readers with meaningful data using the ARIA set of attributes. For example, we provide accurate form labels; descriptions for actionable icons (social media icons, search icons, cart icons, etc.); validation guidance for form inputs; element roles such as buttons, menus, modal dialogues (popups), and others. Additionally, the background process scans all the website’s images and provides an accurate and meaningful image-object-recognition-based description as an ALT (alternate text) tag for images that are not described. It will also extract texts that are embedded within the image, using an OCR (optical character recognition) technology. To turn on screen-reader adjustments at any time, users need only to press the Alt+1 keyboard combination. Screen-reader users also get automatic announcements to turn the Screen-reader mode on as soon as they enter the website.

    These adjustments are compatible with all popular screen readers, including JAWS and NVDA.

  2. Keyboard navigation optimization: The background process also adjusts the website’s HTML, and adds various behaviors using JavaScript code to make the website operable by the keyboard. This includes the ability to navigate the website using the Tab and Shift+Tab keys, operate dropdowns with the arrow keys, close them with Esc, trigger buttons and links using the Enter key, navigate between radio and checkbox elements using the arrow keys, and fill them in with the Spacebar or Enter key.Additionally, keyboard users will find quick-navigation and content-skip menus, available at any time by clicking Alt+1, or as the first elements of the site while navigating with the keyboard. The background process also handles triggered popups by moving the keyboard focus towards them as soon as they appear, and not allow the focus drift outside it.

    Users can also use shortcuts such as “M” (menus), “H” (headings), “F” (forms), “B” (buttons), and “G” (graphics) to jump to specific elements.

Disability profiles supported in our website

  • Epilepsy Safe Mode: this profile enables people with epilepsy to use the website safely by eliminating the risk of seizures that result from flashing or blinking animations and risky color combinations.
  • Visually Impaired Mode: this mode adjusts the website for the convenience of users with visual impairments such as Degrading Eyesight, Tunnel Vision, Cataract, Glaucoma, and others.
  • Cognitive Disability Mode: this mode provides different assistive options to help users with cognitive impairments such as Dyslexia, Autism, CVA, and others, to focus on the essential elements of the website more easily.
  • ADHD Friendly Mode: this mode helps users with ADHD and Neurodevelopmental disorders to read, browse, and focus on the main website elements more easily while significantly reducing distractions.
  • Blindness Mode: this mode configures the website to be compatible with screen-readers such as JAWS, NVDA, VoiceOver, and TalkBack. A screen-reader is software for blind users that is installed on a computer and smartphone, and websites must be compatible with it.
  • Keyboard Navigation Profile (Motor-Impaired): this profile enables motor-impaired persons to operate the website using the keyboard Tab, Shift+Tab, and the Enter keys. Users can also use shortcuts such as “M” (menus), “H” (headings), “F” (forms), “B” (buttons), and “G” (graphics) to jump to specific elements.

Additional UI, design, and readability adjustments

  1. Font adjustments – users, can increase and decrease its size, change its family (type), adjust the spacing, alignment, line height, and more.
  2. Color adjustments – users can select various color contrast profiles such as light, dark, inverted, and monochrome. Additionally, users can swap color schemes of titles, texts, and backgrounds, with over seven different coloring options.
  3. Animations – person with epilepsy can stop all running animations with the click of a button. Animations controlled by the interface include videos, GIFs, and CSS flashing transitions.
  4. Content highlighting – users can choose to emphasize important elements such as links and titles. They can also choose to highlight focused or hovered elements only.
  5. Audio muting – users with hearing devices may experience headaches or other issues due to automatic audio playing. This option lets users mute the entire website instantly.
  6. Cognitive disorders – we utilize a search engine that is linked to Wikipedia and Wiktionary, allowing people with cognitive disorders to decipher meanings of phrases, initials, slang, and others.
  7. Additional functions – we provide users the option to change cursor color and size, use a printing mode, enable a virtual keyboard, and many other functions.

Browser and assistive technology compatibility

We aim to support the widest array of browsers and assistive technologies as possible, so our users can choose the best fitting tools for them, with as few limitations as possible. Therefore, we have worked very hard to be able to support all major systems that comprise over 95% of the user market share including Google Chrome, Mozilla Firefox, Apple Safari, Opera and Microsoft Edge, JAWS and NVDA (screen readers).

Notes, comments, and feedback

Despite our very best efforts to allow anybody to adjust the website to their needs. There may still be pages or sections that are not fully accessible, are in the process of becoming accessible, or are lacking an adequate technological solution to make them accessible. Still, we are continually improving our accessibility, adding, updating and improving its options and features, and developing and adopting new technologies. All this is meant to reach the optimal level of accessibility, following technological advancements. For any assistance, please reach out to

wpDiscuz