Web server behind a firewall
Web server behind a firewall
am 26.07.2004 05:19:04 von gerardo juarez-mondragon
Is it possible to have a webserver behind a
masquerading routing machine? Would the concept
be mapping connections to a port in the router to
ports of the (inside) server? Something different
I am not aware of?
TIA
Gerardo
Searching for the best free email? Try MetaCrawler Mail, from the #1 metasearch service on the Web, http://www.metacrawler.com
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Re: Web server behind a firewall
am 26.07.2004 07:07:06 von Keith Morse
On Sun, 25 Jul 2004, gerardo juarez-mondragon wrote:
>
> Is it possible to have a webserver behind a
> masquerading routing machine? Would the concept
> be mapping connections to a port in the router to
> ports of the (inside) server? Something different
> I am not aware of?
I assume by router you meant firewall? But essentially yes. You "map" a
port on the external interface to forward to an ip_address/port on an
internal system running the web server. There are numerous howto's to
accomplish this. Personally I use fwbuilder to manage my firewall
rulesets.
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Re: Web server behind a firewall
am 26.07.2004 16:03:54 von Scott Taylor
gerardo juarez-mondragon said:
>
> Is it possible to have a webserver behind a
> masquerading routing machine?
Yes.
> Would the concept
> be mapping connections to a port in the router to
> ports of the (inside) server? Something different
> I am not aware of?
Really depends on what firewall/router you are talking about, some
don't even handle port forwarding.
http://www.linux-learn.org/faqs/html/
http://tldp.org/
http://www.google.com/linux?hl=en&lr=&ie=UTF-8&q=port+forwar ding&btnG=Google+Search
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Re[2]: Web server behind a firewall
am 26.07.2004 16:28:11 von Kev
>> Would the concept
>> be mapping connections to a port in the router to
>> ports of the (inside) server? Something different
>> I am not aware of?
>
>Really depends on what firewall/router you are talking about, some
>don't even handle port forwarding.
if its Smoothwall, then YES
you can even run the server on a def port and fwd the port form the
smooth wall to the server
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Re[2]: Web server behind a firewall
am 26.07.2004 16:28:11 von Kev
>> Would the concept
>> be mapping connections to a port in the router to
>> ports of the (inside) server? Something different
>> I am not aware of?
>
>Really depends on what firewall/router you are talking about, some
>don't even handle port forwarding.
if its Smoothwall, then YES
you can even run the server on a def port and fwd the port form the
smooth wall to the server
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html