Path: csiph.com!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.083 X-Spam-Evidence: '*H*': 0.83; '*S*': 0.00; 'subject:Python': 0.06; 'upgraded': 0.07; 'python': 0.11; 'blocked': 0.16; 'blocking': 0.16; 'blocks': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'sat,': 0.16; 'so.': 0.16; 'wrote:': 0.18; 'do.': 0.18; 'starts': 0.20; 'least': 0.26; 'header:In-Reply-To:1': 0.27; 'skip:- 40': 0.29; 'possibility': 0.29; 'related': 0.29; 'message- id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; 'question:': 0.31; 'file': 0.32; 'url:python': 0.33; 'date:': 0.34; 'common': 0.35; 'problem.': 0.35; 'something': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'url:listinfo': 0.36; 'url:org': 0.36; 'so,': 0.37; 'email addr:python.org': 0.37; 'being': 0.38; 'server': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'expect': 0.39; 'subject:': 0.39; 'legitimate': 0.39; 'to:addr:python.org': 0.39; 'url:mail': 0.40; 'temporarily': 0.60; 'address': 0.63; 're:': 0.63; 'connecting': 0.64; 'more': 0.64; 'email name:python-list': 0.65; 'benefit': 0.68; '26,': 0.68; 'magazine': 0.68; 'malicious': 0.84; 'carlos': 0.91; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=8a77K+hPmqCSvQ4Roqqn/IGRlFXuiN+D4SOToaPO/dw=; b=BEW44kDiJtQnwG0fr9ywdvVNhITUVD/Jp/4mwH4RmZhtDs27qiJYOhDg2MaRMRVMkK v02fK6ZEchDsJ6CJiEe43DAESC2wIT7S0seFajBD0WiBc0x0aRzjhbDa4heuRK9Jy/Vs xBlOClvWw6rOHhkkximhLl5qHCGSHaTn7dp8IHk5J1O6snWCBM/kNOrnvsYoQvumdnga Gmu1+3Ifhfbqop+ZkwJwO89ujlOelHW4lxqRrydvhnceNZy5qHV7vVF30SYJNQpAdv0I XACGKpn7C6iVsKOHoZjQmtRoO//gC8Vd5Xw3JG+YyqSvOFAueLokvwkeQ5RDlDxO8n8O KA/Q== MIME-Version: 1.0 X-Received: by 10.52.117.16 with SMTP id ka16mr7626375vdb.43.1369542717273; Sat, 25 May 2013 21:31:57 -0700 (PDT) In-Reply-To: References: <27969350-4dd8-4afa-881a-b4a2364b3cf1@googlegroups.com> <51a0caac$0$30002$c3e8da3$5496439d@news.astraweb.com> <7cd17be8-d455-4db8-b8d0-ccc757db5cff@googlegroups.com> <8f19e20c-4f77-43dc-a732-4169e482d2b2@googlegroups.com> Date: Sun, 26 May 2013 14:31:57 +1000 Subject: Re: Python Magazine From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 30 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1369542726 news.xs4all.nl 15868 [2001:888:2000:d::a6]:48361 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:46046 On Sun, May 26, 2013 at 2:01 PM, Carlos Nepomuceno wrote: > ---------------------------------------- >> Date: Sat, 25 May 2013 20:04:28 -0700 >> Subject: Re: Python Magazine >> From: john_ladasky@sbcglobal.net >> To: python-list@python.org >> >> A perfectly fair point, Roy. It's just when you started suggesting conne= cting to your neighbor's file server -- well, that's not something that man= y people would ordinarily do. So, my mind leaped to the possibility of unin= vited connections. >> >> Related question: would denial-of-service attacks be more pernicious wit= hout a NAT? >> -- >> http://mail.python.org/mailman/listinfo/python-list > > I don't think so. > > IP blocking still a very common mitigation approach to DDoS, but it may c= ause denial of service to legitimate clients who share the same blocked pub= lic IP address used by the malicious clients. So, NAPT will still benefit D= DoS attackers, at least temporarily (until the IP is unblocked). I expect that IP blocks will be upgraded to /64 block blocks, if that starts being a problem. But it often won't, and specific IP address blocks will still be the norm. ChrisA