All of lore.kernel.org
 help / color / mirror / Atom feed
* Forwarding packets to another private gateway.
@ 2004-06-24 14:08 Reginald NALLARATNAM
  2004-06-24 14:51 ` Antony Stone
  0 siblings, 1 reply; 2+ messages in thread
From: Reginald NALLARATNAM @ 2004-06-24 14:08 UTC (permalink / raw)
  To: netfilter

Hello,

I have Linux box @ 192.168.3.1 with acts as a firewall, there is another firewall @ 192.168.1.1 which acts as a vpn to another network 192.168.2.0

I have a citrix server on 192.168.3.11 with a default gateway of 192.168.3.1.
I need to access other machines in the 192.168.2.0 subnet remotely from this citirx server.
My question is what rule must I add in the 192.168.3.1 Linux firewall to forward any trafic going to 192.168.2.0 network to 192.168.1.1.


Thanks.





^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Forwarding packets to another private gateway.
  2004-06-24 14:08 Forwarding packets to another private gateway Reginald NALLARATNAM
@ 2004-06-24 14:51 ` Antony Stone
  0 siblings, 0 replies; 2+ messages in thread
From: Antony Stone @ 2004-06-24 14:51 UTC (permalink / raw)
  To: netfilter

On Thursday 24 June 2004 3:08 pm, Reginald NALLARATNAM wrote:

> Hello,
>
> I have Linux box @ 192.168.3.1 with acts as a firewall, there is another
> firewall @ 192.168.1.1 which acts as a vpn to another network 192.168.2.0
>
> I have a citrix server on 192.168.3.11 with a default gateway of
> 192.168.3.1. I need to access other machines in the 192.168.2.0 subnet
> remotely from this citirx server. My question is what rule must I add in
> the 192.168.3.1 Linux firewall to forward any trafic going to 192.168.2.0
> network to 192.168.1.1.

route add -net 192.168.2.0 netmask 255.255.255.0 gw 192.168.1.1

Regards,

Antony.

-- 
"When you talk about Linux versus Windows, you're talking about which 
operating system is the best value for money and fit for purpose. That's a 
very basic decision customers can make if they have the information available 
to them. Quite frankly if we lose to Linux because our customers say it's 
better value for money, tough luck for us."

 - Steve Vamos, MD of Microsoft Australia

                                                     Please reply to the list;
                                                           please don't CC me.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-06-24 14:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-24 14:08 Forwarding packets to another private gateway Reginald NALLARATNAM
2004-06-24 14:51 ` Antony Stone

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.