Re: How to redirect IP from external IP-address to another external IP-adress on the same interface?

2009-02-12 Thread rancor
Thanks! The initial test worked perfectly =) Regards Johan Ryberg aka rancor On Thu, Feb 12, 2009 at 3:51 AM, Stuart Henderson s...@spacehopper.org wrote: here's an example you can base it on. to simplify my example, this doesn't restrict to a specific client - this could have some

Re: How to redirect IP from external IP-address to another external IP-adress on the same interface?

2009-02-11 Thread Stuart Henderson
On 2009/02/11 13:13, rancor wrote: Thanks Stuart but it did not help me all the way The example assumes that you want to redirect a specific port but I want to redirect any port to from a specific IP to another specific IP. May you explain how to make it work? see the pf.conf manual,

Re: How to redirect IP from external IP-address to another external IP-adress on the same interface?

2009-02-11 Thread rancor
Thanks Stuart but it did not help me all the way The example assumes that you want to redirect a specific port but I want to redirect any port to from a specific IP to another specific IP. May you explain how to make it work? Best Regards Johan Ryberg aka rancor On Fri, Jan 16, 2009 at 1:13

Re: How to redirect IP from external IP-address to another external IP-adress on the same interface?

2009-02-11 Thread rancor
Hi, thanks for your reply. I have read it several times, and now +1 and I have tried numerous times to made it work. This is how I did the last time: ext_if= { fxp0 } client= { 85.117.200.163 } mirror= { 85.117.161.85 } server= { 74.125.77.103 } rdr on $ext_if

Re: How to redirect IP from external IP-address to another external IP-adress on the same interface?

2009-02-11 Thread Stuart Henderson
On 2009-02-11, rancor theran...@gmail.com wrote: Hi, thanks for your reply. I have read it several times, and now +1 and I have tried numerous times to made it work. This is how I did the last time: ext_if= { fxp0 } client= { 85.117.200.163 } mirror= { 85.117.161.85

How to redirect IP from external IP-address to another external IP-adress on the same interface?

2009-01-16 Thread rancor
Hi. I need help with a problem and I hope there is someone who can help me out there =) I need to make some kind of mirror/reflector that redirects IP from an external IP-address to another external IP-address on the same interface. I have used both ipfreely for TCP/IP and netcat for UDP/IP

Re: How to redirect IP from external IP-address to another external IP-adress on the same interface?

2009-01-16 Thread Stuart Henderson
see the nat+rdr combination in the faq. On 2009-01-16, rancor theran...@gmail.com wrote: Hi. I need help with a problem and I hope there is someone who can help me out there =) I need to make some kind of mirror/reflector that redirects IP from an external IP-address to another external