Re: Question about Ipv6 datagram server

From: Ken Wickes [MSFT] (kenwic_at_online.microsoft.com)
Date: 03/10/04


Date: Tue, 9 Mar 2004 20:08:04 -0800

Is the IPv6 Firewall running?

-- 
Ken Wickes [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.
"Pratap Das" <reply_das@yahoo.com> wrote in message
news:9db15e14.0403091704.76beee45@posting.google.com...
> Hi All,
> I have a question regarding an IPv6 datagram(UDP) server using
> winsock2.
> In my sample program , I am open a socket, bind it and then wait on a
> recvfrom for data from clients. I can see in the output of "netstat
> -an"  that it is listening on the designated port.
> But from a different machine the client is not able to communicate to
> the server. Using a network sniffer I am seeing that the packet from
> the client is reaching the server machine but not the server itself,
> it is still waiting on the recvfrom.
> Now, in the server if I make a call to sendto to the client before
> waiting on recvfrom, I am able to send data from the client from the
> next packet onwards. So looks like I have to make a call to sendto
> before recvfrom to actually start receiving some data on the socket.
> I have the IPv4 version of the program which works fine. Both are
> examples from the MSDN library. If anyone can provide any pointers
> reagrding the above behaviour in the case of IPv6 it will be really
> helpful.
> Thanks for all the help.
> Regards,
> --Das


Relevant Pages

  • Re: Question about IPv6 datagram server
    ... I've tried to repro this in-house but failed to repro it. ... Do you have any firewall filters installed in between client and server? ... > recvfrom for data from clients. ...
    (microsoft.public.win32.programmer.networks)
  • Fails to connect to ipv6 address using tcp
    ... I am creating an application using ipv6 and am trying to connect using tcp. ... The application has a client side and a server side. ... When I try to connect to the server side from the client, ... The error message says "A connection attempt failed because the connected ...
    (microsoft.public.win32.programmer.networks)
  • Re: Confusion with IPv6 on Windows Server 2008
    ... I am just finding my way around IPv6 and also it's use in Windows ... I have set up DHCP and created a DHCP scope for IPv6 to ... The DHCP server was set up to disable ... Stateless Mode so it would provide an address to a client. ...
    (microsoft.public.windows.server.general)
  • Question about IPv6 datagram server
    ... I have a question regarding an IPv6 datagramserver using ... But from a different machine the client is not able to communicate to ... it is still waiting on the recvfrom. ... before recvfrom to actually start receiving some data on the socket. ...
    (microsoft.public.win32.programmer.networks)
  • Question about Ipv6 datagram server
    ... I have a question regarding an IPv6 datagramserver using ... But from a different machine the client is not able to communicate to ... it is still waiting on the recvfrom. ... before recvfrom to actually start receiving some data on the socket. ...
    (microsoft.public.windowsxp.network_web)