this one is odd. I have a set of terminals which whenever they connect to any windows network will make all computers on that network default to ipv6 when resolving names. This happens even if IPv6 is unchecked, if the ipv4 binding is set above 6 in the advanced properties of the network card. Aloha does not like IPv6 but I can't seem to get rid of it once this terminal joins a network. All computers including the aloha terms are Win7, 32 and 64 bit.
For example, I take a terminal to my home network. Prior to the terminal going onto the network
ping localhost --> 127.0.0.1
ping computername --> 192.x.x.x
After the aloha terminal has joined the network, just attached to the same router, and with no direct interaction between the other computers and the terminal, now all computers return
ping localhost --> ::1
ping computername --> 08fe:xxxx (IPv6 address)
ping computername -4 --> 192.x.x.x
This behavior continues even without IPv6 enabled on any adapter on the network.
One thing remains as it was before
ping -a 192.x.x.x --> reply from computername 192.x.x.x in normal IPv4 fashion without forcing ping -4
I have tried netsh winsock reset, net stop dnscache, netsh int ip reset.log hit, unchecking IPv6 in multiple places, etc. It's like this terminal infects other windows PCs with IPv6 ...
I have not tried disabling IPv6 from the registry will do that tomorrow AM
Any thoughts appreciated
For example, I take a terminal to my home network. Prior to the terminal going onto the network
ping localhost --> 127.0.0.1
ping computername --> 192.x.x.x
After the aloha terminal has joined the network, just attached to the same router, and with no direct interaction between the other computers and the terminal, now all computers return
ping localhost --> ::1
ping computername --> 08fe:xxxx (IPv6 address)
ping computername -4 --> 192.x.x.x
This behavior continues even without IPv6 enabled on any adapter on the network.
One thing remains as it was before
ping -a 192.x.x.x --> reply from computername 192.x.x.x in normal IPv4 fashion without forcing ping -4
I have tried netsh winsock reset, net stop dnscache, netsh int ip reset.log hit, unchecking IPv6 in multiple places, etc. It's like this terminal infects other windows PCs with IPv6 ...
I have not tried disabling IPv6 from the registry will do that tomorrow AM
Any thoughts appreciated