Talk:Firewall

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 20:59, 7 September 2006 (edit)
Towsonu2003 (Talk | contribs)
(Needs some content)
← Previous diff
Revision as of 03:28, 19 September 2006 (edit) (undo)
Jumbeliah (Talk | contribs)

Next diff →
Line 9: Line 9:
[[User:Towsonu2003|Towsonu2003]] 22:59, 7 Sep 2006 (CEST) [[User:Towsonu2003|Towsonu2003]] 22:59, 7 Sep 2006 (CEST)
 +
 +== 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<br>
 +sshd : .myhouse.com : allow<br>
 +ALL : ALL : deny
 +
 +How do you do similar in DD-WRT? I think such information should go here. Thanks!

Revision as of 03:28, 19 September 2006

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.

Needs some content

Towsonu2003 22:59, 7 Sep 2006 (CEST)

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!