Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!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.157 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.71; '*S*': 0.02; 'postgresql': 0.07; 'cc:addr:python-list': 0.11; 'jan': 0.12; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wifi': 0.16; 'wrote:': 0.18; 'separate': 0.22; 'cc:addr:python.org': 0.22; 'instance,': 0.24; 'mon,': 0.24; 'cc:2**0': 0.24; 'certain': 0.27; 'header:In- Reply-To:1': 0.27; 'michael': 0.29; 'am,': 0.29; "doesn't": 0.30; 'message-id:@mail.gmail.com': 0.30; 'firewall': 0.31; 'relies': 0.31; 'anyone': 0.31; 'could': 0.34; 'but': 0.35; 'received:google.com': 0.35; 'two': 0.37; 'easily': 0.37; "couldn't": 0.39; 'matter': 0.61; "you're": 0.61; 'our': 0.64; 'side': 0.67; 'internet': 0.71; 'computers': 0.72; 'subject:Hello': 0.72; '2015': 0.84; 'fail!': 0.84; 'subject:World': 0.91; 'to:none': 0.92; 'ports': 0.93 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:cc :content-type:content-transfer-encoding; bh=4FUZGYZcxCEAj7sm9bRXJ3/BlElKsF6L3BVevSixlDc=; b=y5xawYIKEHGaLgnGr38kSUdBqw2BdoeTwzGN2jEo3qCakKFNfHaMCTLKEQalzLvGaD kvnLknbOeJkiyM6XUzhWLizC8XbIr2ShwSotFTefX8yzlu6Dmchy3IAF+qCPM8h6+lr4 IboO38u8ph7tAJ4CdvAVQFJf9VT/wnQXqUTVhGpJf5FmbJrTzI2dPUbCi64uFQASV5/p unxCQ/+V4t1yFjXFxnvU6FUfSHkxOMLM0wyzd3myxYzOLx2f+W6NNPmZkR1iPVM0k942 glJmJhrJ6ffxFx2YIoVOdWgD/+N4UK5boTLdRYVjq69mwQMXd6fW89z1jdk7yT6ODRSe nEYA== MIME-Version: 1.0 X-Received: by 10.42.95.12 with SMTP id d12mr24377986icn.12.1421600936707; Sun, 18 Jan 2015 09:08:56 -0800 (PST) In-Reply-To: References: <54957226$0$12975$c3e8da3$5496439d@news.astraweb.com> <54ae7b75$0$15900$e4fe514c@dreader35.news.xs4all.nl> <54ba76e0$0$15897$e4fe514c@dreader35.news.xs4all.nl> <54baf443$0$13002$c3e8da3$5496439d@news.astraweb.com> <54BB16E4.90704@gmail.com> Date: Mon, 19 Jan 2015 04:08:56 +1100 Subject: Re: Hello World From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1421600945 news.xs4all.nl 2899 [2001:888:2000:d::a6]:55241 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:83991 On Mon, Jan 19, 2015 at 2:48 AM, Michael Str=C3=B6der wrote: >> For instance, someone could join my wifi >> network - all they need is the WPA2 PSK, which is well known around >> the place - and use/abuse our internet connection; but they couldn't >> access my PostgreSQL databases, because the firewall doesn't permit >> access to port 5432. > > =E2=80=A6but your firewall relies on authenticity of IP addresses. Fail! No; I have two completely separate networks. If you're on the one that anyone can easily get onto, it doesn't matter what your IP is, you do not get access to certain ports on computers on the other side of the firewall. ChrisA