From owner-freebsd-questions Sun Jun 23 3:47:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.broadpark.no (217-13-4-9.dd.nextgentel.com [217.13.4.9]) by hub.freebsd.org (Postfix) with ESMTP id 0D60237B40F for ; Sun, 23 Jun 2002 03:46:34 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by mail.broadpark.no (Postfix) with ESMTP id 704A17D32 for ; Sun, 23 Jun 2002 12:46:32 +0200 (MEST) Received: from 217.13.29.51 ( [217.13.29.51]) as user johann@mail.broadpark.no by mail.broadpark.no with HTTP; Sun, 23 Jun 2002 12:46:32 +0200 Message-ID: <1024829192.3d15a70850446@mail.broadpark.no> Date: Sun, 23 Jun 2002 12:46:32 +0200 From: johann@broadpark.no To: questions@freebsd.org Subject: IPv6 on ADSL -- conflicts with onlamp.com article (IPv6, Meet FreeBSD) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1;q=1.0 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.0 X-Originating-IP: 217.13.29.51 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi. I am having some problems setting up IPv6 on my network: [1] I've added this to my g/w kernel: options IPFIREWALL # Firewall options IPFIREWALL_VERBOSE # Enable logging to syslogd(8) options IPFIREWALL_VERBOSE_LIMIT=100 # Limit verbosity options IPV6FIREWALL # Firewall for IPv6 options IPV6FIREWALL_VERBOSE options IPV6FIREWALL_VERBOSE_LIMIT=100 And this to rc.conf: firewall_enable="YES" firewall_type="OPEN" ipv6_firewall_enable="YES" ipv6_firewall_type="OPEN" Yet, I get: IPv6 packet filtering initialized, logging limited to 100 packets/entry IP packet filtering initialized, divert enabled, rule-based forwarding disabled, default to deny, logging limited to 100 packets/entry by default Note the `default to deny' -- where does that come from. After I added all these settings not even my NFS will work. [2] In O'Reilly's IPv6 article (http://www.onlamp.com/lpt/a//bsd/2002/02/22/ipv6.html) in the `Configuring Your Gateway Machine' section it describes the rtadvd configuration. On my g/w I have two interfaces; lnc0 (10.0.0.2, and this address *has* to be 10.0.0.2 for it to properly connect to my Cisco ADSL modem) and ep0 (192.168.187.2, connected to my w/s). Excactly what interfaces am I going to add to /etc/rtadvd.conf? [3] I have registered with Freenet6, and as far as I understand, tspc connects to it. Both ping6 and traceroute6 doesn't work, but I believe this is because of the rtadvd. Now, *what* is my IPv6 address? Freenet6 hasn't told me. dmesg hasn't told me. Who will? [4] Once I find out what my address is, how will I set up my subnet so it may work as my IPv4 one does? Will it be an internal subnet or an external subnet? This is all a mess. That article is meant for you guys and not me. Should it really be like that? Thanks. -- Johann To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message