offbynull / portmapper

Java library that maps ports on NAT-enabled routers (supported protocols: UPnP-IGD/NAT-PMP/PCP).
Apache License 2.0
88 stars 17 forks source link

IPv6 support #4

Closed offbynull closed 8 years ago

offbynull commented 9 years ago

Add support for IPv6. This requires figuring out how to get miniupnpd running in VM to communicate with other VMs using IPv6 instead of IPv4

offbynull commented 9 years ago

Use internal network for network type in VM. In Oracle Virtualbox this will automatically default to IPv6 if both hosts are latest ubuntu.

offbynull commented 9 years ago

Equivalent of this in VMWare Player is LAN Segment networking type.

offbynull commented 8 years ago

UPnP-IGD ipv6firewall and pcp both seem to work.

Marking this as closed.