Miner talks to Eloipool.
ok it is easy

MMP talks to namecoind.
ok, thats easy too

but
Eloipool talks to bitcoind and MMP independently.
which params (MMP url, MMP host, MMP port ? )
in eloipool makes that eloipool talks to MMP ?
or my configuration
mining proxy command
python merged-mining-proxy -w 8330 -p http://ssecreteloipool:222@127.0.0.1:9947/ -x http://namecoinrpc:manecoinrpcpass@localhost:9377/
eloipool config.py
# Secret username allowed to use setworkaux
SecretUser = "ssecreteloipool"
# Addresses to listen on for JSON-RPC GBT/getwork server
JSONRPCAddresses = (
('', 9947),
)
namecoind config
rpcuser=namecoinrpc
rpcpassword=manecoinrpcpass
rpcport=9377
is ok, and i should just point miner to eloipool (port 9947 ) , instead MMP (port 8330) ?