New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
[HELP] oidentd does not working on ipv6
Hello
Can someone help
When I installed oidentd on my vps, it was working on ipv4, but did not working on ipv6 addressess
( My other vps was working fine when installed it )
How to fix this?
Has google it but did not resolve the isssue
Edit: It happen when using CentOS 6 ( later i reinstalled it with CentOS 5 ,both ipv4 and ipv6 working well now )
Comments
try this /usr/sbin/oidentd -a ::
I did it before but did not change effect even after restart oidentd
Replace
/usr/sbin/oidentd
in your /etc/rc.d/oidentd with
/usr/sbin/oidentd -a ::
cek your ipv6 iptables
ip6tables -P INPUT ACCEPT;
ip6tables -F;
Still no use i have tried it
I have another vps too with centos 6 which have same issue
And It working well in centos 5
is oidentd did not working properly on centos 6 ?