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

try getting ip in a IPv4/IPv6 environment #160

Closed
wants to merge 1 commit into from
Closed

try getting ip in a IPv4/IPv6 environment #160

wants to merge 1 commit into from

Conversation

sleicht
Copy link
Contributor

@sleicht sleicht commented Dec 22, 2014

If resolving ip address from "Parallels adapter" it may be necessary to access it with "IPv4 address".

@legal90
Copy link
Collaborator

legal90 commented Dec 22, 2014

Thanks for pointing this! 👍
Really, in recent release Parallels Desktop 10.1.2 the output of prlsrvctl net info has been expanded.

Before (< 10.1.2):

$ prlsrvctl net info Shared
Network ID: Shared
Type: shared
Bound To: vnic0
Parallels adapter:
    IP address: 10.211.55.2
    Subnet mask: 255.255.255.0
DHCPv4 server:
    Server address: 10.211.55.1
    IP scope start address: 10.211.55.1
    IP scope end address: 10.211.55.254

After (>= 10.1.2):

$ prlsrvctl net info Shared
Network ID: Shared
Type: shared
Bound To: vnic0
Parallels adapter:
    IPv4 address: 10.211.55.2
    IPv4 subnet mask: 255.255.255.0
    IPv6 address: FDB2:2C26:F4E4::1
    IPv6 subnet mask: FFFF:FFFF:FFFF:FFFF::
DHCPv4 server:
    Server address: 10.211.55.1
    IP scope start address: 10.211.55.1
    IP scope end address: 10.211.55.254
DHCPv6 server:
    Server address: FDB2:2C26:F4E4::
    IP scope start address: FDB2:2C26:F4E4::
    IP scope end address: FDB2:2C26:F4E4:0:FFFF:FFFF:FFFF:FFFF

I'll change you commit a bit and merge it soon.

@sleicht
Copy link
Contributor Author

sleicht commented Dec 22, 2014

I'll change you commit a bit and merge it soon.

That's fine, thanks.

legal90 added a commit that referenced this pull request Dec 23, 2014
@legal90
Copy link
Collaborator

legal90 commented Dec 23, 2014

Merged with amending this way: e2b1897

@sleicht, I thought that GitHub will link the commit to this pull-request. Anyway, thanks again!

@legal90
Copy link
Collaborator

legal90 commented Dec 23, 2014

Released in v1.3.6

# 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.

2 participants