Hello,
I am trying to configure the IceStorm service to only use the host
127.0.0.1, but the debug information shows some other host
connection:
[ 11/14/08 13:48:30.593 Network: accepting tcp connections at 127.0.0.1:9999 ]
[ 11/14/08 13:48:30.594 Network: accepting tcp connections at 127.0.0.1:9998 ]
[ 11/14/08 13:49:05.781 Network: accepted tcp connection
local address = 127.0.0.1:9999
remote address = 127.0.0.1:33685 ]
[ 11/14/08 13:49:06.027 Network: accepted tcp connection
local address = 127.0.0.1:9998
remote address = 127.0.0.1:54989 ]
[ 11/14/08 13:49:06.028 Network: tcp connection established
local address = 192.168.1.2:56675
remote address = 192.168.1.2:56519 ]
How can I configure to remove 192.168.1.2 connection in order to improve
performance?(192.168.1.2 is eth0 IP)
Here is the config filemyserver IP:127.0.0.1)
Ice.Default.Host=myserver
Ice.Override.Timeout=3000
IceStorm.TopicManager.Proxy=IceStorm/TopicManager:default -h myserver -p 9999
IceStorm.InstanceName=IceStorm
IceStorm.Publish.Endpoints=default -h myserver -p 9998
Ice.Trace.Network=1
Freeze.DbEnv.IceStorm.DbHome=db
This is on Ice3.2.0.
Thanks,
Shifu

myserver IP:127.0.0.1)
Reply With Quote
