Talk:Firewall

From DD-WRT Wiki

Jump to: navigation, search

This page is a mess and should be deleted. Looks like someone doesn't understand the diff between a wiki and a forum. --69.12.132.55 03:14, 17 Oct 2005 (CEST)

QUE? NO COMPRENDO EL ESPANTOSO BLA.

TRANSTALTIONE PLEASE.

[edit] Needs some content

Towsonu2003 22:59, 7 Sep 2006 (CEST)

[edit] Needs some content x2

How do I set up a canonical firewall with DD-WRT? In particular, let's say I want to block all incoming traffic from the internet except for traffic from domains *.cooldomain.com and sshd traffic from *.myhouse.com . With a normal linux box, you do this by adding a /etc/hosts.allow file which inetd reads and then rejects packets accordingly. Such a file might look like:

all : .cooldomain.com : allow
sshd : .myhouse.com : allow
ALL : ALL : deny

How do you do similar in DD-WRT? I think such information should go here. Thanks!