This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
efw:settings [2017/11/08 11:03] – Bernard Condrau | efw:settings [2025/07/30 15:57] (current) – [Phishtank] Bernard Condrau | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Settings ====== | ====== Settings ====== | ||
- | ===== Settings | + | ===== Configuration |
- Run //Network configuration// | - Run //Network configuration// | ||
- //Edit hosts// in Menu **Network**. Add all hosts with static IPs here. | - //Edit hosts// in Menu **Network**. Add all hosts with static IPs here. | ||
Line 12: | Line 11: | ||
- Disable the Outgoing firewall in //Outgoing traffic//. | - Disable the Outgoing firewall in //Outgoing traffic//. | ||
- | ==== Interesting articles | + | ===== SSH Server |
+ | You need to enable the SSH Server to be able to login remotely without password. | ||
+ | - run ssh-keygen on your host | ||
+ | - copy the id_rsa.pub file to a USB stick, then attach the stick to the box, or use SCP file transfer | ||
+ | - copy the host's id_rsa.pub file to / | ||
+ | - in the box' web interface, set __Allow public key based authentication__ only in //SSH access// in Menu **System** | ||
- | [[http://www.endian.com/fileadmin/documentation/efw-admin-guide/en/efw-admin-guide.html|Administrative Guide]] | + | ===== Phishtank ===== |
+ | You might want to disable phishtank to avoid false positives, for example on www.google.com | ||
+ | - Disable | ||
+ | | ||
+ | import sys | ||
+ | sys.exit(0)</ | ||
+ | | ||
+ | - Remove the content of the conf file for dnsmasq. This file will be overwritten at next reboot, but because of the missing phishtank.csv it will be empty, however, it's necessary for a successful start of dnsmasq:< | ||
+ | :d9999d | ||
+ | : | ||
- | ===== Firewall | + | ===== Firewall ===== |
+ | ==== SSH port forwarding ==== | ||
+ | * add hosts to be accessed from within the LAN to //Custom hosts// in menu // | ||
+ | * port forwards from RED to GREEN work for hosts behind a fixed ip address on RED when accessed from LAN | ||
+ | * port forwards from RED to GREEN do not work for hosts behind a ddns ip address on RED when accessed from LAN. Make sure incoming and forward port range is the same to allow access from within the LAN. | ||
+ | ==== iptables ==== | ||
+ | Check whether the firewall is set and hit on a specific port with:< | ||
- | Check whether the firewall is set and hit on a specific port with: | + | ===== Links ===== |
- | | + | |
+ | * [[http:// | ||
- | Check open ports: http:// |