Hello I'm trying solo mining !
This is my yenten.conf
rpcallow=127.0.0.1
rpcallow=192.168.0.153
server=1
daemon=1
listen=1
bind=192.168.0.150
rpcuser=user
rpcpassword=x
port=9981
rpcport=9982
Use
rpcallowip=*
Or
rpcallowip=192.168.1.*
rpcallowip=* tells the client/daemon to accept RPC connections from anybody-anywhere. If the rpcallowip setting is needed, restrict it to a certain IP address or network.
This will restrict connections to hosts 192.168.1.0 - 192.168.1.255(The typical private subnet used on home networks).