Ports problem?
list Rich Smrcina
I have the following in hobbit-clients.cfg:
HOST=conn2
PORT LOCAL=:2387 STATE=LISTEN "TEXT=VSAM Redirector"
Netstat reports the following (from the ports page for the conn2 host):
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:2387 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:23 0.0.0.0:* LISTEN
tcp 0 0 192.168.201.8:23 192.168.201.4:1987 ESTABLISHED
tcp 0 0 :::22 :::* LISTEN
There is a 2387 in the LISTEN state. The status comes back as red and I can not figure out why.
Both client and server are running the RC-20060712 code.
--
Rich Smrcina
VM Assist, Inc.
Phone: XXX-XXX-XXXX
Ans Service: XXX-XXX-XXXX
user-61add9955ef9@xymon.invalid
Catch the WAVV! http://www.wavv.org
WAVV 2007 - Green Bay, WI - May 18-22, 2007
list David Gore
▸
Rich Smrcina wrote:
I have the following in hobbit-clients.cfg:
HOST=conn2
PORT LOCAL=:2387 STATE=LISTEN "TEXT=VSAM Redirector"
Netstat reports the following (from the ports page for the conn2 host):
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:2387 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:23 0.0.0.0:* LISTEN
tcp 0 0 192.168.201.8:23 192.168.201.4:1987
ESTABLISHED
tcp 0 0 :::22 :::*
LISTEN
There is a 2387 in the LISTEN state. The status comes back as red and
I can not figure out why.
Both client and server are running the RC-20060712 code.We use something like this: PORT "LOCAL=%([.:]10042)" state=LISTEN TEXT=WEBMIN PORT "LOCAL=%([.:]22)" state=LISTEN TEXT=SSH PORT "LOCAL=%([.:]50000)" state=LISTEN TEXT=DB2 Perhaps the colon is causing issues?
list Rich Smrcina
Well that appears to have worked. I could swear the other format worked previously. Thanks!
▸
David Gore wrote:Rich Smrcina wrote:I have the following in hobbit-clients.cfg: HOST=conn2 PORT LOCAL=:2387 STATE=LISTEN "TEXT=VSAM Redirector" Netstat reports the following (from the ports page for the conn2 host): Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 0.0.0.0:2387 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:23 0.0.0.0:* LISTEN tcp 0 0 192.168.201.8:23 192.168.201.4:1987 ESTABLISHED tcp 0 0 :::22 :::* LISTEN There is a 2387 in the LISTEN state. The status comes back as red and I can not figure out why. Both client and server are running the RC-20060712 code.We use something like this: PORT "LOCAL=%([.:]10042)" state=LISTEN TEXT=WEBMIN PORT "LOCAL=%([.:]22)" state=LISTEN TEXT=SSH PORT "LOCAL=%([.:]50000)" state=LISTEN TEXT=DB2 Perhaps the colon is causing issues?
-- Rich Smrcina VM Assist, Inc. Phone: XXX-XXX-XXXX Ans Service: XXX-XXX-XXXX user-61add9955ef9@xymon.invalid Catch the WAVV! http://www.wavv.org WAVV 2007 - Green Bay, WI - May 18-22, 2007