Talk:Firewall

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 15:32, 9 July 2006 (edit)
201.78.56.136 (Talk)

← Previous diff
Current revision (02:16, 20 July 2007) (edit) (undo)
Wildblue (Talk | contribs)
m (Reverted edits by Devu6ka3 (Talk); changed back to last version by BrainSlayer)
 
(11 intermediate revisions not shown.)
Line 5: Line 5:
TRANSTALTIONE PLEASE. TRANSTALTIONE PLEASE.
-726307841196254798409606 
 +== Needs some content ==
-659927351970134865829210+[[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!

Current revision

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!