Hi everyone,
I'm facing issues trying to use tcp46 socket for telnet / SSH service. If I set the flag to IPV4 or disable IPV6 flag, in "xinetd", I can connect. But, if I set the xinetd flag to IPV6, I can not connect to the system.
Looking into how the "xinetd" understands the flags, it looks like when flags are set IPV4, we are limited to use IPV4 to use the service. Similar is the case if we set flags to IPv6. Is this true? Please correct me if my understanding is not right here.
My question: When we want to use single socket to both use v4 and v6 address, like tcp46, should we have to enable "ipv4mappedipv6" address in the system, so that even if we set xinetd's Flag to "IPV6", we can still use them? Does this sound right?
Waiting for some inputs..
I'm facing issues trying to use tcp46 socket for telnet / SSH service. If I set the flag to IPV4 or disable IPV6 flag, in "xinetd", I can connect. But, if I set the xinetd flag to IPV6, I can not connect to the system.
Looking into how the "xinetd" understands the flags, it looks like when flags are set IPV4, we are limited to use IPV4 to use the service. Similar is the case if we set flags to IPv6. Is this true? Please correct me if my understanding is not right here.
My question: When we want to use single socket to both use v4 and v6 address, like tcp46, should we have to enable "ipv4mappedipv6" address in the system, so that even if we set xinetd's Flag to "IPV6", we can still use them? Does this sound right?
Waiting for some inputs..