Re: rdr to internal web server (pf.conf)

2005-05-12 Thread Jason Dixon
On May 12, 2005, at 3:03 PM, GV wrote: based to the given port number, I want to redirect an external call to my public IP to different web servers (they listen locally to port 80!) located inside my LAN. For example: IP:8000 --> 192.168.1.100 (on port 80!) IP:8001 --> 192.168.1.101 (on port 80!

Re: rdr to internal web server (pf.conf)[SOLVED]

2005-05-12 Thread GV
Indeed. Thank you for your support George On Thursday 12 May 2005 21:41, Jason Dixon wrote: > On May 12, 2005, at 3:03 PM, GV wrote: > > based to the given port number, I want to redirect an external call to > > my > > public IP to different web servers (they listen locally to port 80!) > > locat

rdr to internal web server (pf.conf)

2005-05-12 Thread GV
Hi, based to the given port number, I want to redirect an external call to my public IP to different web servers (they listen locally to port 80!) located inside my LAN. For example: IP:8000 --> 192.168.1.100 (on port 80!) IP:8001 --> 192.168.1.101 (on port 80!) when I try the above, pf is blo