Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jcoap-Proxy is only listening to localhost #14

Open
GoogleCodeExporter opened this issue Aug 18, 2015 · 0 comments
Open

Jcoap-Proxy is only listening to localhost #14

GoogleCodeExporter opened this issue Aug 18, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. clone latest version of jcoap
2. run jcap Proxy: org.ws4d.coap.proxy.Proxy
3. send http request to various ip-adresses

What is the expected output? What do you see instead?
When i send http://localhost:8080 I see a incomming HTTP Request.
But when i try it with an ipv6 adress of an connected sensor 
http://[ipv6-ip]:8080 i can't see an incomming HTTP request, also doesn't work 
with a simple ipv4 http request.

What version of the product are you using? On what operating system?
working with ubuntu, connected contiki rpl-boarder-router and a reachable 
contiki based sensor

Please provide any additional information below.
netstat -tulpn output looks following:
tcp6       0      0 :::8080                 :::*                    LISTEN      
-   

I don't know why only requests to localhost are arriving the http NIO server

Original issue reported on code.google.com by [email protected] on 24 Apr 2013 at 8:30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant