From owner-freebsd-net@freebsd.org Wed Feb 1 09:53:46 2017 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EFF5ACCBA48 for ; Wed, 1 Feb 2017 09:53:46 +0000 (UTC) (envelope-from orjan.tonder@gmail.com) Received: from mail-wm0-x235.google.com (mail-wm0-x235.google.com [IPv6:2a00:1450:400c:c09::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 75D6219DA for ; Wed, 1 Feb 2017 09:53:46 +0000 (UTC) (envelope-from orjan.tonder@gmail.com) Received: by mail-wm0-x235.google.com with SMTP id c85so30609277wmi.1 for ; Wed, 01 Feb 2017 01:53:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=gGj87UxFrhqULz5CgF/KGUUt9gSKCYZCp/vsaPGn4ek=; b=uAioUi1xajyhHKZXJe55/hJkzh/Mzueg/DC/xrsrgSisJXWDdazLYAbSvfGRlaSlJd TZ97voiTi1jrSUznG39BECcViX4KmYH4HipgFaseWfwLXh8LCiOP5SrSMBHlQkAAGkfj AtH951LaCoWg0znH58PJbqcYvPH2nZ7UAN1J6B8u5xc5Fn1PMJ5FUV3RbCEULYupB5m+ 2yBCvpsAeernup3lVMDe3R9QmQfMG48BWF6bgRP+9fpK1Me2XWMFH4jHnvx1ADgFoLyU OKxgnGHUKygh8a+/ne+Yr0oGsXhAJTFRyb78i2AkH0IAlTO50Wx+RuXDVDavExMUoxKl xyZw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=gGj87UxFrhqULz5CgF/KGUUt9gSKCYZCp/vsaPGn4ek=; b=f++mGGM34DlbeLRnJPCCsnEFdz48jsQvAdTnekxyaWhlASpAYh2yi3UPsWS1tkz0VT b2WNHxnXl3pwXTFOZQB9xdYqE7PD7hQFXKww/xHo8RnNZgQbzKBaufnRA4ML/928rgEP Vbwc/9DoEwY0Nd6V/BoT8q4Xv3ReeXQXyHeb+IzotH8r5he+P71Y2uO3g1OPZQPzfkgs N3lI8Mgi5+ghg2z3FlbnHUM/GZsfB5HZT+hrtrb+6gxu5lJ1rGTGf4RUpsISF0iIAj0B /UJtPekPh3UFKjOPbWWr7xbRuqPj7HgN4hX3HxzLdrsGvFKBtBIMe3BQ2K+Rd6qcNvJf LyXA== X-Gm-Message-State: AIkVDXIlHT4pj5ZxaM60pxlL1Q8g+1T63HN6t906X0uJD2W7uijF0p+ym3Vr6X36mdrl3badVjS5jvEUsc9xVA== X-Received: by 10.28.140.130 with SMTP id o124mr2263081wmd.48.1485942824675; Wed, 01 Feb 2017 01:53:44 -0800 (PST) MIME-Version: 1.0 Received: by 10.223.142.37 with HTTP; Wed, 1 Feb 2017 01:53:44 -0800 (PST) From: =?UTF-8?B?w5hyamFuIFTDuG5kZXI=?= Date: Wed, 1 Feb 2017 10:53:44 +0100 Message-ID: Subject: ipv6 setup. To: freebsd-net@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2017 09:53:47 -0000 I am trying too get ipv6 up and running but i cant get outside. -- /etc/rc.conf ipv6_default_interface="re0" #ifconfig_re0_ipv6="inet6 accept_rtadv" ifconfig_re0_ipv6="inet6 2a01:4f8:131:50a1::2/64" ipv6_defaultrouter="inet6 fe80::1%re0" -- Routing tables Internet6: Destination Gateway Flags Netif Expire ::/96 ::1 UGRS lo0 default fe80::1%re0 UGS re0 ::1 link#2 UH lo0 ::ffff:0.0.0.0/96 ::1 UGRS lo0 2a01:4f8:131:50a1::/64 link#1 U re0 2a01:4f8:131:50a1::2 link#1 UHS lo0 fe80::/10 ::1 UGRS lo0 fe80::%re0/64 link#1 U re0 fe80::6e62:6dff:fe7c:2c98%re0 link#1 UHS lo0 fe80::%lo0/64 link#2 U lo0 fe80::1%lo0 link#2 UHS lo0 fe80::%tun0/64 link#8 U tun0 fe80::6e62:6dff:fe7c:2c98%tun0 link#8 UHS lo0 ff01::%re0/32 2a01:4f8:131:50a1::2 U re0 ff01::%lo0/32 ::1 U lo0 ff01::%tun0/32 fe80::6e62:6dff:fe7c:2c98%tun0 U tun0 ff02::/16 ::1 UGRS lo0 ff02::%re0/32 2a01:4f8:131:50a1::2 U re0 ff02::%lo0/32 ::1 U lo0 ff02::%tun0/32 fe80::6e62:6dff:fe7c:2c98%tun0 U tun0 ping6 ::1 PING6(56=40+8+8 bytes) ::1 --> ::1 16 bytes from ::1, icmp_seq=0 hlim=64 time=0.050 ms ping6 2a01:4f8:131:50a1::2 PING6(56=40+8+8 bytes) 2a01:4f8:131:50a1::2 --> 2a01:4f8:131:50a1::2 16 bytes from 2a01:4f8:131:50a1::2, icmp_seq=0 hlim=64 time=0.055 ms ping6 2001:4860:4860::8888 PING6(56=40+8+8 bytes) 2a01:4f8:131:50a1::2 --> 2001:4860:4860::8888 ping6: sendmsg: Operation not permitted ping6: wrote 2001:4860:4860::8888 16 chars, ret=-1 traceroute6 2001:4860:4860::8888 traceroute6 to 2001:4860:4860::8888 (2001:4860:4860::8888) from 2a01:4f8:131:50a1::2, 64 hops max, 12 byte packets sendto: Operation not permitted 1 traceroute6: wrote 2001:4860:4860::8888 12 chars, ret=-1 2a01:4f8:131:50a1::2 0.065 mssendto: Operation not permitted I have in pf.conf pass quick on $ext_if proto ipv6 I cant understand what i am missing, still learning the ropes of ipv6. could anyone help me getting this up and running?