Re: IPv6 multicast packet size

2010-02-26 Thread Hideki Yamamoto
Hi, I have found the answer to my question. The following lines resolved my problem. sock_optval=0; error = setsockopt(send_s, IPPROTO_IPV6, IPV6_USE_MIN_MTU, &sock_optval, sizeof(sock_optval)); 2010/2/22 Hideki Yamamoto : > Hi, > > I hav

IPv6 multicast packet size

2010-02-21 Thread Hideki Yamamoto
4.11 to 7.2 or later, I encountered this problem. Does anyone have any information about this problem? The followings are OS information I have tested, the result of Tshark command, and source code of test program. Best regards, Hideki Yamamoto

Re: GIF MTU parmeter is needed

2009-12-28 Thread Hideki Yamamoto
mtuweightexpire 0 0 0 0 1300 1 0 h9# 2009/12/29 Julian Elischer : > David DeSimone wrote: >> >> Hideki Yamamoto wrote: >>> >>>    h99# ifconfig xl0 inet6 2001:99::1 >>>    h99# ifconfig gif0 create

Re: GIF MTU parmeter is needed

2009-12-27 Thread Hideki Yamamoto
) is used when unsuccessful command sequence is used. And I request the method to change this MMTU, for example sysctl command as I said in the previous mail. Best regards, Hideki Yamamoto 1. Test environment

GIF MTU parmeter is needed

2009-12-26 Thread Hideki Yamamoto
MTU size as possible ( I hope "1" will be default) Are there any comment on this matter? Best regards, Hideki Yamamoto ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe

MLDv2 on FreeBSD 7 (mcastread cannot work well)

2008-12-09 Thread Hideki Yamamoto
ernel paramters to turn on MLDv2? Or are there any further documment on this matter? Thanks in advance. Best regards, Hideki Yamamoto ------- Hideki YAMAMOTO [EMAIL PROTECTED] Software Development Department- 4, Devel

can netgraph support IPv6 over IPv6

2007-05-23 Thread Hideki Yamamoto
testing, releted information is welcomed. Best regard, Hideki Yamamoto ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: IPv6 raw socket to send original udp

2006-05-24 Thread Hideki Yamamoto
Hi, One of my collegues helped me. bpf described in the following page is useful. http://canmore.sdf-eu.org/freebsd/bpf.html And libdnet is a wrapper of the bpf on FreeBSD. Code using libdnet seems to be portable with Linux and so on. From: Hideki Yamamoto <[EMAIL PROTECTED]> Subject

IPv6 raw socket to send original udp

2006-05-07 Thread Hideki Yamamoto
experiment, it does not seems good, IP_HDRINCL option does not woks. I wonder if IPv6 raw socket can be used only for ICMPv6. I would like to use IPv6 raw socket for original udp packet. Thanks in advance. Hideki Yamamoto -- ___ freebsd-net@freebsd.org

Re: New PF (OpenBSD 3.7 ***ALPHA-preview***)

2005-05-14 Thread Hideki Yamamoto
| ICQ #67774661 > X http://pf4freebsd.love2party.net/ | [EMAIL PROTECTED] > / \ ASCII Ribbon Campaign | Against HTML Mail and News - Hideki YAMAMOTO | Broadband Media Solutions

Re: Several IPv6 tunnels possible?

2005-05-14 Thread Hideki Yamamoto
Hi, I am using zebra as IPv6 router with more than two gif tunnels. It are working well. In /etc/rc.conf, we set the following lines. start router_enable="YES" router="/usr/local/sbin/zebractl" router_flags="start" end Regards, Hideki Yamamoto From: