0

How Can I use Raspberry Pi 4 as a antivirus or a security device in a Network?

I am trying to make the raspberry pi become a security device example below.

---(Internet)----(PI 4)-----(Local-PC)

That PI 4 needs to be a security for the internet.

asked Feb 18, 2020 at 16:20
3
  • Search Google for "PiHole". Commented Feb 18, 2020 at 18:00
  • @Dougie As far as I know "PiHole" is for outbound traffic, manly to block DNS traffic so obscure programs cannot call home. Commented Feb 18, 2020 at 19:18
  • Is your PC really connected straight to the internet? It's possible, but unusual. People usually have a router between the Internet and the PC, which will give some security. Your question is a bit backwards - you don't state what security you're trying to gain - but it's likely the router will do much the same as the Pi. Commented Feb 18, 2020 at 20:39

1 Answer 1

1

OpenWrt is a OS/tools that you can write on the SD-Card and run on your raspberry pi. In this link, you can find the image file and some explanation.

It's easy to configure the OpenWrt. All you need is configure the eth0 or br0 (by default) as the WAN port and connect your modem port (internet) then share it by wlan0.

It can be your simple firewall that is easy to use. More information is here.


On the other hand, you can configure you Raspbian/Archlinux/etc as a network firewall that is a bit complicated. Check this link out to get some information about configuration.

answered Feb 18, 2020 at 17:37
1
  • Cool, I didn't know there was OpenWRT for RasPi (although, I should've guessed, it was only a matter of time...) Commented May 19, 2020 at 17:27

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.