Re: [PLUG] Can't access to Webserver Packet Filter OpenBSD. Need help pl
sebastien yapo on 13 Feb 2017 19:57:16 -0800
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: [PLUG] Can't access to Webserver Packet Filter OpenBSD. Need help please!
- From: sebastien yapo <yaposebastien@gmail.com>
- To: "Philadelphia Linux User's Group Discussion List" <plug@lists.phillylinux.org>
- Subject: Re: [PLUG] Can't access to Webserver Packet Filter OpenBSD. Need help please!
- Date: 2017年2月13日 22:57:12 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=Lr55LoEZI9TcEPOdL4AchnhoF7m7v6MmtVwOIgqBa2k=; b=DVIdSo0FFBubzLWw3OylpTDBk9NII7/rPoZ4/ekx/z2vgl4apnCpJPqKqILpGRUvfT EPHQXA1IDWzCDp8D1VYYDinoW3W2osnm/8pHbl283kBgCRxLki7eDbTkwoeHaJDUK3gH mdL8+FMThRK8WSfNYlhL1FCENUDevi9OY5t6D5VaOazuVFu6hMLdE+SlmL3ExkQWqQjP VItXQXOVBxLSwMAC8NTWqVIARfrHIX30uPK71fK1oTYXa2hZBZW9G5u+QTrDMfHCmVi3 So0s5wJh4Nn9oly+FB8FJclJVwOrhIdUJUY8ZxfYtSRXoBpefgab2pSzWJVvdGircvK2 0lLA==
- Reply-to: Philadelphia Linux User's Group Discussion List <plug@lists.phillylinux.org>
- Sender: "plug" <plug-bounces@lists.phillylinux.org>
There is NAT implemented based on the interfaces the router/firewall:
match out on $wan_if inet from ($lan_if:network) to any nat-to ($wan_if)
match out on $wan_if inet from ($dmz_if:network) to any nat-to ($wan_if)
On Mon, Feb 13, 2017 at 10:49 PM, Rich Kulawiec
<rsk@gsp.org> wrote:
On Mon, Feb 13, 2017 at 10:38:54PM -0500, sebastien yapo wrote:
> echo -n "GET / HTTP/1.0\r\n\r\n" | nc attecoube.homelinux.com 80
> attecoube.homelinux.com [172.16.16.2] 80 (http) : No route to host
That shouldn't work, so this is correct behavior. 172.16.16.2 is
not a routeable address. See section 3 of RFC 1918:
Address Allocation for Private Internets
https://tools.ietf.org/html/rfc1918
---rsk
___________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug