i have 2 pc linked to a router, one with linux 1) and one with win 2). since i can't nat 113 port on both computers, i wanted to run oidentd on 1) machine and reply to 2) ident requests with the masqaurading option.
/etc/default/oidentd shows like this:
Code:
# options to use when starting oidentd as daemon:
# -m lookup masquaraded connections in /etc/oidentd_masq.users
# -f forward requests for masquaraded connections to real host
# -q don't log connections to oidentd
# see oidentd(:cool: for detailed list
OIDENT_OPTIONS="-mf"
# user / group
OIDENT_USER=nobody
OIDENT_GROUP=nogroup
# Allow the default router to act as an oidentd proxy? (yes/no)
# this is needed behind a masquarading router that runs oidentd -f
# if your identd proxy is not the default router, you have to
# manually specify it via -P
OIDENT_BEHIND_PROXY=yes
and /etc/oident_masq.conf has this line:
Code:
192.168.2.2 someident UNIX
since 2) has that internal ip.
Then i tried on win machine but i get no answer...
any clue?