Re: .sh script code to determine IPv4 or IPv6

2013-08-06 Thread markham breitbach
I have some scripts that do fairly crude IPv4/6 validation testing. It is generally assumed that the input is coming from someone who knows what they are doing, but even the best of us have fat fingers sometimes :) Having standardized routines for something like this is great! Thanks, -Markham

Re: .sh script code to determine IPv4 or IPv6

2013-08-06 Thread Teske, Devin
On Aug 6, 2013, at 10:39 AM, Polytropon wrote: > On Tue, 6 Aug 2013 16:50:37 +, Teske, Devin wrote: >> And yes... to clarify... the port is a mirror of what's in 9.x base. >> (however, see my recent notes in a separate reply; TL;DR: port is >> 9.x only; proceed only if you know you don't care

Re: .sh script code to determine IPv4 or IPv6

2013-08-06 Thread Polytropon
On Tue, 6 Aug 2013 16:50:37 +, Teske, Devin wrote: > And yes... to clarify... the port is a mirror of what's in 9.x base. > (however, see my recent notes in a separate reply; TL;DR: port is > 9.x only; proceed only if you know you don't care about the dialog(1) > aspects of the library code).

Re: .sh script code to determine IPv4 or IPv6

2013-08-06 Thread Teske, Devin
On Aug 6, 2013, at 9:43 AM, Polytropon wrote: > On Tue, 06 Aug 2013 10:20:05 -0600, markham breitbach wrote: >> On 13-08-03 8:04 AM, Teske, Devin wrote: >>> Actually, there's /usr/share/bsdconfig/media/tcpip.subr >>> >>> >> I don't seem to have that (FreeBSD 8.3-RELEASE). >> Where would I get

Re: .sh script code to determine IPv4 or IPv6

2013-08-06 Thread Teske, Devin
On Aug 6, 2013, at 9:20 AM, markham breitbach wrote: > On 13-08-03 8:04 AM, Teske, Devin wrote: >> Actually, there's /usr/share/bsdconfig/media/tcpip.subr >> >> > I don't seem to have that (FreeBSD 8.3-RELEASE). Where would I get that > from? > > It's in up-coming 9.2-R (and present 9.2-

Re: .sh script code to determine IPv4 or IPv6

2013-08-06 Thread Polytropon
On Tue, 06 Aug 2013 10:20:05 -0600, markham breitbach wrote: > On 13-08-03 8:04 AM, Teske, Devin wrote: > > Actually, there's /usr/share/bsdconfig/media/tcpip.subr > > > > > I don't seem to have that (FreeBSD 8.3-RELEASE). > Where would I get that from? Maybe from sysutils/bsdconfig in the ports

Re: .sh script code to determine IPv4 or IPv6

2013-08-06 Thread markham breitbach
On 13-08-03 8:04 AM, Teske, Devin wrote: > Actually, there's /usr/share/bsdconfig/media/tcpip.subr > > I don't seem to have that (FreeBSD 8.3-RELEASE). Where would I get that from? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.or

Re: .sh script code to determine IPv4 or IPv6

2013-08-03 Thread Teske, Devin
On Aug 3, 2013, at 5:04 AM, Robert Huff wrote: > > Fbsd8 writes: > >> I have a .sh script that I need to determine if the entered IP >> address is IPv4 or IPv6. >> >> Is there some .sh command that does this? > > Not that I know of. >

Re: .sh script code to determine IPv4 or IPv6

2013-08-03 Thread Teske, Devin
On Aug 3, 2013, at 4:30 AM, Fbsd8 wrote: > I have a .sh script that I need to determine if the entered IP address > is IPv4 or IPv6. > > Is there some .sh command that does this? > In RELENG_9, soon to be released 9.2-R: === FILE: wis === #!/bin/sh DEVICE_SELF_SCAN_AL

.sh script code to determine IPv4 or IPv6

2013-08-03 Thread Robert Huff
Fbsd8 writes: > I have a .sh script that I need to determine if the entered IP > address is IPv4 or IPv6. > > Is there some .sh command that does this? Not that I know of. But ... how hard can it be to figure out whether it

.sh script code to determine IPv4 or IPv6

2013-08-03 Thread Fbsd8
I have a .sh script that I need to determine if the entered IP address is IPv4 or IPv6. Is there some .sh command that does this? Thanks ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: reboot after removing ipv6 ?

2012-12-19 Thread jb
Frank Bonnet esiee.fr> writes: > > Hello > > Do I have to reboot a server after unvalidating IPv6 in /etc/rc.conf ? > > I seems to use "/etc/rc.d/netif restart" is not suffisant Use 'netstat' to see what service(s) lis

reboot after removing ipv6 ?

2012-12-19 Thread Frank Bonnet
Hello Do I have to reboot a server after unvalidating IPv6 in /etc/rc.conf ? I seems to use "/etc/rc.d/netif restart" is not suffisant Thank you ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listin

IPv6 Ready Logo test to Freebsd9.0(host), nd.p2 169-175 failed.

2012-12-12 Thread haohao Gao
Dear Freebsder: I made a Ipv6 ready logo test to Freebsd9.0,but nd.p2 169-175 items were failed . These failed items are related to Redirection. I find the lack of neighbor solicitation make these items fail . Maybe the existence of neighbor cache of the tester Freebsd cause

Question about tunnelling Ethernet traffic over IPv6 using EtherIP protocol

2012-09-23 Thread 楊拉斯凱吉
Hi, everyone: I am trying to set up a EtherIP tunnel device to tunnel Ethernet traffic over IPv6 using EtherIP protocol. I have Freebsd 8.3 runs on a i386 machine, and ipv6 enabled. I tried the commands below but no one works... ifconfig gif0 create ifconfig gif0 tunnel 2001:::1 2001:::10

Re: IPv6 && getaddrinfo(3C)

2012-07-13 Thread Matthias Apitz
#x27;m attaching the code for the client and as well one for a server creating LISTEN on IPv6 and IPv4 at the same time and handling the connections on both ports; HIH matthias /* IPv6 client code using getaddrinfo */ #include #include #include #include #include #include #includ

Re: IPv6 && getaddrinfo(3C)

2012-07-12 Thread Robert Bonomi
> From: Doug Hardie > Date: Thu, 12 Jul 2012 14:21:38 -0700 > Subject: Re: IPv6 && getaddrinfo(3C) > > On 12 July 2012, at 07:24, Matthias Apitz wrote: > > > Hello, > > > > I'm playing around with IPv6 code on a FreeBSD 9 system and can'

Re: IPv6 && getaddrinfo(3C)

2012-07-12 Thread Doug Hardie
On 12 July 2012, at 07:24, Matthias Apitz wrote: > > Hello, > > I'm playing around with IPv6 code on a FreeBSD 9 system and can't get > getaddrinfo(3C) to do what it should do as stated in its man page: > accept an IPv6 and IPv4 IP addr, it only works with the I

IPv6 && getaddrinfo(3C)

2012-07-12 Thread Matthias Apitz
Hello, I'm playing around with IPv6 code on a FreeBSD 9 system and can't get getaddrinfo(3C) to do what it should do as stated in its man page: accept an IPv6 and IPv4 IP addr, it only works with the IPv6 form: $ ./a.out ::1 host: ::1 read: SSH-2.0-OpenSSH_5.6p1 FreeBSD-2010

rc.conf ifconfig ipv6 address fails at boot

2012-06-12 Thread Damien Fleuriot
Hello questions, I can't figure out what I'm doing wrong here. Trying to get a static IPv6 on a server at boot time from rc.conf, and that fails. Notice I haven't set ipv6_network_interfaces , so it defaults to "auto". = ipv6_enable="YES" ipv6_d

Re: Configuration problem with IPv6 router ("cannot forward src")

2012-06-08 Thread Bruce Cran
On 08/06/2012 06:59, Matthew Seaman wrote: Probably. The good news is that once you've got it running the IPv6 support in FreeBSD is rock solid and works like a charm. It turns out that PF was being too helpful and trying to NAT for both IPv4 and IPv6 - adding 'inet' to the

Re: Configuration problem with IPv6 router ("cannot forward src")

2012-06-08 Thread Bruce Cran
On 07/06/2012 23:56, Robert Bonomi wrote: Please provide the output from these two commands: ifconfig -a netstat -nr on both the router and on an 'inside' machine. (identifying which is which:) There is also a question of 'where' the /48 comes from -- and how traffic to those addresses

Re: Configuration problem with IPv6 router ("cannot forward src")

2012-06-08 Thread Brandon Weisz
Make sure you are only advertising a /64 addr prefixlen in rtadvd.conf, and not the entire /48. On 6/7/2012 4:36 PM, Bruce Cran wrote: I'm trying to set up a IPv6 router (running -current) on my home network. My ISP gives me a /128 via PPP and I have a /48 allocation, which I use to giv

Re: Configuration problem with IPv6 router ("cannot forward src")

2012-06-07 Thread Matthew Seaman
On 07/06/2012 23:36, Bruce Cran wrote: > I'm trying to set up a IPv6 router (running -current) on my home > network. My ISP gives me a /128 via PPP and I have a /48 allocation, > which I use to give em0 and tun0 public addresses in different subnets > (tun0 is assigned the addre

Re: Configuration problem with IPv6 router ("cannot forward src")

2012-06-07 Thread Robert Bonomi
> From: Bruce Cran > > I'm trying to set up a IPv6 router (running -current) on my home > network. My ISP gives me a /128 via PPP and I have a /48 allocation, > which I use to give em0 and tun0 public addresses in different subnets > (tun0 is assigned the address via pp

Configuration problem with IPv6 router ("cannot forward src")

2012-06-07 Thread Bruce Cran
I'm trying to set up a IPv6 router (running -current) on my home network. My ISP gives me a /128 via PPP and I have a /48 allocation, which I use to give em0 and tun0 public addresses in different subnets (tun0 is assigned the address via ppp.linkup). I've added all the IPv6 settings

implementing ipv6 into my ipfw ruleset...

2012-06-05 Thread Jason Usher
from any to me 33433-33499 230 allow tcp from any to 82.197.184.219 22,80,443 setup 65000 deny log ip from any to me 65001 deny log ip from any to me6 What I am wondering is, am I blocking all ipv6 traffic by not explicitly allowing ipv6 in (for the established rule 100, icmp rule 110, and the

Re: LRO support for IPv6

2012-05-24 Thread Bjoern A. Zeeb
On 23. May 2012, at 08:22 , Venkat Duvvuru wrote: > Folks, > Can somebody please explain me why "tcp checsum" calculation is mandated in > the freebsd network stack (tcp_input--->in6_cksum) albeit the card supports > it? > > Probably Steve is the right person who can answer this. Just for publi

Re: LRO support for IPv6

2012-05-23 Thread Venkat Duvvuru
ote: > Ok. I found the reason for the throughput drop in case of IPv6. > Reason is that the "tcp check sum" calculation is mandated in case of IPv6 > irrespective of whether the card is doing it or not (checksum offload). Is > there a reason why freebsd is doing it that way? &g

Re: LRO support for IPv6

2012-05-22 Thread Venkat Duvvuru
Ok. I found the reason for the throughput drop in case of IPv6. Reason is that the "tcp check sum" calculation is mandated in case of IPv6 irrespective of whether the card is doing it or not (checksum offload). Is there a reason why freebsd is doing it that way? /Venkat On Tue, May 2

Re: LRO support for IPv6

2012-05-22 Thread Jack Vogel
rmance drop in case of IPv6 on > the "rx" side. > While I'm able to hit line rate ~9.5 Gbps on a 10gb NIC for IPv4..I could > only get ~6 Gbps on the "rx" front for IPv6...However "tx" for IPv6 is on > par with IPv4 hitting almost line rates. > >

Re: LRO support for IPv6

2012-05-22 Thread Venkat Duvvuru
Thanks for the response. I observed that there is a significant performance drop in case of IPv6 on the "rx" side. While I'm able to hit line rate ~9.5 Gbps on a 10gb NIC for IPv4..I could only get ~6 Gbps on the "rx" front for IPv6...However "tx" for IPv6 is o

Re: LRO support for IPv6

2012-05-22 Thread Bjoern A. Zeeb
On 22. May 2012, at 17:04 , Jack Vogel wrote: > Oh, that's right, distracted with other projects and I forgot, now we just > need > to have an LRO that works with forwarding eh :) That's a 6 line bainaid commit afterwards, basically returning form the LRO queuing function in case forwarding is

Re: LRO support for IPv6

2012-05-22 Thread Jack Vogel
Oh, that's right, distracted with other projects and I forgot, now we just need to have an LRO that works with forwarding eh :) You ROCK bz :) Jack On Tue, May 22, 2012 at 10:01 AM, Bjoern A. Zeeb wrote: > > On 22. May 2012, at 16:50 , Jack Vogel wrote: > > > The LRO code as it stands right n

Re: LRO support for IPv6

2012-05-22 Thread Bjoern A. Zeeb
On 22. May 2012, at 16:50 , Jack Vogel wrote: > The LRO code as it stands right now is IPV4 specific, it would be nice to > extend it, one of > many improvements that may get done at some point. I am about to commit it to HEAD. Bear another few days with me; I know I am running late but committ

Re: LRO support for IPv6

2012-05-22 Thread Jack Vogel
as LRO > support for IPv6? > I'm using 9.0-RELEASE and I see that tcp_lro_rx is failing. > > Please confirm. > > /Venkat > ___ > freebsd-...@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To u

LRO support for IPv6

2012-05-22 Thread Venkat Duvvuru
Folks, Could somebody please tell about the base Freebsd version which has LRO support for IPv6? I'm using 9.0-RELEASE and I see that tcp_lro_rx is failing. Please confirm. /Venkat ___ freebsd-questions@freebsd.org mailing list http://lists.freebs

IPv6 flow id hash calculation

2012-05-16 Thread Venkat Duvvuru
Folks, This question is related to the hash calculation done as part of selecting the transmit queue for IPv6 traffic. I observed that no matter how many queues you use in the driver, the tx traffic is always coming on queue 0. Did anybody else observed this behaviour? and is that how it is in

Re: IPv6 default-route - gone

2012-04-03 Thread John
On 03/04/2012 18:40, Ewald Jenisch wrote: > Hi, > > After installing a new machine under FreeBSD9 I discovered that the > IPv6-configuration I had in place with FreeBSD8 does no longer work. > > Here's what I've got in /etc/rc.conf: > ipv6_enable="YES" &g

IPv6 default-route - gone

2012-04-03 Thread Ewald Jenisch
Hi, After installing a new machine under FreeBSD9 I discovered that the IPv6-configuration I had in place with FreeBSD8 does no longer work. Here's what I've got in /etc/rc.conf: ipv6_enable="YES" ipv6_ifconfig_em0="2001:76c:2218:2009::11/64" ipv6_defaultroute

Re: IPv6 VM

2012-01-27 Thread Robert Boyer
Oh also if you would like to relay smtp mail give me a shout right now it's restricted to the IPv6 64 blog that the machine manages - heck if you want an IPv6 address I could give you one and it SHOULD work anywhere you are connected as long as your IP can deal with IPv6 RB On Jan 27,

Re: IPv6 VM

2012-01-27 Thread Robert Boyer
IPv6 fully operational - named/bind9 resolving all dns and works fine for IPv6 only hosts…. ipcloud.ws is IPv6 only to the external internet and works fine via www, ssh, smtp mail, etc as long as you are on another IPv6 capable host. Pretty nice. I am glad you brought this up. If you need a

Re: IPv6 VM

2012-01-26 Thread Steve Bertrand
On 2012.01.26 16:03, Robert Boyer wrote: I can probably arrange for a tunneled v6 address - should be the same thing at the end of the day…. how much time/mem you need? Thanks Robert, As far as time/mem, I'm not all too sure as it has been some time since I've run anything virtualized, so an

Re: IPv6 VM

2012-01-26 Thread Robert Boyer
> things. > > I'm wondering if there is anyone out there who can let me temporarily borrow > a CLI-only clean install FBSD virtual machine with a publicly facing IPv4 and > native IPv6 address. It will be extremely low bandwidth (almost none at all) > for testing som

IPv6 VM

2012-01-26 Thread Steve Bertrand
Hi all! I've been away for some time, but I'm now getting back into the full swing of things. I'm wondering if there is anyone out there who can let me temporarily borrow a CLI-only clean install FBSD virtual machine with a publicly facing IPv4 and native IPv6 address. It wi

Re: ipv6 in FreeBSD 9

2012-01-15 Thread Marco Beishuizen
On Sun, 15 Jan 2012, the wise Erik Nørgaard wrote: Don't use ipv6, but reading above: Did you replace ipv6_enable with ipv6_activate_all_interfaces? because the error seems to tell you that you must keep ipv6_enable I replaced it with the new lines because according to the manpage ipv6_e

Re: ipv6 in FreeBSD 9

2012-01-15 Thread Erik Nørgaard
On 15/01/2012 21:41, Marco Beishuizen wrote: On Sun, 15 Jan 2012, the wise Erik Nørgaard wrote: Don't use ipv6, but reading above: Did you replace ipv6_enable with ipv6_activate_all_interfaces? because the error seems to tell you that you must keep ipv6_enable I replaced it with th

Re: ipv6 in FreeBSD 9

2012-01-15 Thread Marco Beishuizen
On Sun, 15 Jan 2012, the wise Erik Nørgaard wrote: Don't use ipv6, but reading above: Did you replace ipv6_enable with ipv6_activate_all_interfaces? because the error seems to tell you that you must keep ipv6_enable I replaced it with the new lines because according to the ma

Re: ipv6 in FreeBSD 9

2012-01-15 Thread Erik Nørgaard
On 14/01/2012 18:07, Marco Beishuizen wrote: Hi, In 8.2 ipv6 was enabled by adding ipv6_enable="YES" in rc.conf, and all worked fine. In FreeBSD 9 that changed to ipv6_activate_all_interfaces="YES". But now there are still some error messages at boot time, and ipv6

Re: ipv6 in FreeBSD 9

2012-01-14 Thread Marco Beishuizen
On Sat, 14 Jan 2012, the wise Yuri Pankov wrote: In 8.2 ipv6 was enabled by adding ipv6_enable="YES" in rc.conf, and all worked fine. In FreeBSD 9 that changed to ipv6_activate_all_interfaces="YES". But now there are still some error messages at boot time, and ipv6

Re: ipv6 in FreeBSD 9

2012-01-14 Thread Yuri Pankov
On Sat, Jan 14, 2012 at 06:07:01PM +0100, Marco Beishuizen wrote: > Hi, > > In 8.2 ipv6 was enabled by adding ipv6_enable="YES" in rc.conf, and all > worked fine. In FreeBSD 9 that changed to > ipv6_activate_all_interfaces="YES". But now there are still some

ipv6 in FreeBSD 9

2012-01-14 Thread Marco Beishuizen
Hi, In 8.2 ipv6 was enabled by adding ipv6_enable="YES" in rc.conf, and all worked fine. In FreeBSD 9 that changed to ipv6_activate_all_interfaces="YES". But now there are still some error messages at boot time, and ipv6 doesn't seem to work correctly: .

9.0RC2 IPV6 warnings from ntpd

2011-12-09 Thread Mike Clarke
/ntp.conf contains just a single line: server ntp.plus.net maxpoll 9 The boot messages appear to be just warnings because ntpd is working fine over IPV4 but I feel that I should try to fix this in case it leads to problems later. I certainly don'

ipv6 enabled and panic in 7.4-RELEASE

2011-06-08 Thread nick
Hello list, I enabled ipv6 in a server running 7.4-RELEASE with amd64 generic kernel, and bge. I issued a static ipv6 address with prefix lenght 120 (according to my network administrator) and ipv6 default route in rc.conf, and issued '/etc/rc.d/network_ipv6 start'. ifconfig bge0: b

Re: ipv6 spam

2011-05-21 Thread Chris Brennan
On Sat, May 21, 2011 at 9:28 AM, Robert Simmons wrote: I have begun receiving ipv6 spam from this mailing list, and I was > wondering how to determine who the owner of a particular ipv6 address > is. A whois may tell you who the block has been given too (ISP wise) ... that may start you

ipv6 spam

2011-05-21 Thread Robert Simmons
I have begun receiving ipv6 spam from this mailing list, and I was wondering how to determine who the owner of a particular ipv6 address is. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: ipv6 problem

2011-02-03 Thread pepe
On 3.2.2011 17:53, Thomas Sandford wrote: On 01/02/2011 07:29, pepe wrote: I have 2001:14b8:10:402::/64 ipv6 from my isp and I cant get it working. Ifconfig should be ok: backup# ifconfig rl0 inet6 rl0: flags=8843 metric 0 mtu 1500 options=8 inet6 2001:14b8:10:402:2::1 prefixlen 64 Looks a

Re: ipv6 problem

2011-02-03 Thread Thomas Sandford
On 01/02/2011 07:29, pepe wrote: I have 2001:14b8:10:402::/64 ipv6 from my isp and I cant get it working. Ifconfig should be ok: backup# ifconfig rl0 inet6 rl0: flags=8843 metric 0 mtu 1500 options=8 inet6 2001:14b8:10:402:2::1 prefixlen 64 Looks a bit odd - I would expect

ipv6 problem

2011-01-31 Thread pepe
I have 2001:14b8:10:402::/64 ipv6 from my isp and I cant get it working. Ifconfig should be ok: backup# ifconfig rl0 inet6 rl0: flags=8843 metric 0 mtu 1500 options=8 inet6 2001:14b8:10:402:2::1 prefixlen 64 default gateway is set to 2001:14b8:10:402:1::1. When I try to

IPv6 Unkown header extension

2010-12-19 Thread Paul Koene
L.S., every once in a while I see the following messages filling the logs on my FreeBSD installations: IPFW2: IPV6 - Unknown Extension Header(128), ext_hd=0 I am somewhat curious why this message occurs. Did I configure something wrong, Is there an implementation defect in an existing ipv6

Re: IPv6 rtadv on FreeBSD 8.1?

2010-10-09 Thread Neil Long
Not specifically related but I just worked around an issue with a Dell laptop with the xl0 interface which has problems with 8.1. I was experimenting with a IPv6 setup and used an old PC (big and noisy) with the smallest install of 8.1. It worked fine as the tunnel server and ipv6 gateway

Re: Gnus issue in FreeBSD (was: Re: IPv6 rtadv on FreeBSD 8.1?)

2010-08-08 Thread Carl Johnson
ash...@freebsd.org (Ashish SHUKLA) writes: > Carl Johnson writes: > > [...] > > >> Now if I could just figure out why gnus doesn't work right under emacs >> I could finish migrating from Linux to FreeBSD. > > I use same .gnus in both GNU/Linux and FreeBSD and keep the mailboxen on the > $HOME of b

Gnus issue in FreeBSD (was: Re: IPv6 rtadv on FreeBSD 8.1?)

2010-08-07 Thread Ashish SHUKLA
Carl Johnson writes: [...] > Now if I could just figure out why gnus doesn't work right under emacs > I could finish migrating from Linux to FreeBSD. I use same .gnus in both GNU/Linux and FreeBSD and keep the mailboxen on the $HOME of both boxen sync-ed with each other, and works great for me.

Re: IPv6 rtadv on FreeBSD 8.1?

2010-08-01 Thread Carl Johnson
Carl Johnson writes: > I have running versions of 7.3 and 8.0, so I tried experimenting with > 8.1 in VirtualBox, but I ran into a couple of problems. I have an 8.0 > system that is running a IPv6 tunnel to sixxs.net, and it is running > rtadvd to act as the gatway for my network.

Re: IPv6 rtadv on FreeBSD 8.1?

2010-07-30 Thread Carl Johnson
Vincent Hoffman writes: > On 30/07/2010 18:48, Carl Johnson wrote: >> I have running versions of 7.3 and 8.0, so I tried experimenting with >> 8.1 in VirtualBox, but I ran into a couple of problems. I have an 8.0 >> system that is running a IPv6 tunnel to sixxs.net, and it

Re: IPv6 rtadv on FreeBSD 8.1?

2010-07-30 Thread Vincent Hoffman
On 30/07/2010 18:48, Carl Johnson wrote: > I have running versions of 7.3 and 8.0, so I tried experimenting with > 8.1 in VirtualBox, but I ran into a couple of problems. I have an 8.0 > system that is running a IPv6 tunnel to sixxs.net, and it is running > rtadvd to act as the g

IPv6 rtadv on FreeBSD 8.1?

2010-07-30 Thread Carl Johnson
I have running versions of 7.3 and 8.0, so I tried experimenting with 8.1 in VirtualBox, but I ran into a couple of problems. I have an 8.0 system that is running a IPv6 tunnel to sixxs.net, and it is running rtadvd to act as the gatway for my network. On the 8.1 system I enabled IPv6 in rc.conf

ipv6 network traffic monitoring -- searching a working probe software

2010-05-25 Thread Reinhard Haller
Hi, currently I'm monitoring the network traffic with ng_netflow and nfdump/nfsen is used to collect, display and analyze the network traffic. I'm reviewing the tools to monitor ipv6. ng_netflow doesn't support ipv6 (is there a schedule to implement the needed protocol version

Re: ipv6 changes in src/UPDATING

2010-03-25 Thread Matthew Seaman
entries 20090926 and 20091202. The system runs ipv6, but > external connectivity is though a v6-over-v4 tunnel (net/gateway6). > rc.conf currently has: > > huff@>>grep v6 /etc/rc.conf > ipv6_gateway_enable="YES" # Set to YES if this host will be a gateway. >

ipv6 changes in src/UPDATING

2010-03-25 Thread Robert Huff
I am updating a system: FreeBSD 9.0-CURRENT #3: Tue Sep 15 18:49:58 EDT 2009 amd64 and failing to understand the (practical) consequences of UPDATING entries 20090926 and 20091202. The system runs ipv6, but external connectivity is though a v6-over-v4 tunnel (net/gateway6

Re: IPv6: rtsol must be run a second time after boot to pick up default route

2010-02-03 Thread Brian Conway
On Wed, 3 Feb 2010, Brian Conway wrote: I recently set up an HE.net tunnel using the following guides: http://www.freebsd.org/doc/handbook/network-ipv6.html http://www.freebsddiary.org/ipv6.php FreeBSD 7.2-p5 is used for the router and the host, and it works beautifully, except that the

IPv6: rtsol must be run a second time after boot to pick up default route

2010-02-03 Thread Brian Conway
I recently set up an HE.net tunnel using the following guides: http://www.freebsd.org/doc/handbook/network-ipv6.html http://www.freebsddiary.org/ipv6.php FreeBSD 7.2-p5 is used for the router and the host, and it works beautifully, except that the host will only pick up the IPv6 prefix on

Re: ipv6 static route.

2010-01-25 Thread Peter Ankerstål
On Jan 25, 2010, at 6:59 PM, Brian A. Seklecki (CFI NOC) wrote: > On 1/25/2010 12:15 PM, Peter Ankerstål wrote: >> How do I set a static ipv6 route in rc.conf? >> >> This command works: route add -inet6 -net 2003:16c8:dc1e:2:: -prefixlen 64 >> 2003:16c8:dc1e::2 >&

Re: ipv6 static route.

2010-01-25 Thread Brian A. Seklecki (CFI NOC)
On 1/25/2010 12:15 PM, Peter Ankerstål wrote: How do I set a static ipv6 route in rc.conf? This command works: route add -inet6 -net 2003:16c8:dc1e:2:: -prefixlen 64 2003:16c8:dc1e::2 and I use this in rc.conf: ipv6_static_routes="2003:16c8:dc1e:2:: -prefixlen 64 2003:16c8:dc1e::2"

ipv6 static route.

2010-01-25 Thread Peter Ankerstål
How do I set a static ipv6 route in rc.conf? This command works: route add -inet6 -net 2003:16c8:dc1e:2:: -prefixlen 64 2003:16c8:dc1e::2 and I use this in rc.conf: ipv6_static_routes="2003:16c8:dc1e:2:: -prefixlen 64 2003:16c8:dc1e::2" but it does not set the correct routes

Re: FreeBSD ipv6 rc.conf settings issue

2010-01-10 Thread Gary Kline
On Sat, Jan 09, 2010 at 10:56:31AM +, Matthew Seaman wrote: > Gary Kline wrote: > > > >This caught my interest this morning so I set up a commented-out trial in > >/etc/rc.d for my ipv6 entry; the one I had in my database /etc/namedb/* > >files > >ble

Re: FreeBSD ipv6 rc.conf settings issue

2010-01-09 Thread Darryl Yeoh
> I'm having problems with the /etc/rc.conf setup of a ipv6 tunnel on my > FreeBSD 7.2-RELEASE-p6 > It`s a particular issue on the ipv6_defaultrouter config, it jost does not > work... > Upon network and routing restart ipv6 is enabled the gif interface are given > ip&#

Re: FreeBSD ipv6 rc.conf settings issue

2010-01-09 Thread Matthew Seaman
Gary Kline wrote: This caught my interest this morning so I set up a commented-out trial in /etc/rc.d for my ipv6 entry; the one I had in my database /etc/namedb/* files blew my connection sky-high recently. Does this seem plausible: # ## ipv6 config # # ipv6_enable=&quo

Re: FreeBSD ipv6 rc.conf settings issue

2010-01-08 Thread Gary Kline
gt; The above works. > > > or, even better, like this: > > > > ipv4_addrs_re0="208.70.104.210/26 208.70.104.211/26" > > ipv6_addrs_re0="2607:f118::b6/64 2607:f118::b7/64" > > Unfortunately, that one does not. I do not get any IPv6 addresses >

Re: FreeBSD ipv6 rc.conf settings issue

2010-01-07 Thread Bogdan Webb
Some point out rc.local as a fix, i find it ok to but it has some ups'n'downs indeed in a reboot situation rc.local having the route add command would be ok but in a short network restart it wouldn't count (as i particularly value my uptime)... the ipv6 defaultroute it's not a

Re: FreeBSD ipv6 rc.conf settings issue

2010-01-07 Thread Steve Bertrand
55.255.255" > ipv6_ifconfig_re0="2607:f118::b6 prefixlen 64" > ipv6_ifconfig_re0_alias0="2607:f118::b7 prefixlen 64" The above works. > or, even better, like this: > > ipv4_addrs_re0="208.70.104.210/26 208.70.104.211/26" > ipv6_addrs_re0="2

Re: FreeBSD ipv6 rc.conf settings issue

2010-01-07 Thread Steve Bertrand
Matthew Seaman wrote: > Steve Bertrand wrote: > >> Hmmm. This config does not work: >> >> ifconfig_re0="inet 208.70.104.210 netmask 255.255.255.192" >> ifconfig_re0_alias0="inet 208.70.104.211 netmask 255.255.255.255" >> ifconfig_re0_alias1="inet6 2607:f118::b6 prefixlen 64" >> ifconfig_re0_alias2

Re: FreeBSD ipv6 rc.conf settings issue

2010-01-07 Thread Matthew Seaman
Steve Bertrand wrote: Hmmm. This config does not work: ifconfig_re0="inet 208.70.104.210 netmask 255.255.255.192" ifconfig_re0_alias0="inet 208.70.104.211 netmask 255.255.255.255" ifconfig_re0_alias1="inet6 2607:f118::b6 prefixlen 64" ifconfig_re0_alias2="inet6 2607:f118::b7 prefixlen 64" Yep

Re: FreeBSD ipv6 rc.conf settings issue

2010-01-07 Thread Steve Bertrand
Matthew Seaman wrote: > Steve Bertrand wrote: > Funny. My IPv6 config works like a charm, on both 7.2-STABLE and > 8.0-STABLE. Related config settings look like this: > > gif_interfaces="gif0" > gifconfig_gif0="81.187.76.162 81.187.81.6" > > i

Re: FreeBSD ipv6 rc.conf settings issue

2010-01-07 Thread Matthew Seaman
Steve Bertrand wrote: Bogdan Webb wrote: I'm having problems with the /etc/rc.conf setup of a ipv6 tunnel on my FreeBSD 7.2-RELEASE-p6 It`s a particular issue on the ipv6_defaultrouter config, it jost does not work... Upon network and routing restart ipv6 is enabled the gif interface are

Re: FreeBSD ipv6 rc.conf settings issue

2010-01-07 Thread Steve Bertrand
Bogdan Webb wrote: > I'm having problems with the /etc/rc.conf setup of a ipv6 tunnel on my > FreeBSD 7.2-RELEASE-p6 > It`s a particular issue on the ipv6_defaultrouter config, it jost does not > work... > Upon network and routing restart ipv6 is enabled the gif interface

FreeBSD ipv6 rc.conf settings issue

2010-01-07 Thread Bogdan Webb
I'm having problems with the /etc/rc.conf setup of a ipv6 tunnel on my FreeBSD 7.2-RELEASE-p6 It`s a particular issue on the ipv6_defaultrouter config, it jost does not work... Upon network and routing restart ipv6 is enabled the gif interface are given ip's and everything but the def

bridge "filters" ipv6

2009-12-08 Thread Beat Siegenthaler
Hi all, I have 7.2-RELEASE and a bridge between ath0 and sis0 everything works fine except ipv6 including router advertisements. There is no filtering, just a L2 bridge without any address. rtadv comes from lan/sis. What could be missing? bridge0: flags=8843 metric 0 mtu 1500

Re: IPv6-only host and portupgrade

2009-10-31 Thread Lowell Gilbert
$witch writes: > have done a "best effort" to avoid useless question, am posting after > various faq-research and tests. > > having an IPv6-ONLY (FreeBSD 7.0) host that needs to perform a "portsnap > fetch" there is NO LIST of portsnap-IPv6-capable servers.

IPv6-only host and portupgrade

2009-10-30 Thread $witch
Hi, have done a "best effort" to avoid useless question, am posting after various faq-research and tests. having an IPv6-ONLY (FreeBSD 7.0) host that needs to perform a "portsnap fetch" there is NO LIST of portsnap-IPv6-capable servers. maybe they don't exists or i am

Re: Possible bug with IPv6 ICMPv6 handling

2009-08-21 Thread Doug Hardie
On 21 August 2009, at 11:33, David Horn wrote: On Fri, Aug 21, 2009 at 1:55 AM, Doug Hardie wrote: I have found what to me seems like a bug with ICMPv6 handling in IPv6. However, before submitting a PR I wanted to check to be sure that its not a misunderstanding on my part. The network

Re: Possible bug with IPv6 ICMPv6 handling

2009-08-21 Thread David Horn
On Fri, Aug 21, 2009 at 1:55 AM, Doug Hardie wrote: > I have found what to me seems like a bug with ICMPv6 handling in IPv6. >  However, before submitting a PR I wanted to check to be sure that its not a > misunderstanding on my part. > > The network setup.  A host (A) connected

Possible bug with IPv6 ICMPv6 handling

2009-08-20 Thread Doug Hardie
I have found what to me seems like a bug with ICMPv6 handling in IPv6. However, before submitting a PR I wanted to check to be sure that its not a misunderstanding on my part. The network setup. A host (A) connected to a router (B) connected to another host (C) on a separate network

Re: ng_netflow and ipv6

2009-07-23 Thread Nikos Vassiliadis
Reinhard Haller wrote: I'm missing ipv6 traffic (all ssh-traffic is going over ipv6) in the filtered netflow output. I've checked the netflow data with tcpdump/wireshark, there is no ipv6 netflow monitored. ng_netflow implements netflow version 5, which doesn't suppo

ng_netflow and ipv6

2009-07-23 Thread Reinhard Haller
Hi, I'm monitoring the network traffic with ng_netflow and collecting/displaying it with nfsen. I'm missing ipv6 traffic (all ssh-traffic is going over ipv6) in the filtered netflow output. I've checked the netflow data with tcpdump/wireshark, there is no ipv6 netflow monito

Re: IPv6 FreeBSD servers

2009-07-19 Thread Craig Butler
On Sun, 2009-07-19 at 17:56 +1000, Brett Wiggins wrote: > Hi, > > I am looking to rent a FreeBSD server that has access to an IPv6 > address. I have previously rented a FreeBSD server from theplanet.com > but they only offer IPv4 and I would like my server to be on the IPv6

IPv6 FreeBSD servers

2009-07-19 Thread Brett Wiggins
Hi, I am looking to rent a FreeBSD server that has access to an IPv6 address. I have previously rented a FreeBSD server from theplanet.com but they only offer IPv4 and I would like my server to be on the IPv6 network. Does anyone have any knowledge of companies that offer this? thanks, Brett

Re: Problems with IPv6 CARP Interface in PF

2009-05-27 Thread Matthew Seaman
Michael K. Smith - Adhost wrote: Hello: I'm having reachability problems with a CARP interface set up on two 7.1 boxes with an uplink to Cisco routers. However, the inside CARP address on the same set of PF boxes are reachable with no trouble. Here's the config. Cisco Cisco H

Problems with IPv6 CARP Interface in PF

2009-05-27 Thread Michael K. Smith - Adhost
Hello: I'm having reachability problems with a CARP interface set up on two 7.1 boxes with an uplink to Cisco routers. However, the inside CARP address on the same set of PF boxes are reachable with no trouble. Here's the config. Cisco Cisco HSRP Gateway | CA

Re: net-snmp and IPv6 MIB

2009-05-13 Thread Steve Bertrand
Aurélien Ansel wrote: > Hi all, > > sorry in advance for my bad english. > > I think i have a problem with the MIB of IPv6. > > I have installed the last port of net-snmp. > > Can someone give the result of this request, it must be send to a > computer with

  1   2   3   4   5   >