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

Server ip parameter does not accept IPv6 addresses, but says it should: #178

Open
grayaw opened this issue Nov 2, 2022 · 1 comment
Open

Comments

@grayaw
Copy link

grayaw commented Nov 2, 2022

Examples:

# ./ethr -s --ip  2001:db8:d401:21cd::6

Ethr: Comprehensive Network Performance Measurement Tool (Version: UNKNOWN)
Maintainer: Pankaj Garg (ipankajg @ LinkedIn | GitHub | Gmail | Twitter)

-----------------------------------------------------------
Accepting IP version: ipv4, ipv6
Listening on port 8888 for TCP & UDP
Fatal error running TCP server: listen tcp: address 2001:db8:d401:21cd::6:8888: too many colons in address

# ./ethr -s --ip "[2001:db8:d401:21cd::6]"

Ethr: Comprehensive Network Performance Measurement Tool (Version: UNKNOWN)
Maintainer: Pankaj Garg (ipankajg @ LinkedIn | GitHub | Gmail | Twitter)

Error: Invalid IP address: <[2001:db8:d401:21cd::6]> specified.
Please use "ethr -h" for complete list of command line arguments.
@edmundselliot
Copy link

Hitting a similar issue with parsing ipv6 addresses.
image

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

No branches or pull requests

2 participants