Is it possible to bind to a IPV4 and an IPV6 address at the same time? For my server I would like to be able to connect using either IPV4 or IPV6. Any Ideas. Is is possible to bind to a domain? like in this? http://wiki.bukkit.org/CraftBukkit_Command_Line_Arguments under the host option. If that is possible then I could have a AAA and AAAA record. Any help would be great, thanks
I don't think its possible, you can only bind one ip to one port, if you try to bind 2 ip's to one port it would cause a conflict. Maybe there is some workaround but not that I'm aware of.
Ok thanks. This might become a problem for everyone in the future, when people use ipv4 and ipv6 interchangeably