Ok, after a few tries (and forgotten dependencies) I successfully finished the ISPConfig installation after performing a "Perfect Setup" on my remote dedicated server (running FC4).
My problem now is that I am unable to connect to my server via http or https (referencing the IP address directly). I chose SSL and port 81 for ISPConfig during the installation.
I dont think this is an ISPConfig-only problem as I am unable to connect to my normal Apache server via port 80 either. Could this be a problem in my iptables? I'm relatively new to linux so I dont want to screw up this table by just messing around with it.
Here is the output of iptables -L :
Quote:
Chain FORWARD (policy ACCEPT)
target prot opt source destination
RH-Firewall-1-INPUT all -- anywhere anywhere
Chain INPUT (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
REJECT all -- anywhere anywhere reject-with icmp-host-prohibited
|
Do I need to open port 81 here? (and 80 for that matter) Or am I completely off base?
Recent comments
1 day 4 hours ago
1 day 7 hours ago
1 day 8 hours ago
1 day 9 hours ago
1 day 11 hours ago
1 day 12 hours ago
1 day 14 hours ago
2 days 6 hours ago
2 days 6 hours ago
2 days 10 hours ago