Access RT from behind firewall

Hi All,

I have RT running on Openvz hosted locally and this was running very
will. Now my concern is how do I make users to access RT from the
outside? I have tried port forwarding port 80 to it but doesn’t work.

Is there any config that I would like to set on RT configuration?

Regards,
Rocel Lacida

NAT’ing the traffic to your RT server should work just fine or use a
proxy server.

Darin Perusich
Email: Darin.Perusich@ctg.com
Office: 716-888-3690

-----Original Message-----
From: rt-users-bounces@lists.bestpractical.com [mailto:rt-users-
bounces@lists.bestpractical.com] On Behalf Of Rocel M. Lacida
Sent: Wednesday, August 03, 2011 3:08 AM
To: rt-users@lists.bestpractical.com
Subject: [rt-users] Access RT from behind firewall

Hi All,

I have RT running on Openvz hosted locally and this was running very
will. Now my concern is how do I make users to access RT from the
outside? I have tried port forwarding port 80 to it but doesn’t work.

Is there any config that I would like to set on RT configuration?

Regards,
Rocel Lacida


2011 Training: http://bestpractical.com/services/training.html
The information transmitted is intended only for the person or entity to which
it is addressed and may contain confidential and/or privileged material. Any
review, retransmission, dissemination or other use of, or taking of any action
in reliance upon, this information by persons or entities other than the
intended recipient is prohibited. If you are not the intended recipient of this
message, please contact the sender and delete this material from this computer.

Hi Darin,
Good Day!

Yeah it’s really weird why it doesn’t redirect the traffic to my local
RT server. Where in fact I could access it locally. The firewall NAting
configuration is fine I tried changing this config to other local ip
which point to a webserver it redirect fine. I don’t know where the real
culprit is Openvz where our RT is installed or the RT itself.

Regards,
RocelOn 8/3/2011 8:09 PM, Darin Perusich wrote:

NAT’ing the traffic to your RT server should work just fine or use a
proxy server.


Darin Perusich
Email: Darin.Perusich@ctg.com
Office: 716-888-3690

-----Original Message-----
From: rt-users-bounces@lists.bestpractical.com [mailto:rt-users-
bounces@lists.bestpractical.com] On Behalf Of Rocel M. Lacida
Sent: Wednesday, August 03, 2011 3:08 AM
To: rt-users@lists.bestpractical.com
Subject: [rt-users] Access RT from behind firewall

Hi All,

I have RT running on Openvz hosted locally and this was running very
will. Now my concern is how do I make users to access RT from the
outside? I have tried port forwarding port 80 to it but doesn’t work.

Is there any config that I would like to set on RT configuration?

Regards,
Rocel Lacida


2011 Training: http://bestpractical.com/services/training.html
The information transmitted is intended only for the person or entity to which
it is addressed and may contain confidential and/or privileged material. Any
review, retransmission, dissemination or other use of, or taking of any action
in reliance upon, this information by persons or entities other than the
intended recipient is prohibited. If you are not the intended recipient of this
message, please contact the sender and delete this material from this computer.

Yeah it’s really weird why it doesn’t redirect the traffic to my local
RT server. Where in fact I could access it locally. The firewall NAting
configuration is fine I tried changing this config to other local ip
which point to a webserver it redirect fine. I don’t know where the real
culprit is Openvz where our RT is installed or the RT itself.

RT just sits on a webserver and serves pages. It doesn’t care where
network traffic comes from, as long as it can reach the webserver. You
may have your webserver or VM configured to only allow requests from
certain subnets or something.

Thomas