Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Re:STATEFUL firewalls (Score 1) 217

Even if one could magically configure a stateful firewall to be invulnerable to state table exhaustion attacks, it still serves no purpose. When you're fronting a server farm, the point is to allow access to the site on the correct ports. Stateless ACLs in hardware do that, and function at millions of packets per second. Stateful firewalls start dying at a fraction of theoretical throughput when faced with an attack that specifically targets the state table. There are no network state attacks against web services that aren't better handled on the servers. The place for stateful firewalls is in front of clients, where you want to disallow packets that aren't part of a conversation started from the inside.

Comment STATEFUL firewalls (Score 2) 217

STATEFUL firewalls are the problem. It makes no sense to put stateful firewalls in front of server farms. Any mechanism that tracks state is a DDoS intensifier. If you're running services on ports 80 and 443, put stateless ACLs on the edge routers, running in hardware, that are capable of line rate. That protects you against traffic on inappropriate ports without creating a stateful DDoS vector. If you need to mitigate application-layer attacks, do it on the servers with something like mod_security. That way you can distribute the attack across the server farm instead of running a stateful choke point that risks bringing your whole site down.

Comment recommend the SPOT (Score 1) 376

I am a long-time search and rescue technician in Colorado. I got my ham license expressly for SAR work. The short answer is that amateur radio works great in some locations; not at all in others. We use a combination of emergency services radios, amateur radio, and cell phones. We have satellite phones available but I don't recall ever using them.

Personally, I would recommend a SPOT beacon. The newer ones allow you to signal a 911-level emergency, a non-emergent help signal, or an OK signal, along with GPS coordinates. They are lighter than ham HTs and will work in more locations.

NASA

Simulation of Close Asteroid Fly-By 148

c0mpliant writes "NASA and the Jet Propulsion Laboratory have released a simulation of the path of an asteroid, named Apophis, that will come very close to Earth in 2029 — the closest predicted approach since humans have monitored for such heavenly bodies. The asteroid caused a bit of a scare when astronomers first announced that it would enter Earth's neighborhood some time in the future. However, since that announcement in 2004, more recent calculations have put the odds of collision at 1 in 250,000."
Image

Jetman Attempts Intercontinental Flight 140

Last year we ran the story of Yves Rossy and his DIY jetwings. Yves spent $190,000 and countless hours building a set of jet-powered wings which he used to cross the English Channel. Rossy's next goal is to cross the Strait of Gibraltar, from Tangier in Morocco and Tarifa on the southwestern tip of Spain. From the article: "Using a four-cylinder jet pack and carbon fibre wings spanning over 8ft, he will jump out of a plane at 6,500 ft and cruise at 130 mph until he reaches the Spanish coast, when he will parachute to earth." Update 18:57 GMT: mytrip writes: "Yves Rossy took off from Tangiers but five minutes into an expected 15-minute flight he was obliged to ditch into the wind-swept waters."

Slashdot Top Deals

"Can't you just gesture hypnotically and make him disappear?" "It does not work that way. RUN!" -- Hadji on metaphyics and Mandrake in "Johnny Quest"

Working...