Can't connect to webmail from any other machine

Discuss the Scalix web client

Moderators: ScalixSupport, admin

DDavid
Posts: 34
Joined: Tue Aug 23, 2005 4:21 pm

Can't connect to webmail from any other machine

Postby DDavid » Tue Aug 30, 2005 3:49 pm

Installed Scalix, install went smoothly on RHEL 4, everything work localy on the server, when I try to connect to webmail from another machine I get an error message " The connection was refused when atempting to connect "servername.domainname:8080"
Lost have no idea where to start checking, I could reach the apache default page off of any machine in my network, checked the tomcat logs, ot sure what to look for but nithing stands out.
Need some help..Thanks

ScalixSupport
Scalix
Scalix
Posts: 5503
Joined: Thu Mar 25, 2004 8:15 pm

Postby ScalixSupport » Tue Aug 30, 2005 4:45 pm

Check that you don't have a firewall in the way.

Connection refused means that nothing is listening on the port (or that the port is being blocked).

On the tomcat server, run the command:

iptables -L

This should list if you are allowing or blocking specific ports.

If the output shows that you are accepting everything, this indicates that tomcat isn't running to be able to listen on port 8080.

Cheers

Dave

DDavid
Posts: 34
Joined: Tue Aug 23, 2005 4:21 pm

iptables -L

Postby DDavid » Wed Aug 31, 2005 5:14 pm

This is the output from the above command

Chain INPUT (policy ACCEPT)
target prot opt source destination
RH-Firewall-1-INPUT all -- anywhere anywhere

Chain FORWARD (policy ACCEPT)
target prot opt source destination
RH-Firewall-1-INPUT all -- anywhere anywhere

Chain OUTPUT (policy ACCEPT)
target prot opt source destination

Chain RH-Firewall-1-INPUT (2 references)
target prot opt source destination
ACCEPT all -- anywhere anywhere
ACCEPT icmp -- anywhere anywhere icmp any
ACCEPT ipv6-crypt-- anywhere anywhere
ACCEPT ipv6-auth-- anywhere anywhere
ACCEPT udp -- anywhere 224.0.0.251 udp dpt:5353
ACCEPT udp -- anywhere anywhere udp dpt:ipp
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:ssh
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:http
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:ftp
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:smtp
REJECT all -- anywhere anywhere reject-with icmp-host-prohibited

No firewall to block traffice on the internal network, just tring to run webmail localy for now, can even do it using IP address.

ScalixSupport
Scalix
Scalix
Posts: 5503
Joined: Thu Mar 25, 2004 8:15 pm

Re: iptables -L

Postby ScalixSupport » Thu Sep 01, 2005 11:44 am

DDavid wrote:This is the output from the above command

Chain INPUT (policy ACCEPT)
target prot opt source destination
RH-Firewall-1-INPUT all -- anywhere anywhere

Chain FORWARD (policy ACCEPT)
target prot opt source destination
RH-Firewall-1-INPUT all -- anywhere anywhere

Chain OUTPUT (policy ACCEPT)
target prot opt source destination

Chain RH-Firewall-1-INPUT (2 references)
target prot opt source destination
ACCEPT all -- anywhere anywhere
ACCEPT icmp -- anywhere anywhere icmp any
ACCEPT ipv6-crypt-- anywhere anywhere
ACCEPT ipv6-auth-- anywhere anywhere
ACCEPT udp -- anywhere 224.0.0.251 udp dpt:5353
ACCEPT udp -- anywhere anywhere udp dpt:ipp
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:ssh
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:http
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:ftp
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:smtp
REJECT all -- anywhere anywhere reject-with icmp-host-prohibited

No firewall to block traffice on the internal network, just tring to run webmail localy for now, can even do it using IP address.


Please post the output of netstat -a here.

Cheers,

Sascha.


Return to “Scalix Web Access”



Who is online

Users browsing this forum: No registered users and 2 guests