[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-devel] contrib tcpip ipv6
From: |
Sylvain Rochet |
Subject: |
Re: [lwip-devel] contrib tcpip ipv6 |
Date: |
Wed, 26 Dec 2012 14:35:13 +0100 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
Hi Edgard,
On Wed, Dec 26, 2012 at 09:40:02AM -0300, Edgard Lima wrote:
>
> $ curl -g -6 http://[fe80:0000:0000:0000:0302:03ff:fe04:0506]:80/
> curl: (7) Failed to connect to fe80::302:3ff:fe04:506: Invalid argument
This is a link local address, you have to specify the Ethernet interface
you bind() to.
$ curl --interface tap0 -g -6
http://[fe80:0000:0000:0000:0302:03ff:fe04:0506]:80/
Sylvain
signature.asc
Description: Digital signature
- [lwip-devel] contrib tcpip ipv6, Edgard Lima, 2012/12/26
- Re: [lwip-devel] contrib tcpip ipv6,
Sylvain Rochet <=
- Re: [lwip-devel] contrib tcpip ipv6, Edgard Lima, 2012/12/26
- Re: [lwip-devel] contrib tcpip ipv6, Sylvain Rochet, 2012/12/26
- Re: [lwip-devel] contrib tcpip ipv6, Edgard Lima, 2012/12/26
- Re: [lwip-devel] contrib tcpip ipv6, Sylvain Rochet, 2012/12/26
- Re: [lwip-devel] contrib tcpip ipv6, Edgard Lima, 2012/12/26
- Re: [lwip-devel] contrib tcpip ipv6, Simon Goldschmidt, 2012/12/26
- Re: [lwip-devel] contrib tcpip ipv6, Edgard Lima, 2012/12/26