--
You received this message because you are subscribed to the Google Groups "Linux Users of Northern Illinois" group.
To unsubscribe from this group and stop receiving emails from it, send an email to luni-chicago...@googlegroups.com.
To post to this group, send email to luni-c...@googlegroups.com.
Visit this group at http://groups.google.com/group/luni-chicago.
For more options, visit https://groups.google.com/d/optout.
If I'm not mistaken, if you put it in bridgedmode, would comcast have to allocate you 2 different IP addresses?
I would imagine they would frown on that. Though it's really a matter of preference, I'd imagine bridge mode would be a bit more isolated from your LAN. Since it seems you can still hit internal addresses like your router config.
My only concern is.. can you hit other machines on your network from your DMZ? since you were able to hit your router. If I have a machine that exposes all 65K ports, I'd want to make sure it's properly isolated from anything else.
Bridge-mode in itself does not affect routing or require extra IPs. Though not always implemented as pure L2 extensions that is essentially what they are. (Bridges can do packet mangling.)
There are numerous advantages to bridge mode esp if one uses a highly functional or capable termination point. With multiple IPs being allocated even moreso.
One very small example: multiple internal shared service terminations (XB360, standard web ports, VPN tunnels...)
Outbound services or applications sometimes require true front-facing IPs (VPN).
A great approach for security scaling for the home user is to bridge the bridge and apply security in the first transparent physical hop before it reaches the untrusted interface on the interior router/host.
I would use bridge mode if you have the resources to support security termination and packet processing. Because of dd-wrt's capabilities, you may overload your the router depending on your setup. For instance routed mode on the Comcast allows connections that would effectively bypass the dd-wrt router except for route lookup, dhcp (depending on settings), NAS, LAGs etc.
Anyhow there is no right or wrong since there are numerous factors to consider. If you feel up to the challenge (if only in potential additional primary maintenance) and want a more direct approach, do the bridged mode.
Sorry for short, thumb pecked response... :-)
--
Matthew Kurowski