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

Invalid IP address #4

Open
weaming opened this issue Dec 19, 2019 · 5 comments
Open

Invalid IP address #4

weaming opened this issue Dec 19, 2019 · 5 comments
Labels
invalid This doesn't seem right

Comments

@weaming
Copy link

weaming commented Dec 19, 2019

# merino -i 0.0.0.0 -p 1110 --no-auth
 2019-12-19T13:57:58.746 INFO  merino > New Request: Source: 113.xx.xx.xx, Command: Connect Addr: , Port: 29555
 2019-12-19T13:57:58.746 ERROR merino > Error! invalid IP address syntax
@ajmwagar ajmwagar added the invalid This doesn't seem right label Dec 19, 2019
@ajmwagar
Copy link
Owner

Can you give me more detail than just posting the output?

What OS are you running, which Rust version, what browser/proxy client are you connecting with?

@ddelazerda
Copy link

This is the same error I get when I try to connect using a DNS name instead of an IP address. Merino is expecting an IP address and whatever application is proxying the traffic through merino is sending DNS names. I tested this trying to proxy SSH and when I try to SSH using an IP address it works but not a DNS name. I think you need to specifically add DNS support similar to what's done here on this other project: https://github.com/net-reflow/reflow/tree/master/src/resolver .

@steamsv
Copy link

steamsv commented Jan 17, 2022

I also encountered the same problem. The running environment is CentOS 7

@Gordon01
Copy link
Contributor

Gordon01 commented Jan 22, 2022

Maybe you're getting a new timeout error, which is incorrectly labeled 7febf0e#diff-b1a35a68f14e696205874893c07fd24fdb88882b47c23cc0e0c80a30c7d53759R460

@Livins1
Copy link

Livins1 commented Jun 17, 2022

I also encountered the same problem when i using "cargo install merino", and "merino --no-auth". Just after clone this repo tp local, and run "cargo run -- --no-auth" or "cargo install --path ." it worked!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

6 participants