Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


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.

[HELP] oidentd does not working on ipv6

add_iTadd_iT Member
edited February 2016 in Help

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 ::

    Thanked by 1add_iT
  • @kluncrit said:
    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 ::

    Thanked by 1add_iT
  • kluncritkluncrit Member
    edited February 2016

    cek your ipv6 iptables

    ip6tables -P INPUT ACCEPT;

    ip6tables -F;

    Thanked by 1add_iT
  • @kluncrit said:
    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 ?

Sign In or Register to comment.