Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: Liam on January 15, 2003, 08:33:53 AM

Title: Opening Ports
Post by: Liam on January 15, 2003, 08:33:53 AM
Hi,
I would like to open port 85 on my SME 5.5 Server and Gateway to use for apache. I know how to make apache listen to port 85. But I dont know how to edit the firewall rules. Can someone please give me and link to some information or tell me what the best thing to do is?
Thankyou
Title: Re: Opening Ports
Post by: Terry Brummell on January 15, 2003, 08:39:14 AM
Add the "Port Opening" contrib?  Search for it, you'll find many posts about it...
Title: Re: Opening Ports
Post by: Liam on January 15, 2003, 09:04:40 AM
cool. Thanks very much
Title: Re: Opening Ports
Post by: Nathan Fowler on January 15, 2003, 05:21:14 PM
Additionally, you may want to research the IPChains howto:

/sbin/ipchains -A input -p tcp --dport 83 --source 0.0.0.0/0 -j ACCEPT
Title: Re: Opening Ports
Post by: Charlie Brady on January 15, 2003, 07:38:16 PM
Liam wrote:

> I would like to open port 85 on my SME 5.5 Server and Gateway
> to use for apache. I know how to make apache listen to port
> 85. But I dont know how to edit the firewall rules.

You won't need to. The correct fix for your problem is to find the template fragment which opens port 80 for apache access, make a custom template which is a copy of that file, and change port 80 to port 85. People here will likely help you if you need more detailed instructions.

Charlie