Web Hosting Talk







View Full Version : No Control Panel


yanxandnix
04-25-2002, 12:35 AM
I installed PM Firewall on my RAQ4. In addition to some of the standard ports, I opened port 81 for the browser admin control panel. However, I cannot seem to access it. All other services seem to be working fine. (http, ftp, dns, etc)

The log shows the following:

Apr 25 00:17:34 www kernel: Packet log: input DENY eth0 PROTO=6 x.x.x.x:3739 y.y.y.y:81 L=48 S=0x00 I=62732 F=0x4000 T=112 SYN (#40)

x.x.x.x = client IP
y.y.y.y = server IP

Any ideas? Everything works fine if I shut down the firewall.

Thanks!

-Jim-

yanxandnix
04-25-2002, 01:06 AM
I found this after posting my message. It seems you have to change $OUTERNET to $REMOTENET for any "custom" port that you add to ipchains.

Anyone else have this problem? I've actually spent 2 days trying to figure this out.

Here's the link where I found the solution, just in case someone encounters the same problem:

http://www.nhhosting.net/NH/pmfirewall.htm

-Jim-

dutchie
04-25-2002, 06:42 AM
I had the same problem and added
./ipchains -A input -i eth0 -p tcp --destination-port 81 --syn -j ACCEPT –l

That solved it.