Re: IPs on screened network can't see their public IPs

2008-02-16 Thread Jose H.
Yes, I found it in the page, sorry to ask :-) 2008/2/15, Richard Daemon <[EMAIL PROTECTED]>: > > > On Fri, Feb 15, 2008 at 11:19 PM, Jose H. <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I have a screened network with nat+rdr > > > > Using nat I have some like this > > nat on $ext_if from $int_s

Re: IPs on screened network can't see their public IPs

2008-02-15 Thread scott
t proto tcp \ tagged OK_IN2OUT_25 flags S/SA keep state # --- Cheers, -Original Message- From: Jose H. <[EMAIL PROTECTED]> To: misc@openbsd.org Subject: IPs on screened network can't see their public IPs Date: Fri, 15 Feb 2008 22:19:37 -0600 Delivered-To: [EMAIL PROTECTED] Hi, I

Re: IPs on screened network can't see their public IPs

2008-02-15 Thread Richard Daemon
On Fri, Feb 15, 2008 at 11:19 PM, Jose H. <[EMAIL PROTECTED]> wrote: > Hi, > > I have a screened network with nat+rdr > > Using nat I have some like this > nat on $ext_if from $int_server1 to port smtp -> $ext_server1 > > Using rdr I have: > rdr on $ext_if proto tcp to $ext_sever1 port smt

IPs on screened network can't see their public IPs

2008-02-15 Thread Jose H.
Hi, I have a screened network with nat+rdr Using nat I have some like this nat on $ext_if from $int_server1 to port smtp -> $ext_server1 Using rdr I have: rdr on $ext_if proto tcp to $ext_sever1 port smtp -> $int_server1 And then: pass inet proto tcp to { $int_server1, $ext_serve