Hello. You folks have helped me out many times before, I hope you can again. I'm setting up Tomcat and should be able to telnet to port 8007 for testing. I can do this on computer A fine. I run netstat -a and see:
tcp 0 0 *:8007 *:* LISTEN
And I can telnet into this port. Cool. But on computer B, I can't telnet (connection refused) and I don't see this port using netstat. How do I enable port 8007 for incoming tcp? On computer B, I don't have a filewall and my ipchains is:
Chain input (policy ACCEPT):
Chain forward (policy ACCEPT):
Chain output (policy ACCEPT):
Neither computer has anything (from what I can tell) about port 8007 in /etc/services.
Any ideas? /paul
tcp 0 0 *:8007 *:* LISTEN
And I can telnet into this port. Cool. But on computer B, I can't telnet (connection refused) and I don't see this port using netstat. How do I enable port 8007 for incoming tcp? On computer B, I don't have a filewall and my ipchains is:
Chain input (policy ACCEPT):
Chain forward (policy ACCEPT):
Chain output (policy ACCEPT):
Neither computer has anything (from what I can tell) about port 8007 in /etc/services.
Any ideas? /paul