"Duane Arnold" <(E-Mail Removed)> wrote in message
news:Xns93CCBBA2184FEnotmenotmecom@63.240.76.16...
> "John Roland Elliott" <JohnRolandElliott-no-(E-Mail Removed)> wrote in
> news:HmeXa.41885$(E-Mail Removed) et:
>
> > Duane, why would forwarding unsolicited inbound traffic to a
> > non-existent host on the LAN side be better than just silently
> > dropping it (which is what happens if you don't put in a DMZ host at
> > all)? Seems to me that all it does is 1) make additional work for the
> > router and 2) put extra packets on the LAN.
> >
> 192.168.1.254 is a dummy ip that is not being used and is in the DMZ of
> the Linksys router. This was a tip given to me in a FW <g>. The packets
> never reach the LAN and are being redirected to that non-existant IP.
>
> It has been my experience that these cheap NAT routers can be defeated by
> a determined attacker, which I have seen on a couple of times on my
> network.
>
> And by using that method, I am able to track traffic to and from the
> router at all times including the unsolicited inbound. If I had a host
> based FW on a machine connected directly to the Internet, it would be
> using even more resources during its logging.
>
> So I think I am getting the better of the deal by using the router in
> this manner.
>
> Duane 
>
> --
> The protection of the machine is a process and not a given!
The router doesn't know that there is no host out there on 192.168.1.254 and
for that reason, because you told it forward all inbound traffic that it
didn't know what to do with to that address, it puts the traffic the only
place the host in question might be, namely, on the protected LAN. If the
Linksys had a separate interface for the DMZ like some real firewalls do,
forwarding to the DMZ host wouldn't put the traffic on the protected LAN.
But with the Linksys, the DMZ host is just another host address on the
protected LAN that is unlucky enough to have to listen to all the
unsolicited inbound traffic the Linksys sees.
To make matters worse, because the switch has never seen a MAC address for
that non-existent machine, the switch puts the packet out on all of its
ports instead of just the one port where the DMZ host would be if it
existed.
Does the Linksys not log unsolicited inbound traffic unless it forwards it
to the DMZ host?