Web Traffic forwarding, PF and NC

2008-02-23 Thread elaconta.com Webmaster
Greetings I've got a cable modem that forwards ports 80,110,25 to an internal host (192.168.1.121) Email (POP and SMTP) is hosted on 192.168.1.121, but recent changes have forced me to move the webserver to another machine (192.168.1.126), which means i have to somehow forward port 80 traffic

Re: Web Traffic forwarding, PF and NC

2008-02-23 Thread elaconta.com Webmaster
Stefan Kell wrote: Hello, On Sat, 23 Feb 2008, elaconta.com Webmaster wrote: Greetings ...snip... rdr on $ext_if proto tcp from any to 192.168.1.121 port 80 -> 127.0.0.1 port 5000 ...snip I'm running OpenBSD 3.9 (i386) on both machines. why not rdr directly to your internal w

Re: Web Traffic forwarding, PF and NC

2008-02-23 Thread elaconta.com Webmaster
Stefan Kell wrote: Hello, On Sat, 23 Feb 2008, elaconta.com Webmaster wrote: Stefan Kell wrote: Hello, On Sat, 23 Feb 2008, elaconta.com Webmaster wrote: Greetings ...snip... rdr on $ext_if proto tcp from any to 192.168.1.121 port 80 -> 127.0.0.1 port 5000 ...snip I'm running

Re: Web Traffic forwarding, PF and NC

2008-02-23 Thread elaconta.com Webmaster
Stefan Kell wrote: Hello, Original-Nachricht Datum: Sat, 23 Feb 2008 21:29:06 + Von: "elaconta.com Webmaster" <[EMAIL PROTECTED]> An: Stefan Kell <[EMAIL PROTECTED]> CC: misc@openbsd.org Betreff: Re: Web Traffic forwarding, PF and NC

OpenBSD Gateway to replace old Linux gateway

2006-07-26 Thread elaconta.com Webmaster
configuration of the Linux box (netstat -r to show the routes, ifconfig or whatever). - Elaconta.com Webmaster -

Re: OpenBSD Gateway to replace old Linux gateway

2006-07-27 Thread elaconta.com Webmaster
Matt Radtke escreveu: > Hello there > > >>> Router (192.168.1.120) <-> (192.168.1.121) >>> >> Firewall PC (192.168.1.122) >> >>> <-> (192.168.1.0/24) LAN >>> >>> Now, thing is, the Linux firewall has two NICs: >>> >>> NIC 1: 192.168.1.121 >>> NIC 2: 192.168.1.122 >>> >>> The two NICs

Re: OpenBSD Gateway to replace old Linux gateway

2006-07-27 Thread elaconta.com Webmaster
roken. > People with heart murmurs pump blood for a long while, but are often > eventually betrayed by their hearts. > > > working( today && yesterday ) != { working( tomorrow ) || good_idea(1) }; > > >> >> -- >> Elaconta.com webmaster >> ---

PF redirect to another IP on LAN

2006-07-29 Thread elaconta.com Webmaster
on how to do this successfully? Thanks. -- Elaconta.com webmaster --

Re: PF redirect to another IP on LAN

2006-07-29 Thread elaconta.com Webmaster
.121 port 80 to >> another server in the LAN (192.168.1.103 port 80). >> From what i understand, this entails using PF and the rdr statement. Any >> ideas on how to do this successfully? Thanks. >> >> -- >> Elaconta.com webmaster >&

Re: PF redirect to another IP on LAN

2006-07-29 Thread elaconta.com Webmaster
r, of course i wouldn't have asked :) As for passing the filter evaluation, i'll disable the PF filters and test just this redirecting rule then. Thanks. - Elaconta.com webmaster -