Skip to content
New issue

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

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

Already on GitHub? # to your account

mDNS: add client via nmap #108

Merged
merged 1 commit into from
Oct 27, 2022
Merged

mDNS: add client via nmap #108

merged 1 commit into from
Oct 27, 2022

Conversation

glimchb
Copy link
Member

@glimchb glimchb commented Oct 27, 2022

Related to #106

Signed-off-by: Boris Glimcher Boris.Glimcher@emc.com

Related to opiproject#106

Signed-off-by: Boris Glimcher <Boris.Glimcher@emc.com>
@glimchb glimchb requested a review from a team as a code owner October 27, 2022 20:01
@glimchb
Copy link
Member Author

glimchb commented Oct 27, 2022

tested like this:


$ docker-compose up nmapmdnsclient
[+] Running 1/0
 ⠿ Container sztp-nmapmdnsclient-1  Created                                                                                                                                             0.0s
Attaching to sztp-nmapmdnsclient-1
sztp-nmapmdnsclient-1  | Starting Nmap 7.93 ( https://nmap.org ) at 2022-10-27 19:58 UTC
sztp-nmapmdnsclient-1  | Nmap scan report for avahi (10.127.127.6)
sztp-nmapmdnsclient-1  | Host is up (0.000085s latency).
sztp-nmapmdnsclient-1  | rDNS record for 10.127.127.6: sztp-avahi-1.sztp_opi
sztp-nmapmdnsclient-1  |
sztp-nmapmdnsclient-1  | PORT     STATE  SERVICE
sztp-nmapmdnsclient-1  | 5353/tcp closed mdns
sztp-nmapmdnsclient-1  | MAC Address: 02:42:0A:7F:7F:06 (Unknown)
sztp-nmapmdnsclient-1  |
sztp-nmapmdnsclient-1  | Nmap done: 1 IP address (1 host up) scanned in 0.32 seconds
sztp-nmapmdnsclient-1 exited with code 0

@glimchb glimchb linked an issue Oct 27, 2022 that may be closed by this pull request
@glimchb glimchb requested a review from alknopfler October 27, 2022 20:42
Copy link

@seroyer seroyer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So far so good. Next step to add to the tests.sh?

@glimchb
Copy link
Member Author

glimchb commented Oct 27, 2022

So far so good. Next step to add to the tests.sh?

Yes. both to tests.sh and to our GOLANG implementation

@glimchb glimchb merged commit 5ceae35 into opiproject:main Oct 27, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add mdns docker server and client
2 participants