Home
DevCentral
Search
Configure Global Search
Log In
Transactions
T1047
Change Details
Change Details
Old
New
Diff
As Eglide welcomes IRC activities, we need an oidentd server with the following rules: - use account name by default - can spoof any alphanumerical string - can't spoof other user account name This required the software an an /etc/oidentd.conf like: ```name=/usr/local/etc/oidentd.conf on Grip default { default { allow spoof deny spoof_all deny spoof_privport allow random_numeric allow numeric allow hide } } user root { default { force reply "alexander" } } ```
As Eglide welcomes IRC activities, we need an oidentd server with the following rules: - use account name by default - can spoof any alphanumerical string - can't spoof other user account name This required the software an an /etc/oidentd.conf like: ```name=/usr/local/etc/oidentd.conf on Grip default { default { allow spoof deny spoof_all deny spoof_privport allow random_numeric allow numeric allow hide } } user root { default { force reply "alexander" } } ``` **Problem we have** Currently, we don't listen to the oidentd requests. As Scaleway redirects a public IP to a private IP, does oidentd handle that correctly?
As Eglide welcomes IRC activities, we need an oidentd server with the following rules: - use account name by default - can spoof any alphanumerical string - can't spoof other user account name This required the software an an /etc/oidentd.conf like: ```name=/usr/local/etc/oidentd.conf on Grip default { default { allow spoof deny spoof_all deny spoof_privport allow random_numeric allow numeric allow hide } } user root { default { force reply "alexander" } } ```
**Problem we have** Currently, we don't listen to the oidentd requests. As Scaleway redirects a public IP to a private IP, does oidentd handle that correctly?
Continue