On 7/25/06, Daniel Hartmeier <[EMAIL PROTECTED]> wrote:
On Tue, Jul 25, 2006 at 01:07:06PM -0400, mnothic wrote:

> I need documentation it approaches incoming traffic in an IP ALIAS and
> port redirected to a private IP and port

Start with the pf.conf(5) man page, as on

  http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf

There is nothing special about redirecting connections that originally
have an IP alias as the destination address, you just specify that in
the "rdr ... to $alias -> $new_dest" part.

Daniel


yea but don't work for me on OpenBSD 3.9 with 2 NIC wan and lan

I have NAT on primary IP and "rdr ... to $alias_whit_second_public_ip
port 80 -> $prv_machine"
but the trafict don't work and without alias the same rule work.

work
rdr pass on $ext_if proto tcp from any to $ext_if port 80 -> $web_server port 80

don't work
rdr pass on $ext_if proto tcp from any to $alias port 80 -> $web_server port 80

cat hostname.xl0
inet a.a.a.154 255.255.255.248 NONE
inet alias a.a.a.155 255.255.255.255
inet alias a.a.a.156 255.255.255.255
inet alias a.a.a.157 255.255.255.255
inet alias a.a.a.158 255.255.255.255

Reply via email to