-
Notifications
You must be signed in to change notification settings - Fork 301
Closed
Description
Expected behavior
Should be able to reach container host from inside container over 10.0.75.1 ip address.
Actual behavior
# nmap 10.0.75.1
Starting Nmap 7.01 ( https://nmap.org ) at 2016-12-18 09:59 UTC
Nmap scan report for 10.0.75.1
Host is up (0.0031s latency).
All 1000 scanned ports on 10.0.75.1 are filtered
Nmap done: 1 IP address (1 host up) scanned in 22.35 seconds
# nmap 192.168.56.1
Starting Nmap 7.01 ( https://nmap.org ) at 2016-12-18 10:02 UTC
Nmap scan report for 192.168.56.1
Host is up (1.0s latency).
Not shown: 993 closed ports
PORT STATE SERVICE
135/tcp open msrpc
139/tcp open netbios-ssn
445/tcp open microsoft-ds
2179/tcp open vmrdp
5357/tcp open wsdapi
8081/tcp open blackice-icecap
16992/tcp open amt-soap-http
Nmap done: 1 IP address (1 host up) scanned in 27.20 seconds
Information
- Version 1.12.3 (8488)
- Windows 10 running hyper-v
- I confirmed 10.0.75.1 is my host IP via ipconfig
- I'm on a corporate laptop assigned to a domain
Steps to reproduce the behavior
- I utilized nmap to test open ports from my 10 IP as well as my 192 IP