From: Paul Sladen (vserver_at_paul.sladen.org)
Date: Sat 26 Oct 2002 - 19:44:48 BST
On Sat, 26 Oct 2002, Burak wrote:
> i have set s_caps as S_CAPS="CAP_SYS_RESOURCE"
The `CAP_SYS_RESOURCE' allows root processes within a vserver to raise their
own allocated ulimit resources (eg. allowed core size, open file handles).
Applications running in a vserver have access to all addresses available in
the vserver and the above capability is not relevant.
> and enter the my vserver. Then i installed an eggdrop bot for irc, but it
> can not use the ip adress except the main ip. what should i do to use others
> ip address.?
Applications within a vserver binding to address `0.0.0.0' will only be
bound to the primary address of the vserver. The program will have its own
application-specific way of making the daemon listen, or use alternative IP
addresses (eg. SSHd has a `ListenAddress' statement, Apache has a `Listen').
*I DO NOT BELIEVE* the use of multiple IP addresses, simply to gain vanity
IRC `reverse lookups' is a good, or effective, use of IPv4 address space.
If you really want to waste resources in this way, could you at least learn
to use IPv6!
HTH, HAND,
-Paul
-- Nottingham, GB